Nix packages for AI coding agents and development tools. Fork of numtide/llm-agents.nix .
Package
Description
License
amp
CLI for Amp, an agentic coding tool in research preview from Sourcegraph
unfree
claude-code
Agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster
unfree
cli-proxy-api
Unified proxy providing OpenAI/Gemini/Claude/Codex compatible APIs for AI coding CLI tools
MIT
code
Fork of codex. Orchestrate agents from OpenAI, Claude, Gemini or any provider.
Apache-2.0
codex
OpenAI Codex CLI - a coding agent that runs locally on your computer
Apache-2.0
copilot-cli
GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal.
unfree
crush
The glamourous AI coding agent for your favourite terminal
MIT
cursor-agent
Cursor Agent - CLI tool for Cursor AI code editor
unfree
droid
Factory AI's Droid - AI-powered development agent for your terminal
unfree
eca
Editor Code Assistant (ECA) - AI pair programming capabilities agnostic of editor
Apache-2.0
forge
AI-Enhanced Terminal Development Environment - A comprehensive coding agent that integrates AI capabilities with your development environment
MIT
gemini-cli
AI agent that brings the power of Gemini directly into your terminal
Apache-2.0
goose-cli
CLI for Goose - a local, extensible, open source AI agent that automates engineering tasks
Apache-2.0
jules
Jules, the asynchronous coding agent from Google, in the terminal
unfree
kilocode-cli
The open-source AI coding agent. Now available in your terminal.
Apache-2.0
letta-code
Memory-first coding agent that learns and evolves across sessions
Apache-2.0
mistral-vibe
Minimal CLI coding agent by Mistral AI - open-source command-line coding assistant powered by Devstral
Apache-2.0
nanocoder
A beautiful local-first coding agent running in your terminal - built by the community for the community ⚒
MIT
omp
A terminal-based coding agent with multi-model support (binary release)
MIT
opencode
AI coding agent built for the terminal
MIT
pi
A terminal-based coding agent with multi-model support
MIT
qoder-cli
Qoder AI CLI tool - Terminal-based AI assistant for code development
unfree
qwen-code
Command-line AI workflow tool for Qwen3-Coder models
Apache-2.0
Package
Description
License
localgpt
Local AI assistant with persistent markdown memory, autonomous tasks, and semantic search
Apache-2.0
openclaw
Your own personal AI assistant. Any OS. Any Platform. The lobster way
MIT
picoclaw
Tiny, fast, and deployable anywhere — automate the mundane, unleash your creativity
MIT
zeroclaw
Fast, small, and fully autonomous AI assistant infrastructure
MIT
Package
Description
License
auto-claude
Autonomous multi-agent coding framework powered by Claude AI
AGPL-3.0-only
catnip
Developer environment that's like catnip for agentic programming
Apache-2.0
cc-switch-cli
CLI version of CC Switch - All-in-One Assistant for Claude Code, Codex & Gemini CLI
MIT
ccstatusline
A highly customizable status line formatter for Claude Code CLI
MIT
claude-code-router
Use Claude Code without an Anthropics account and route it to another LLM provider
MIT
claude-plugins
CLI tool for managing Claude Code plugins
MIT
claudebox
Sandboxed environment for Claude Code
Check package
sandbox-runtime
Lightweight sandboxing tool for enforcing filesystem and network restrictions
Apache-2.0
skills-installer
Install agent skills across multiple AI coding clients
MIT
Package
Description
License
claude-code-acp
An ACP-compatible coding agent powered by the Claude Code SDK (TypeScript)
Apache-2.0
codex-acp
An ACP-compatible coding agent powered by Codex
Apache-2.0
Package
Description
License
ccusage
Usage analysis tool for Claude Code
MIT
ccusage-amp
Usage analysis tool for Amp CLI sessions
MIT
ccusage-codex
Usage analysis tool for OpenAI Codex sessions
MIT
ccusage-opencode
Usage analysis tool for OpenCode sessions
MIT
ccusage-pi
Pi-agent usage tracking for Claude Max
MIT
Workflow & Project Management
Package
Description
License
agent-deck
Your AI agent command center
MIT
backlog-md
Backlog.md - A tool for managing project collaboration between humans and AI Agents in a git ecosystem
MIT
beads
A distributed issue tracker designed for AI-supervised coding workflows
MIT
beads-rust
Fast Rust port of beads - a local-first issue tracker for git repositories
MIT
cc-sdd
Spec-driven development framework for AI coding agents
MIT
chainlink
Simple, lean issue tracker CLI designed for AI-assisted development
MIT
openspec
Spec-driven development for AI coding assistants
MIT
spec-kit
Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)
MIT
vibe-kanban
Kanban board to orchestrate AI coding agents like Claude Code, Codex, and Gemini CLI
Apache-2.0
workmux
Git worktrees + tmux windows for zero-friction parallel dev
MIT
Package
Description
License
coderabbit-cli
AI-powered code review CLI tool
unfree
tuicr
Review AI-generated diffs like a GitHub pull request, right from your terminal
MIT
Package
Description
License
agent-browser
Headless browser automation CLI for AI agents
Apache-2.0
ck
Local first semantic and hybrid BM25 grep / search tool for use by AI and humans!
MIT
copilot-language-server
GitHub Copilot Language Server - AI pair programmer LSP
MIT
entire
CLI tool that captures AI agent sessions and links them to code changes
MIT
gno
Local-first knowledge engine with hybrid search, RAG Q&A, and MCP server integration
MIT
handy
Fast and accurate local transcription app using AI models
MIT
happy-coder
Happy Coder CLI to connect your local Claude Code to mobile device
MIT
mcporter
TypeScript runtime and CLI for the Model Context Protocol
MIT
openskills
Universal skills loader for AI coding agents - install and load Anthropic SKILL.md format skills in any agent
Apache-2.0
qmd
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MIT
rtk
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands
MIT
{
inputs . llm-agents . url = "github:Qumulo/llm-agents" ;
# In your system packages:
environment . systemPackages = with inputs . llm-agents . packages . ${ pkgs . stdenv . hostPlatform . system } ; [
claude-code
gemini-cli
# ...
] ;
}
Or try without installing: nix run github:Qumulo/llm-agents#<package>
nix develop # Enter dev shell
nix build .# <pkg> # Build a package
nix fmt # Format code
nix flake check # Run checks
Please send contributions to the upstream repository: numtide/llm-agents.nix
Individual tools are licensed under their respective licenses. Nix packaging code is MIT.