Progress, in the open.
CE is built as real, tested repos composing the same primitives — no node forks. Here is what is shipped and running, and what we are building next.
Running in production.
Byzantine-fault-tolerant node
Ed25519 identity, PoW chain with credits + escrow, libp2p mesh (Kademlia, gossipsub, QUIC, relay, hole-punching), sandboxed Docker + WASM compute.
One HTTP edge, mesh backends
ce-serve resolves host -> content-addressed bundle via ce-hub over the mesh and serves it. ce-hub hosts nothing — it only tracks. ce-net.com and docs.ce-net.com are just apps.
Browser is a node
Every page gets a real mesh node injected. Apps converge peer-to-peer over gossipsub + content-addressed blobs — no central database, no realtime server.
Real libp2p in the browser
A js-libp2p peer with its own identity dials the relay over secure-websocket and joins the mesh directly; default-deny, capability-scoped. The WSS bridge is the universal fallback.
SDKs in layers
@ce-net/sdk (TypeScript, on npm), ce-rs (Rust core), ce-coord (typed streams + replicated state). Same surface, fully decoupled.
Orchestration
ce-gke places and heals workloads across atlas-ranked hosts; ce-serve and app backends deploy as healed mesh services.
One app manager
ce app installs, runs, and supervises anything — OCI image, native binary, WASM, or build-from-source recipe — under a capability minted for exactly what its manifest declares. ce-publish ships the artifacts, content-addressed and signed.
Identity without passwords
ce-iam: identity, access, and secrets on capability chains — device pairing, an encrypted multi-device vault, offline verification. Minting stays on your node; the browser only verifies and holds.
Live media at mesh scale
ce-cast: a multicast studio where a selectable encoder node does the heavy lifting — send from any device, the encoder normalizes and fans out to YouTube, Twitch, Kick, and X at once.
What's next.
Research systems
Verified result markets, vendor- and latency-aware placement, redundant + audited execution, data-locality pipelines, and benchmark transparency — the substrate for protein folding, climate, genomics, and ML at network scale.
Nearest-node benchmarks
Live, public latency/reliability/uptime/spec maps so you can see exactly who would run your work and how well — placement you can inspect, not trust blindly.
Flagship games at scale
Spacegame (live) is the 2D world where every ship is physically simulated; Cerena, a thousands-player first-person procedural mage RPG, pushes placement, latency, and fault tolerance to the limit.
Wartime & resilience aid
Offline-first comms and content distribution that survive blackouts and blockades — no central server to seize or sever.
Verify with your node, anywhere
The end-to-end passwordless flow: sign in to any site by proving control of your node's key — challenge, sign, verify, capability. The primitives are live; the universal browser flow is being wired.
Task admission you control
BOINC-style donation policy: operators choose what classes of work run on their hardware — category allowances reviewed once, bound to exact build hashes, cheap to check at runtime.