Show HN: MatrixSwarm – Agent OS using only the filesystem

github.com

1 points by matrixswarm 2 days ago

MatrixSwarm is a fully file-driven agent orchestration system.

It launches autonomous agents using nothing but the filesystem — no containers, no daemons, no sockets.

Agents communicate by writing folders. Control flows using a tree structure. Everything is coordinated using simple file drops (like `/comm/agent/incoming`), making the whole system portable and inspectable.

Features: - Spawns agents by writing folders - Tree-based delegation - Fault-tolerant slice propagation - Reaper system with kill switch - No Docker, no orchestrators, no message queues - Comes with a live GUI and deploy interface

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

Would love feedback from the HN community.

matrixswarm 2 days ago

I'm the author — feel free to ask any questions about the architecture, agent coordination, or how MatrixSwarm works under the hood!