Open source · MIT · Building in public
Speak once. Let the system orchestrate the rest.
Project Utopia is an open-source operating system for personal AI. Say what you need — it understands the goal, coordinates specialist agents in parallel, verifies their work, and returns concise proof.
“Plan the launch — research the market, draft the site, schedule the rollout.”
Early development — the architecture is real, the code is landing in public.
One sentence in. A coordinated system out.
Most assistants answer. Utopia acts. A single spoken request fans out into parallel, verifiable work — and converges back into one concise result.
- 01
You speak
Say it the way you would to a colleague. The realtime voice layer captures intent — the goal, not keywords.
- 02
Utopia orchestrates
The durable core breaks the goal into work, picks the right specialists, and keeps the session alive until the job is done.
- 03
Agents execute in parallel
Implementation and review agents run concurrently — researching, writing code, recalling context, scheduling what comes next.
- research
- code
- review
- memory
- schedule
- 04
You get proof
Results are verified before they reach you. The answer comes back concise, with evidence — an outcome, not a transcript.
Every layer replaceable. The core durable.
Utopia is an operating system, not a chatbot: a small set of honest layers with clean seams. Swap the voice provider, swap the worker models — Hermes keeps the state, the schedule, and the standards.
- L0
Voice interface
ReplaceableA thin realtime layer turns conversation into intent. OpenAI Realtime is one supported provider — the voice layer is a socket, not a dependency.
- L1
Hermes orchestration core
DurableThe heart of the system. Hermes holds durable sessions, decomposes goals into work, routes it to the right specialists, and survives restarts mid-task.
- L2
Specialist workers
ParallelImplementation and review agents — Codex and Claude among them — execute concurrently and cross-check each other's output before anything ships.
- L3
Utopia Memory
PrivatePersonal context lives in a store you control. Agents recall what matters without your data leaving your hands.
- L4
Utopia Pulse
ProactiveWatches the schedules and signals you care about, and raises work before you think to ask.
- L5
Approvals & verification
Human-gatedConsequential actions wait for explicit approval. Every result is checked, and what comes back to you carries its evidence.
Built in the open, from day one.
Project Utopia is early — and honest about it. No launch theater, no invented numbers. The architecture, the prototypes, and every decision land in a public repository under the MIT license.
Current state
- Realtime voice loopprototyping
- Hermes orchestration corein design
- Specialist worker poolprototyping
- Utopia Memoryplanned
- Utopia Pulseplanned
Status reflects the public repository, not a roadmap promise.
Join early
Help build the operating system for personal AI.
Star the repository to follow along, open an issue to shape the architecture, or send the first pull request. Everything happens in the open.
github.com/Larry-MG/Project-Utopia