A code editor with AI assistance.
- Code editor with syntax highlighting (Monaco Editor)
- AI assistant with OpenRouter integration (GPT-4o, Claude, Gemini, and more)
- File management
- Extension system (themes, snippets)
- User authentication
- Local-first — your data stays on your machine
Grab the latest release for your platform from the Releases page.
npm install
npm run devBuild the renderer:
npm run buildPackage into installer:
npm run dist- Open Settings (⚙ in the sidebar)
- Under AI (zenedit), paste your OpenRouter API key
- Choose a model (default:
opencode/big-pickle) - Ask the AI assistant anything about your code
Without a key, the AI falls back to local code templates.
MIT