Void
Open source AI code editor with full privacy control and multi-model support.
Open-source AI-native IDE forked from VS Code, featuring combined chat-plus-edit workflow, proactive LSP-integrated agents, and AGPL v3 license.
Aide is an open-source AI-native code editor developed by CodeStory (a Y Combinator company), built as a fork of VS Code with deep agentic capabilities integrated at the IDE level. It combines a chat-plus-edit workflow, proactive agents that iterate on linter errors, multi-file editing, and AST-aware navigation into a single editor purpose-built for AI-assisted software engineering. As a Claude Code alternative, Aide targets developers who want a fully open-source, IDE-native agentic coding environment rather than a terminal CLI overlay.
| Aide | Claude Code | |
|---|---|---|
| Type | AI IDE (open-source VS Code fork) | CLI Agent (terminal-based) |
| Pricing | Free (open source) | Usage-based via Anthropic API |
| LLM choice | Configurable (multiple models) | Claude 3.5/3.7 Sonnet only |
| Offline / local models | Yes — via local model configuration | No |
| Open source | Yes — AGPL v3 | No |
| Codebase indexing | Yes — LSP integration, go-to-definitions/references | Yes — reads local filesystem |
| Multi-file edits | Yes — core feature | Yes |
| IDE | Standalone IDE (VS Code fork) | Terminal only |
Aide is best suited for developers who want an open-source, IDE-native agentic coding environment that they can inspect, modify, and self-host without vendor dependencies. It is particularly strong for developers already comfortable with VS Code who want deeper AI integration than Copilot or similar extensions offer, without switching to a proprietary paid tool. Researchers and engineers working on AI-assisted software engineering workflows will also find Aide's open-source agentic framework valuable for experimentation and customization.
As an open-source project, Aide has no subscription fees. Check the official Aide site and GitHub repository for current installation and configuration details.
Claude Code is a terminal CLI agent that overlays AI assistance onto your existing development environment — it reads your filesystem, executes shell commands, and interacts via the terminal. Aide is a full IDE replacement: a VS Code fork where AI is built into the editor architecture from the ground up, not added on top. Aide's LSP integration and proactive linting agents provide IDE-native capabilities that Claude Code's terminal model cannot replicate. Conversely, Claude Code's terminal-first approach makes it easier to integrate into existing workflows without replacing your IDE. For developers committed to VS Code who want maximum open-source control and IDE-native AI, Aide offers a fundamentally different — and potentially more powerful — experience than a terminal overlay.
Aide by CodeStory is the best Claude Code alternative for developers who want a fully open-source, IDE-native agentic coding environment with proven SWE-bench performance. It eliminates vendor lock-in, supports local models, and integrates AI at the IDE architecture level rather than as a terminal add-on. For developers comfortable with Claude Code's terminal-first, interactive approach and who prefer not to switch their primary IDE, Claude Code remains a strong choice — but Aide offers a compelling open-source path forward for those willing to adopt a new editor.
Yes. Aide is fully open source under the AGPL v3 license with no subscription fees. You need to provide your own LLM API keys or configure local model endpoints. There are no paid tiers or usage limits imposed by CodeStory.
Aide is a fork of VS Code, so many VS Code extensions are compatible. However, as a separate fork, there may be compatibility gaps with some extensions that rely on proprietary VS Code internals. The team maintains active development but compatibility with the full VS Code marketplace is not guaranteed.
Claude Code is a terminal CLI agent added onto your existing development environment. Aide is a complete VS Code fork where AI is built into the IDE architecture — with LSP integration, proactive linting agents, and combined chat-plus-edit workflows. Aide offers deeper IDE-native integration; Claude Code offers simpler adoption without replacing your current editor.
Yes, as of early 2025. The GitHub repository shows active development with regular commits. CodeStory is a YC-backed company focused on agentic developer tools. The team has noted that the inline completion module is de-prioritized in favor of agentic workflows, reflecting their current strategic focus.
CodeStory's sidecar agentic framework — which powers Aide — achieved 62.2% resolution rate on SWE-bench-verified in December 2024, using test-time inference scaling with Claude Sonnet 3.5. This was state-of-the-art at the time of the benchmark publication.
Open source AI code editor with full privacy control and multi-model support.
AI coding agent that groks entire repositories and automates development workflows.
AI codegen and chat tool for production codebases with automatic context identification.