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 |
| 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 |
| 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 |
|---|---|---|
| catnip | Developer environment that's like catnip for agentic programming | Apache-2.0 |
| 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 |
| Package | Description | License |
|---|---|---|
| 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 |
| 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 |
| clawdbot | Personal AI assistant with WhatsApp, Telegram, Discord integration | MIT |
| coding-agent-search | Unified, high-performance TUI to index and search your local coding agent history | MIT |
| copilot-language-server | GitHub Copilot Language Server - AI pair programmer LSP | MIT |
| handy | Fast and accurate local transcription app using AI models | unfree |
| happy-coder | Happy Coder CLI to connect your local Claude Code to mobile device | 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 |
{
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 checksPlease send contributions to the upstream repository: numtide/llm-agents.nix
Individual tools are licensed under their respective licenses. Nix packaging code is MIT.