Stop burning tokens on HTTP calls and JSON parsing. r8r uses deterministic nodes for deterministic work — and only calls the LLM when you actually need reasoning.
Traditional tools were built for humans clicking through visual editors. r8r was built for AI agents that need to create, execute, and orchestrate workflows programmatically.
No JVM warmup, no container spin-up. A single Rust binary that starts instantly and uses ~15MB of RAM.
Drop AI reasoning into any workflow. Call OpenAI, Anthropic, Ollama, or any OpenAI-compatible endpoint directly.
Deterministic nodes handle HTTP calls, JSON parsing, conditional routing. The LLM only runs where you actually need intelligence.
Workflows are plain YAML files. Version control them, diff them, review them in PRs. No database blobs.
Checkpoint, resume, and replay. If a node fails at 3am, r8r retries with backoff — not the entire pipeline.
Model Context Protocol server included. AI agents can discover and execute your workflows natively.
The agent node gets the same durability as every other node — retries, checkpoints, fallback values. Multi-provider, structured output, JSON schema validation.
Different tools for different users. If your workflows are triggered by AI agents, r8r was built for you.
| Feature | r8r | n8n |
|---|---|---|
| Primary User | AI agents & developers | Human operators |
| Interface | CLI, API, MCP | Visual drag-and-drop |
| Language | Rust | TypeScript |
| Memory (idle) | ~15 MB | ~500 MB+ |
| Startup | ~50ms | Seconds |
| Storage | SQLite (embedded) | PostgreSQL/MySQL |
| Workflows | YAML files (git-friendly) | Database blobs |
| Agent / LLM Nodes | ✓ Multi-provider | ✗ |
| MCP Support | ✓ Built-in | ✗ |
| Durable Execution | Checkpoint, resume, replay | Basic retry |
| Circuit Breakers | ✓ | ✗ |
Mix deterministic nodes with AI reasoning. Each node gets retries, circuit breakers, and checkpoints automatically.
Clone, build, run. No Docker registry, no database migrations, no config files.
r8r is free, open source, and built for the AI age. Star us on GitHub or start building workflows in under a minute.