Agentic OS (agentic-os)

A locally-hosted operating system for AI agents — an open-source GitHub repository orchestrating opencode, Hermes Agent, and Gemini CLI into one unified dashboard with persistent memory, cron scheduling, 16+ skills, and cost analytics.

MIT Python 3 Agents 16 Skills Stable dev.to

Why Agentic OS?

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.

🤖

3-Agent Engine

opencode (code/DevOps), Hermes (memory/scheduling), Gemini (research) with automatic task routing.

🧩

16+ Skills

Executable packs with eval scoring, learnings, and score history. Run from one click.

🧠

Persistent Memory

Shared brain/ folder + Hermes SQLite FTS5 — all agents share context across sessions.

Cron Scheduler

APScheduler jobs: heartbeat, standup, DevOps audit, memory consolidation. Fully configurable.

💰

Cost Analytics

Track spending across providers with free-tier alerts. No surprise bills.

💾

One-Click Backup

Full tar.gz snapshot of configs, skills, brain, agents, prompts. Full restore in one command.

📋

Audit Trail

Every action logged — chat, skill runs, config changes, backups. Searchable event history.

📝

Prompt Library

10 reusable templates: code review, system audit, project plan, brainstorm, and more.

🎨

Dark/Light Theme

GitHub-style dark mode with clean light theme. Collapsible sidebar with agent status.

Zero API Costs

Built for free tiers — Gemini Flash, OpenRouter free models, local opencode. No subscription needed.

📐

Standards System

Discover and inject project conventions automatically.

🔌

Plugin Registry

Marketplace-style plugin management. Extend via custom skills.

Agent Architecture

Three specialized agents, one orchestration layer.

┌──────────────────────────────────────────────┐ │ AGENTIC OS DASHBOARD │ │ FastAPI + Tailwind SPA │ ├──────────────────────────────────────────────┤ │ │ │ ┌──────────┐ ┌──────────┐ ┌──────────┐ │ │ │ opencode │ │ Hermes │ │ Gemini │ │ │ │Code/DevOp│ │Mem/Sched │ │Research │ │ │ └──────────┘ └──────────┘ └──────────┘ │ │ │ │ ┌──────────────────────────────────────┐ │ │ │ 7 CORE LAYERS (Stacked) │ │ │ │ Layer 7: Identity/Persona │ │ │ │ Layer 6: Self-Evolution │ │ │ │ Layer 5: Scheduler + Health │ │ │ │ Layer 4: Memory Graph │ │ │ │ Layer 3: Skills Hub + Eval │ │ │ │ Layer 2: Business Brain │ │ │ │ Layer 1: Agent Router │ │ │ └──────────────────────────────────────┘ │ └──────────────────────────────────────────────┘

Comparison: Agentic OS vs Julian Goldie's Claude Agent OS

An honest comparison of the two projects.

FeatureClaude Agent OS (Video)Agentic OS (This Project)
Core AgentsClaude + OpenClaw + Hermesopencode + Hermes + Gemini CLI
Cost$20/mo (Claude sub)$0 — all free tiers
StackNext.js + TailwindFastAPI + vanilla JS SPA
Architecture Layers4 layers7 layers
Skills SystemPlugin marketplace16 curated + eval scoring + learnings
MemoryObsidian vault (external)Built-in brain/ + SQLite FTS5
Cron SchedulerNot shownAPScheduler jobs
Cost TrackingNot shownPer-provider analytics
Backup/RestoreNot shownOne-click snapshots
Audit TrailNot shownFull activity log
Standards SystemNot shownDiscover/inject conventions
Client TimeoutNot shown200s AbortController
Kanban BoardYesNo (not needed)
Open SourceNo (tutorial only)MIT License

Quick Start

Get running in 30 seconds.

git clone https://github.com/modimihir07/agentic-os.git cd agentic-os chmod +x install.sh && ./install.sh ./start.sh # Open http://127.0.0.1:8080

Ready to build your Agent OS?

Agentic OS is free, open-source, and built for developers who want real control over their AI agents.