v1.0.0
CodeScope v1.0.0
First release. A desktop app that reviews code using different AI providers.
Features
- Code review — Paste code or drag files into the editor. Pick a provider, hit Review, get findings with severity levels and fix suggestions.
- Project review — Load a whole project folder. CodeScope reads files recursively, skipping node_modules and build directories. File watcher detects changes automatically.
- Five AI providers — Anthropic (Claude), OpenAI (GPT), Google (Gemini), Ollama (local, no API key needed), and Claude Code CLI.
- Encrypted key storage — API keys are encrypted using the OS keychain via Electron safeStorage. Keys survive app uninstalls.
- Review history — Past reviews saved locally (up to 50). Revisit old reviews or export as Markdown.
- Quality score — Each review gets a 0-100 score based on the findings.
- Getting Started guide — Built-in step-by-step walkthrough for new users.
- Settings import/export — Move your configuration between machines.
- Dark mode — Light, dark, and system theme options.
Platforms
| Platform | Format | Architecture |
|---|---|---|
| Windows | NSIS installer | x64 |
| macOS | DMG | x64, Apple Silicon |
| Linux | AppImage | x64 |
Tech Stack
- Electron 35
- React 19
- Monaco Editor (same editor as VS Code)
- TypeScript throughout
- pnpm workspaces + Turborepo
Build from source
pnpm install
pnpm build
cd apps/desktop && pnpm package