Biome.
A mesh of independent providers.
Biome is the decentralized substrate of Omega — community-operated clusters that opt into the mesh. Workloads address branes by manifest name; peers find each other through Tailscale, NetBird, or any WireGuard overlay you bring. There is no etcd, no scheduler, no API server. The mesh is the control plane; the manifest is the API.
A mesh that
heals itself.
Add a host, reach steady state in under 80ms on a 64-peer mesh.
The mesh is the control plane. Lose any peer; the rest re-route.
Biome runs over Tailscale Funnel, NetBird, or any WG mesh you bring.
QUIC streams, framed; back-pressure aware; per-edge priority queues.
Declare a peer pool,
point at your network.
[brane.transform] substrate = "biome" capability = "standard" peers = "lab.lan/transform-pool-*" replicas = "auto" [brane.transform.discovery] mode = "tailscale" bootstrap = "transform-pool-001.lab.lan" [brane.transform.network] overlay = "wg-prod" quic_port = 7842 mdns = true [brane.transform.state] crdt = "rga" # replicated growable array fanout = 8 gc_interval = "30s"
is a glob that matches Tailscale node names. mDNS / DNS-SD / static lists also supported.
is the first peer to gossip with. After convergence, peers are self-evident.