Ardur — Runtime Governance
Governance proxy for AI agents. Enforces policy boundaries and emits signed receipts.
Getting Started
Installation, quickstart, and basic concepts
Guides
Step-by-step tutorials for common tasks
Reference
API reference and CLI documentation
Architecture
ADRs and system design documents
# Quickstart
git clone https://github.com/ArdurAI/ardur.git && cd ardur
make demo
# Run verification
./scripts/verify-mvp.shMara — AI Log Shipper
Edge-deployable telemetry agent for AI workloads. OpenTelemetry gen_ai.* native.
Quickstarts
Claude Code, Codex, Cursor, Kimi, Ollama
Deployment
macOS, Linux, Windows, Kubernetes, Docker
Engineering
ADRs, runbooks, and technical reference
Install Guide
Build from source and verification
# Build from source
git clone https://github.com/ArdurAI/mara.git && cd mara
cargo build --release
# Run
./target/release/mara runEcosystem
| Component | Repository | 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 |