Open-source desktop app to run, serve and fine-tune text, image, video and audio models entirely on your own machine.
Summary
Code integrity tooling — AI review, test generation, and an agentic IDE assistant grounded in your repository.
Screenshots
Description
Qodo (formerly CodiumAI) focuses on code quality rather than code volume. Its products cover the parts of the lifecycle where correctness is decided: tests, review, and the moment just before you commit.
The pieces
- Qodo Merge reviews pull requests with codebase-aware context, describes changes, flags issues, and suggests improvements. It works on GitHub, GitLab, Bitbucket, and Azure DevOps.
- Qodo Gen is the IDE assistant for VS Code and JetBrains: chat, agentic multi-file edits, and — its original strength — generating meaningful test suites, including the edge cases developers skip.
- Qodo Command brings agents to the CLI and CI, so quality gates can run in the pipeline rather than depending on someone remembering.
- Qodo Aware answers deep questions about how a large codebase actually works.
Why the test focus matters
Generating code is easy; knowing whether it is right is not. Qodo's test-first framing produces a safety net around AI-written changes, which is exactly what teams need as more of the diff comes from an agent.
A free tier covers individual use, with paid team and enterprise plans that add self-hosting and compliance controls.
Reviews
Similar App Suggestions
Spotify's vendor-neutral workspace for running dozens of Claude Code, Codex and Gemini CLI sessions in parallel with shared context.
A coding agent tuned for latency: routes easy work to fast models, pulls only the code it needs, and fans out tool calls in parallel.
Run agent evals and private benchmarks in sandboxed cloud environments — compare Claude Code, Codex, Cursor and Copilot on the same real tasks.
An open-source proxy that sits between your coding agent and the model, compressing tool schemas, file reads and stale history to cut token bills.