Plandex
Terminal AI coding agent built for large projects, with tree-sitter project maps and a reviewable diff sandbox.
About
Large refactors and multi-step features are the target workload for Plandex, a Go-based terminal agent that maintains an effective context of 2 million tokens and indexes projects of 20 million tokens or more using tree-sitter maps covering over 30 languages. Instead of editing files directly, it accumulates proposed changes in a version-controlled sandbox where cumulative diffs can be reviewed, revised, or rejected before anything touches the working tree, and autonomy is configurable from full auto down to step-by-step approval. Model packs mix providers, so Anthropic, OpenAI, Google, and open weights models each handle the roles they fit best, with billing through your own API keys. The MIT-licensed server self-hosts with Docker; the hosted Plandex Cloud began winding down in October 2025 and development activity has slowed since, so self-hosting is the practical path today. The repository has about 15,500 GitHub stars, and it remains a reference design for diff-first, large-context agent workflows.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- AI Code Assistants
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Intermediate (3/5)
- License
- MIT
- Added
- Jul 29, 2026
Related Tools
Open-source CLI and IDE tool for source-controlled AI code review checks enforceable in CI.
Open-source AI code assistant for VS Code and JetBrains connecting to any LLM.
Open-source version of Bolt.new that builds and runs full-stack web apps in the browser with any LLM.
Anthropic's terminal-based agentic coding tool that edits code, runs tests, and drives git workflows.
OpenAI's open-source Rust coding agent that edits repos and runs code in a sandboxed terminal session.
AI pair programming tool in the terminal that edits code in your local git repo.