Free
Open-source coding agent under GPL-3.0. Install via cargo or pre-built binaries from GitHub Releases. No paid tiers.
A Unix-inspired, radically minimalistic coding agent written in pure Rust — ~16MB RAM, 12.9MB binary, 12k lines of code.
Zerostack is a Unix-inspired, radically minimalistic coding agent written in pure Rust — ~16MB RAM, 12.9MB binary, 12k lines of code. It supports OpenRouter, OpenAI, Anthropic, Gemini, and Ollama providers, includes a crossterm-based TUI, MCP support, an integrated loop system for long-horizon tasks, Git worktree integration, and an ACP (Agent Communication Protocol) server for editor integration.
Open-source coding agent under GPL-3.0. Install via cargo or pre-built binaries from GitHub Releases. No paid tiers.
Zerostack is a Unix-inspired, radically minimalistic coding agent written in pure Rust. Its single purpose: be the lightest coding agent you can run — ~16MB RAM at idle, ~12.9MB on disk, CPU at 0.0% when doing nothing.
The coding agent landscape has grown bloated. Claude Code burns 300-700MB of RAM. OpenCode ships a full Node.js runtime. In a landscape of ever-growing resource demands, Zerostack went the other way: pure Rust, ~12k lines of code, a single statically-linked binary that runs on a Raspberry Pi 4.
Launched on GitHub on May 16, 2026, Zerostack hit nearly 1,000 stars within two weeks — a signal that the developer community has been waiting for a lightweight alternative.
At its core, it distills the coding agent to essentials: a crossterm-based TUI, a multi-provider LLM layer (OpenRouter, OpenAI, Anthropic, Gemini, Ollama), a session manager, and a permission system. Then it adds ambitious features — an integrated loop system for multi-step autonomous tasks, Git worktree integration for branch-per-task workflows, and an ACP server that opens the door to editor integration with tools like Zed.
Release v1.3.3
Release v1.3.2
Release v1.3.0
Initial public release
# Install via cargo
cargo install zerostack
# Launch
cd /my-project
zerostack
# Run with loop for long tasks
zerostack --loop
# Create a task in a separate branch
git worktree add -b feature/validate-api ../zt-validate-api
cd ../zt-validate-api && zerostack --loop "Add validation to the user API endpoint" AI code review platform for the AI era. Automated code reviews, security scanning, and team analytics across GitHub, GitLab, VS Code, and JetBrains. Used by 300,000+ developers.
AI-powered PR description generator and code review assistant. Automatically writes pull request descriptions, sends stakeholder notifications, creates changelogs, and provides inline code refactoring.
Multi-agent AI coding platform with 12+ agents and 24+ models, featuring Chairman LLM for parallel multi-agent evaluation and end-to-end encrypted inference. Ships across six surfaces: CLI, IDE, Cloud, API, Mobile, and Builder.