ma8nk a day ago

Hey HN!

  I built this because I kept accidentally pasting API keys into ChatGPT and it felt wrong knowing they're logged on OpenAI's servers forever.

  The solution: keyword detection that runs BEFORE anything touches the network. Type "save my password xyz123" and it routes to local Qwen 2.5 (via Ollama) instead of cloud.

  Technical approach:
  - Pattern matching (<1ms) for save/show/delete keywords
  - Local: Ollama + Qwen 2.5 Coder → SQLCipher (AES-256)
  - Cloud: OpenAI API for general questions with context

  Works in English/German/Spanish. One-line install for macOS.

  Would love feedback on the privacy model - I'm sure there are edge cases I haven't considered!