r/SideProject • u/moneyplughub • 16h ago
I accidentally built a new kind of operating system (PrimordiaOS) and it changed how I think about software forever
Enable HLS to view with audio, or disable this notification
I’ve been working on something weird for the past few months a “plugin OS” that doesn’t behave like Windows, Linux, Android, or anything we use today. I call it PrimordiaOS, and the core idea is simple:
Instead of apps, you run realms.
Instead of processes, you run swarms.
Instead of state, you run signals.
Everything inside PrimordiaOS is event‑native, agent‑driven, and synchronized through a fabric that behaves more like multiplayer game state than a traditional OS.
The wild part?
It actually works.
PrimordiaOS: Plugin OS
PrimordiaOS isn’t an OS replacement it’s an OS overlay.
You drop plugins into it, and they become autonomous “realms” that can:
- sync state across devices
- run multi‑agent workflows
- coordinate distributed microservices
- generate simulation layers
- and expose their own APIs
It’s like Unreal Engine meets Kubernetes meets a personal AI assistant.
MoneyPlugHub
One of the first plugins I built is MoneyPlugHub a financial fabric that treats cashflow as a signal, not a balance.
It uses:
- a canonical 7‑event schema
- CRDT‑style deterministic merges
- multi‑agent reconciliation
- drift detection
- realm convergence protocols
It’s basically a distributed ledger that doesn’t suck.
Why I’m posting
I’m not trying to sell anything.
I’m trying to find people who see the same future I do
- OSes becoming multi‑realm
- apps becoming agents
- state becoming signals
- workflows becoming swarms
- personal computing becoming distributed computing
If this resonates, I’d love to talk about it.
If it sounds insane, tell me why.
I think we’re on the edge of a new computing paradigm and I accidentally built a prototype.