Skip to content
THE RUNTIME FOR THE AGENT ERA

Orchestrate AI agents.
Ship code autonomously.

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 · liveautonomous
$ 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
QUEUE · ISOLATE · GATE · SHIPCLAUDE · CODEX · GEMINI · OPENAIDEFINE YOUR TEAM IN YAMLQUEUE · ISOLATE · GATE · SHIPCLAUDE · CODEX · GEMINI · OPENAIDEFINE YOUR TEAM IN YAMLQUEUE · ISOLATE · GATE · SHIPCLAUDE · CODEX · GEMINI · OPENAIDEFINE YOUR TEAM IN YAMLQUEUE · ISOLATE · GATE · SHIPCLAUDE · CODEX · GEMINI · OPENAIDEFINE YOUR TEAM IN YAML
§01 — THE PROBLEM

Frameworks ship tools.
Runtimes ship outcomes.

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.

REQUIREMENT
FRAMEWORK A
FRAMEWORK B
CODEX MA
ANIMUS
ISOLATE STATE
GATE OUTPUT
REWORK ON FAILURE
SHIP TO MAIN
§02 — THE THESIS

The model is a config flag.

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.

CLAUDE
opus
ACTIVE
CODEX
gpt-5
○ swap-ready
GEMINI
3-pro
○ swap-ready
OPENAI
o-series
○ swap-ready
OPENCODE
local
○ swap-ready
OAI-COMPAT
any
○ swap-ready
§03 — THE PRODUCT

Queue. Isolate. Contract. Ship.

§04 — THE DOCS

Explore the surface.

05 — INSTALL

One paste. Single binary.

Rust-only. No runtime, no containers. You'll be running workflows in about a minute.

install.sh
$ curl -fsSL https://raw.githubusercontent.com/launchapp-dev/animus-cli/main/scripts/install.sh | bash

Released under the Elastic License 2.0 (ELv2).