osmoda — osModa (bolivian-peru/os-moda)
osModa is a genuine NixOS-based operating system distribution with an AI-native system management layer — 10 Rust daemons, 91+ structured MCP tools, a TypeScript gateway (osmoda-gateway) with pluggable runtime drivers for Claude Code and OpenClaw, and a self-teaching skill engine (osmoda-teachd). Unlike every other framework in this corpus, osModa is not a Claude Code harness or a methodology — it is an actual operating system that installs to bare metal or cloud VMs, replacing the host OS with NixOS and deploying its daemons via systemd. The agent has root-level access to the entire system through structured MCP tool calls; every mutation is SHA-256 hash-chained to a tamper-proof SQLite audit ledger; NixOS atomic rollback provides safe-rollback for all system state changes. A pre-indexed code knowledge graph (CodeGraph, tree-sitter + SQLite via WASM) gives the agent navigational awareness of codebases without grep.
Compared to the seeds, osModa is unlike any seed archetype — it is closest to the MCP-anchored toolserver pattern (claude-flow Archetype 3) but taken to the extreme: rather than bundling MCP tools as a plugin, osModa is the compute substrate that MCP tools control. The specific delta from claude-flow is: actual OS ownership (not just agent orchestration), NixOS transactional state (not just file state), self-teaching (teachd learns from agent behavior), and CodeGraph pre-indexing.