Back to tools

llm-agents.nix

An AI dev-tool collection for Nix users: run Claude Code, Aider, and other AI coding agents with one command, updated daily.

Tool categories
CodingDeveloper toolsAgent
Tool links

Tool overview

llm-agents.nix packages multiple AI coding agents into isolated Nix environments. Use `nix run github:numtide/llm-agents.nix#<tool>` to temporarily run tools like Claude Code, Grok, Agent Browser, herdr, or ccusage, avoiding system-wide installation. The repository is updated daily to stay current with upstream releases.

Its main strength is Nix-powered reproducibility — teams and CI pipelines get the exact same AI tool versions. The run-from-flake model keeps your system clean and lets you quickly experiment with different agents. The community has adopted it, with users migrating tools like herdr to this flake.

The major drawback is its Nix-only nature; users must install Nix and be comfortable with the command line. Updates for some packages may lag behind upstream (e.g., Claude Code fell behind after an upstream revert), and coverage depends on community contributions, so not every AI agent is available.

Best for Nix-savvy developers who frequently use AI coding tools and want reproducible, disposable environments. Not recommended for those unfamiliar with Nix, or who require graphical interfaces.

Related social content