Open-source desktop app to run, serve and fine-tune text, image, video and audio models entirely on your own machine.
Summary
Anthropic's agentic coding tool — a terminal-native agent that reads your codebase, edits files, runs tests, and opens PRs.
Screenshots
Description
Claude Code is Anthropic's coding agent. It runs where developers already work — the terminal, the IDE, CI, and the web — and operates on real repositories: reading code, editing files across a project, running tests and builds, and committing the result.
What sets it apart
- Whole-codebase understanding. It explores a repository on demand rather than requiring you to paste context, so it can answer questions about unfamiliar code as easily as it can change it.
- Agentic execution. It runs commands, reads failures, and iterates until tests pass, instead of handing back a snippet for you to try.
- Surfaces to match the task. A terminal CLI for interactive work, IDE extensions for VS Code and JetBrains, a web and mobile experience for delegating tasks, and a GitHub integration that reviews PRs and responds to comments.
- Extensible. Skills, subagents, hooks, MCP servers, and slash commands let teams encode their own conventions so the agent follows house style.
- Enterprise deployment. Available directly, or through Amazon Bedrock, Google Vertex AI, and Microsoft Foundry.
Who uses it
Individual developers on Claude Pro and Max plans, and engineering organisations on team and enterprise plans, typically for refactors, test coverage, migrations, incident debugging, and code review — work that is well specified but tedious to do by hand.
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.