Most AI agent tools work in isolation — a terminal for coding, a chat for research, another tool for memory. Agentic OS is the control plane that unifies them: three agents, one dashboard, one memory layer, one scheduler, one skill hub.
opencode (code/DevOps), Hermes (memory/scheduling), Gemini (research) with automatic task routing.
Executable packs with eval scoring, learnings, and score history. Run from one click.
Shared brain/ folder + Hermes SQLite FTS5 — all agents share context across sessions.
APScheduler jobs: heartbeat, standup, DevOps audit, memory consolidation. Fully configurable.
Track spending across providers with free-tier alerts. No surprise bills.
Full tar.gz snapshot of configs, skills, brain, agents, prompts. Full restore in one command.
Every action logged — chat, skill runs, config changes, backups. Searchable event history.
10 reusable templates: code review, system audit, project plan, brainstorm, and more.
GitHub-style dark mode with clean light theme. Collapsible sidebar with agent status.
Built for free tiers — Gemini Flash, OpenRouter free models, local opencode. No subscription needed.
Discover and inject project conventions automatically.
Marketplace-style plugin management. Extend via custom skills.
Three specialized agents, one orchestration layer.
An honest comparison of the two projects.
| Feature | Claude Agent OS (Video) | Agentic OS (This Project) |
|---|---|---|
| Core Agents | Claude + OpenClaw + Hermes | opencode + Hermes + Gemini CLI |
| Cost | $20/mo (Claude sub) | $0 — all free tiers |
| Stack | Next.js + Tailwind | FastAPI + vanilla JS SPA |
| Architecture Layers | 4 layers | 7 layers |
| Skills System | Plugin marketplace | 16 curated + eval scoring + learnings |
| Memory | Obsidian vault (external) | Built-in brain/ + SQLite FTS5 |
| Cron Scheduler | Not shown | APScheduler jobs |
| Cost Tracking | Not shown | Per-provider analytics |
| Backup/Restore | Not shown | One-click snapshots |
| Audit Trail | Not shown | Full activity log |
| Standards System | Not shown | Discover/inject conventions |
| Client Timeout | Not shown | 200s AbortController |
| Kanban Board | Yes | No (not needed) |
| Open Source | No (tutorial only) | MIT License |
Get running in 30 seconds.
Agentic OS is free, open-source, and built for developers who want real control over their AI agents.