There is a cognitive gap between Action and Knowledge. Today, using AI requires you to break your flow: leave your code, open a browser, switch tabs, and copy-paste.
Ozen kills this gap.
Ozen is not an app you "go to." It is a fluid layer that lives exactly where your cursor is. It appears when summoned, provides intelligence instantly, remembers your context permanently, and vanishes without a trace—returning you to your work with zero friction.
Summon the AI Panel anywhere by typing @ozen. The interface spawns exactly at your cursor position. No window switching, no focus loss from your primary task.
Press Esc to instantly hide the panel. Ozen uses a "minimize-then-hide" orchestration to ensure focus is returned precisely to the application you were using before.
Powered by the Membrain Semantic Memory Service, Ozen doesn't just forget you after the chat ends. Ozen permanently understands your developer preferences, conversational context, and custom instructions through an advanced spatial knowledge graph that connects your historical interactions together.
A minimalist, ambient status indicator that tracks your cursor. It provides a subtle visual signal that Ozen is ready to assist, then auto-fades into the background.
Powered by Ollama running lightweight models locally on your machine. Your sensitive data never leaves your OS. It’s fast, private, and works offline. (Fallback to the lightning-fast Groq API is available when needed.)
- The
@ozenTrigger Type@ozenin any text field or application. Ozen detects this sequence globally and spawns the input bar right under your cursor. - Selection Flow
Select any text and press
Shift + Enter. Ozen captures the selection, opens the panel, and prepares to process the context immediately. - Upward Expansion The panel starts as a minimalist input bar. Upon query, it "zoops" upward into a full chat module, preserving your vertical context natively over your desktop windows.
Ozen leverages Electron's multi-window orchestration capabilities to seamlessly run three concurrent rendering processes without draining system resources:
| Window | Purpose | Route |
|---|---|---|
| The Orb | Ambient status cursor tracking | /#/orb |
| The Panel | Floating interactive overlay | /#/panel |
| The Hub | Settings, Membrain Visual Graph, & Full Chats | / |
- Node.js (v18+)
- Ollama CLI (Ensure
ollamais installed on your PATH)
- Clone the repository:
git clone https://github.com/Rhishavhere/ozen.git cd ozen - Install dependencies:
npm install
- Initialize the default local AI model:
ollama run gemma3:1b
- Start development server:
npm run dev
npm run buildBuilt with ❤️ by Rhishavhere. Licensed under the MIT License.




