arifos
by ariffazil·★ 43·Score 45
Constitutional AI governance kernel with 13 MCP tools for governed agentic execution.
Overview
ArifOS is a constitutional governance kernel that implements 13 constitutional floors (F1-F13) to provide controlled AI agent execution. It exposes a canonical MCP server with 13 tools that pass through intent validation → constitutional floor checks → verdict before action. The system includes a VAULT999 append-only ledger for auditability and integrates with various federated components like AAA (body), A-FORGE (forge), and GEOX (field). The MCP runtime is built on FastMCP and FastAPI with support for both HTTP/SSE and stdio transports.
Try asking AI
After installing, here are 3 things you can ask your AI assistant:
When to choose this
Choose arifOS when building secure, audited AI systems requiring constitutional guardrails and transparent verification of agent actions.
When NOT to choose this
Not suitable for simple, unregulated AI applications or environments where the overhead of constitutional validation isn't justified.
Tools this server exposes
12 tools extracted from the READMEarif_session_initBind actor identity and set safety state to HOLD
arif_sense_observeGround in reality by observing web, VPS vitals, and atlas
arif_evidence_fetchFetch external data from oracles like GEOX, FRED, EIA
arif_mind_reasonPerform structured reasoning with contradiction detection
arif_kernel_routeRoute tasks based on risk orthogonality in AGI/ASI/APEX lanes
arif_reply_composeCompose a governed response with constitutional checks
arif_memory_recallAccess semantic memory and skill registry
arif_heart_critiquePerform adversarial critique through F5/F6/F9 floors
arif_gateway_connectConnect to A2A mesh under constitutional governance
arif_ops_measureMeasure Landauer cost and reversibility classification
arif_judge_deliberateDeliberate and return SEAL/HOLD/VOID/SABAR verdict
arif_vault_sealCreate immutable Merkle-V3 ledger anchor
Comparable tools
Installation
# Install from PyPI
pip install arifos
# Install from source (editable, with dev extras)
pip install -e ".[dev]"
# Run MCP server (HTTP + SSE)
python -m arifosmcp.server
# or via module:
python -m arifosmcp.runtime.__main__
# Run MCP server (stdio transport)
python -m arifosmcp.runtime.__main__ --mode stdioFor Claude Desktop, add to config.json:
{
"mcpServers": {
"arifos": {
"command": "python",
"args": ["-m", "arifosmcp.runtime.__main__", "--mode", "stdio"]
}
}
}Compare arifos with
Last updated · Auto-generated from public README + GitHub signals.