Community

Built in the open,
for everyone

Admina is a community project. Every issue, PR, discussion, and star makes a difference. We respond to all contributions as soon as possible.

How to contribute

All contributions are welcome, from bug fixes to new governance domains and plugins. Here are the most impactful ways to help.

01

Report bugs and edge cases

Run Admina in your environment and share what you find. Real-world edge cases improve governance quality for everyone.

02

Contribute injection patterns

The Agent Security firewall uses a library of regex patterns. Add new patterns for attack vectors you've encountered β€” each one protects all Admina users.

03

Write connectors

LangChain, CrewAI, n8n, OpenClaw, and Cheshire Cat connectors are shipped. New framework integrations are always welcome β€” see the plugin system's 9 interfaces.

04

Improve documentation

Clear docs are as important as good code. Fix typos, improve examples, translate content, or write a tutorial.

05

Share benchmarks

Run the benchmark suite on your hardware and share the results. Performance data from diverse environments strengthens the project.

06

Star and spread the word

A GitHub star signals to the community that this project matters. Share Admina with your team, write a blog post, or talk about it at a meetup.

Maintainer

SN
Stefano Noferi
Creator & Lead Maintainer

25+ years of software architecture experience. Open source builder and founder of noze.it. Building Admina to make AI agents safer, more transparent, and compliant with EU AI Act before the August 2026 deadline.

Why "Admina"?

The name

Admina comes from admin β€” administrative oversight, system governance β€” shaped into a name with a firm, precise sound, like a trusted system daemon always running quietly in the background.

It also echoes admina as in sysadmin β€” the person who manages, enforces rules, and keeps systems in order. Exactly what Admina does for AI agents.

Pronunciation
À·dmiΒ·na /ˈad.mi.na/

Stress on the first syllable: Γ€-dmi-na. Think of it like Γ dmin + a, not ad-mΓ­-na. Three clean syllables, firm and direct β€” like the governance it provides.

Roadmap

Admina is pre-1.0: the public API is feature-complete and production-ready, but the stability commitment is deferred until community validation has confirmed the shape of the public surface. Releases ship when scope is ready β€” not on a calendar. Full plan in ROADMAP.md.

v0.9.0 β€” 2026-04-27
First public release β€” OISG adequate by default
  • OISG paradigm (Open Β· Intelligent Β· Secure Β· Governed) β€” default install scores in the adequate band (β‰₯ 80/100)
  • SDK with 4 governed primitives: GovernedModel, GovernedData, GovernedAgent, ComplianceKit
  • Plugin system: 9 interfaces with built-in reference implementations (Ollama, OpenAI, ChromaDB, MCP, REST, MinIO, spaCy+regex, GuardrailsAI opt-in, …)
  • 5 framework integrations: LangChain, CrewAI, n8n, OpenClaw, Cheshire Cat AI
  • 4-domain Rust pipeline β€” 6.25Β΅s median (P95 7.04Β΅s, P99 7.29Β΅s)
  • Admina Score + OISG adequacy widgets on the dashboard, with live WebSocket feed
  • CLI: admina init, dev, plugin, doctor
  • Multi-platform wheels (Linux x86_64/aarch64, macOS x86_64/arm64) via GitHub Actions
v0.10.0 β€” Adapter coverage & SDK ergonomics
  • Model adapters: Anthropic, Mistral, AWS Bedrock, Google Gemini, native vLLM
  • Microsoft Presidio as first-class PII engine alongside spaCy+regex
  • Streaming-first GovernedModel API with inline governance per chunk
  • Configurable retry / backoff on all governed primitives
  • WebSocket authentication with API-key scoping
v0.11.0 β€” Observability & performance
  • Native Prometheus metrics endpoint with SLO panel
  • Structured error taxonomy (stable error codes across proxy, SDK, REST)
  • Decision cache on the injection firewall fast path
  • Benchmark regression gate in CI (fail on >10% regression)
  • Request-level tracing correlation SDK ↔ proxy ↔ upstream LLM
v0.12.0 β€” Multi-tenancy & RBAC
  • Organisation / workspace isolation in the proxy
  • Per-tenant quotas (rate, forensic retention, templates)
  • RBAC on proxy endpoints (read / write / admin)
  • OIDC auth provider as built-in plugin
  • Per-tenant forensic namespace with independent hash chains
v0.13.0 β€” Compliance template expansion
  • NIS2 template (incident response, supply-chain obligations)
  • ISO/IEC 42001 (AI management system controls)
  • SOC 2 (Trust Services Criteria mapping)
  • Cross-framework gap analysis (single control β†’ multiple frameworks)
  • Signed PDF/DOCX report export
v1.0.0 β€” API freeze & LTS
  • Plugin ABI v1 frozen with contract tests; third-party plugin certification suite
  • Official client SDKs: TypeScript, Go
  • Deprecation policy formalised; 18-month LTS window for the 1.0 line
  • CVE assignment workflow documented
🀝
Code of Conduct

Admina follows the Contributor Covenant. We're committed to a welcoming and inclusive community. All contributors are expected to uphold these standards.

Read CoC