Super Mind
An agent-first personal operating system. AI agents coordinate on a shared platform with persistent state, permissions, and event-driven architecture — so you can focus on what matters.
What is Super Mind?
You don't interact with Super Mind directly — agents do. Think of it as the operating system for your productivity, where agents are the apps.
Resources (tasks, notes, events) live in a shared store. Agents register capabilities, subscribe to events, and coordinate through the platform — not through each other.
Core Principles
The MCP API is the primary interface. Agents speak MCP natively. The UI is a client of the same API.
State changes produce events. Agents react to events. Loose coupling enables emergent behavior.
The system doesn't hardcode what 'productivity' means. New resource types and schemas can be registered.
Runs on your machine. Your data stays yours. SQLite, portable, zero-config.
How It Works
Three layers, one system. You stay in control while agents handle the execution.
You Configure
Set up agents, resources, and rules. Define what your personal OS looks like — which agents run, what data they access, and how they coordinate.
Agents Execute
Agents read events, perform tasks, and produce results. They speak MCP natively and operate autonomously within the permissions you set.
Platform Coordinates
Shared state, event bus, permissions, and SQLite storage. The platform ensures agents work together without stepping on each other.
See how it all fits together
Explore the architecture, understand the layers, and see how agents coordinate on a shared platform.