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" Vix is a Go-native, open-source (AGPL-3.0) AI coding agent that slashes token costs by 40-50% using a stem agent architecture and Tree-sitter virtual filesystem. It rethinks the plan/execute loop — keeping LLM cache warm across Explore, Plan, and Execute phases — while shipping Programmable Workflows, Whiteboard Mode with voice AI, MCP server support, and a self-evolving agent that writes its own scheduled jobs and watchers.
Orchestrate an entire AI dev team on 5GB VRAM using ephemeral subagents, exact-match diffs, and a zero-dependency Go binary. Works with any OpenAI-compatible model — local or cloud.
Paca is a free, open-source, self-hosted Scrum board where AI agents work as equal teammates — assigned to sprints, picking up tasks, and collaborating on BDD specs alongside humans. Built as an alternative to Jira and Linear, it treats AI agents as first-class Scrum members.