Skip to content

ArdurAI/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ArdurAI Logo

ArdurAI

Open-source runtime governance for AI agents

Ardur · Mara · Docs


Projects

Ardur — Runtime Governance

Python Go License: MIT

Governance proxy for AI agents. Enforces policy boundaries and emits signed receipts.

git clone https://github.com/ArdurAI/ardur.git && cd ardur
make demo

Tested: 39 tool calls across 2 models. 0 unauthorized actions. ~4ms overhead per call.

Documentation →


Mara — AI Log Shipper

Rust License: Apache 2.0

Edge-deployable telemetry agent for AI workloads. OpenTelemetry gen_ai.* native.

git clone https://github.com/ArdurAI/mara.git && cd mara
cargo build --release

Supports: Claude Code, Codex, Cursor, Kimi, Gemini CLI, Ollama

Documentation →


Quickstart

Ardur

# Clone and run demo
git clone https://github.com/ArdurAI/ardur.git && cd ardur
make demo

# Run verification
./scripts/verify-mvp.sh

Mara

# Build from source
git clone https://github.com/ArdurAI/mara.git && cd mara
cargo build --release

# Run with config
./target/release/mara run

Ecosystem

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

Contributing

License

  • Ardur: MIT
  • Mara: Apache 2.0

ArdurAI · Discussions · Issues

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors