Plandex - AI Code Assistants Tool

Overview

Plandex is an open-source, terminal-first AI coding agent built to plan and execute large, multi-step software tasks across dozens of files. It emphasizes robust context management (an effective 2 million-token context window) and fast project mapping with tree-sitter, which together let it handle very large codebases and file sizes that break many other agents. According to the project documentation and README, Plandex combines model packs from OpenAI, Anthropic, Google and open-source providers, and can operate anywhere from fully autonomous end-to-end execution to step-by-step human-supervised workflows. ([github.com](https://github.com/plandex-ai/plandex)) The tool is developer-focused: edits live in a cumulative diff review sandbox and every plan change is versioned (branches are supported), letting you review diffs, run commands, and roll back safely. Plandex supports automated debugging of terminal commands (builds, tests, linters, deployments) and can even debug browser apps when Chrome is available. Note: the project’s hosted Plandex Cloud service was announced as winding down (shut down plans announced October 3, 2025); the open-source project and self-hosting/local modes remain available. ([github.com](https://github.com/plandex-ai/plandex))

GitHub Statistics

  • Stars: 15,046
  • Forks: 1,089
  • Contributors: 22
  • License: MIT
  • Primary Language: Go
  • Last Updated: 2025-10-03T21:49:54Z
  • Latest Release: cli/v2.2.1

Plandex is an active, well-starred open-source project with a large developer audience: the repository shows roughly 14–15k stars and ~1.1k forks, and the codebase is licensed MIT. The project has many releases (70+), hundreds of commits, and a small but active set of contributors and PR activity, indicating ongoing maintenance and iteration. Recent repo metadata (commits, releases, contributors) and documentation updates (including an October 3, 2025 update about the cloud) are available on the GitHub repo and project site. These signals point to a healthy OSS community around a single principal maintainer plus contributors, with community interaction happening via GitHub Issues, Discussions and Discord. ([github.com](https://github.com/plandex-ai/plandex?utm_source=openai))

Installation

Install via docker:

curl -sL https://plandex.ai/install.sh | bash
git clone https://github.com/plandex-ai/plandex.git && cd plandex/app && ./start_local.sh
git clone https://github.com/plandex-ai/plandex.git && cd plandex/app/cli && go build -ldflags "-X plandex/version.Version=$(cat version.txt)" && mv plandex /usr/local/bin

Key Features

  • 2M-token effective context window for very large projects and file sizes.
  • tree-sitter project maps for fast parsing and syntax validation across 30+ languages.
  • Cumulative diff review sandbox: stage and inspect AI-generated changes before applying.
  • Configurable autonomy: full-auto execution or fine-grained, step-by-step control.
  • Automated debugging of terminal commands (builds, tests, linters) and optional browser debugging with Chrome.
  • Model-agnostic model packs — mix OpenAI, Anthropic, Google, and open-source providers.

Community

The project has a sizable, engaged community (14k+ GitHub stars, ~1.1k forks) and public discussion channels including GitHub Issues/PRs, Discussions and Discord (several hundred members). Activity includes frequent releases, community-contributed discussion and troubleshooting, and blog/YouTube demos from the author. Note that Plandex Cloud (the hosted offering) was announced as winding down on October 3, 2025; the open-source codebase and self-hosted/local deployments remain supported by the community. For hands-on help, the docs, GitHub Issues and the Discord are primary engagement points. ([github.com](https://github.com/plandex-ai/plandex?utm_source=openai))

Last Refreshed: 2026-03-03

Key Information

  • Category: Code Assistants
  • Type: AI Code Assistants Tool