Animus dispatches, isolates, gates, and ships AI agent workflows from a single Rust binary. Define your team in YAML. Step away from the terminal.
$ animus queue "fix flaky billing test" ✓ worktree spawned0.4s ◐ implementrunning… claude ✓ implement4m 12s claude ◐ reviewrunning… codex ✓ review1m 48s advance ✓ test47s cargo test → ok ✓ merged to main0.2s
Multi-agent frameworks hand you primitives and walk away. None isolate state. None gate output. None rework on failure. None ship. Animus does all four — by default.
Every model plugs into Animus through the same provider protocol. Swap per phase. Swap per quarter. Swap the day a new model ships. Workflows and output contracts compound across generations.
Rust-only. No runtime, no containers. You'll be running workflows in about a minute.
$ curl -fsSL https://raw.githubusercontent.com/launchapp-dev/animus-cli/main/scripts/install.sh | bash