Open-source runtime governance for AI agents
Ardur — Runtime Governance
Governance proxy for AI agents. Enforces policy boundaries and emits signed receipts.
git clone https://github.com/ArdurAI/ardur.git && cd ardur
make demoTested: 39 tool calls across 2 models. 0 unauthorized actions. ~4ms overhead per call.
Mara — AI Log Shipper
Edge-deployable telemetry agent for AI workloads. OpenTelemetry gen_ai.* native.
git clone https://github.com/ArdurAI/mara.git && cd mara
cargo build --releaseSupports: Claude Code, Codex, Cursor, Kimi, Gemini CLI, Ollama
# Clone and run demo
git clone https://github.com/ArdurAI/ardur.git && cd ardur
make demo
# Run verification
./scripts/verify-mvp.sh# Build from source
git clone https://github.com/ArdurAI/mara.git && cd mara
cargo build --release
# Run with config
./target/release/mara run| Component | Repo | Status |
|---|---|---|
| Governance Runtime | ardur | Pre-release |
| Log Shipper | mara | Pre-release |
| Claude Code Plugin | ardur/plugins/claude-code | Available |
| Personal Hub CLI | ardur/python/vibap | Available |
- Ardur: MIT
- Mara: Apache 2.0
ArdurAI · Discussions · Issues