DEV Community

pete
pete

Posted on

MatrixOS v0.1.0: The Swarm Gets Its Operating System

The wait is over.

MatrixSwarm now ships with a runtime worthy of its name: MatrixOS, the multi-language swarm operating system.


What We Shipped

  • Daemon (matrixd) — Boot, list, and kill universes like systemctl.
  • Dual Boot Paths — Every universe spawns into both /runtime (tmpfs-capable, high-speed) and /static (archival, auditable).
  • Encrypted Directives — Universes boot from AES-GCM sealed directives + swarm keys.
  • Tree-Driven Agents — Agents are matched from /agents/<lang>/<name> and signed with cryptographic identity tokens.
  • Ghost Vault — Every agent boots from an encrypted vault passed through its environment.
  • Phoenix GUI hooks — First GUI stubs live in their own repo for drag-and-drop universe management.

Why It Matters

MatrixOS is no longer just theory or fragments in /core.

It’s a daemon, a runtime, a heartbeat you can install as a Linux service.

Agents don’t run under you, they run beside you — resurrecting, spawning, mutating live.

We’ve gone from scattered files to a bootable operating system for swarms.


Install Today

git clone https://github.com/matrixswarm/matrixos
cd matrixos
sudo cp scripts/matrixd /usr/local/bin/matrixd
sudo chmod +x /usr/local/bin/matrixd
sudo cp scripts/matrixd.service /etc/systemd/system/matrixd.service
sudo systemctl daemon-reload
sudo systemctl enable matrixd
sudo systemctl start matrixd
matrixd boot --universe phoenix
Enter fullscreen mode Exit fullscreen mode


`

Resources

GitHub: https://github.com/matrixswarm/matrixos

Docs: https://matrixswarm.com

Discord: https://discord.gg/CyngHqDmku

Python: pip install matrixswarm

Codex: /agents/gatekeeper

X/Twitter: @matrixswarm

💬 Join the Hive:
Join the Swarm: https://discord.gg/CyngHqDmku
Report bugs, fork the swarm, or log your own Codex banner.

Top comments (0)