Get a node — apps & daemons

Four ways to run the same node. Pick by what the machine in front of you has — and there is a fifth being built, for when the machine is a $5 board.

📱 SPORE Communicator

Android phone — full node in a background service, not a thin client.

Debug-signed, not on the Play Store — sideload it. Verify the download against the .sha256 published alongside it; see Install & verify a release.

🌐 Single-file web node

One HTML file — wasm + UI + transports. Zero network until you add a bridge.

🖥 Desktop daemon

One binary, many bridges — LAN + USB folder + radio in one process. No prebuilt binary is published yet; build it from source.

🖨 Seed Sheet

Printable A4 — any ~23 of 39 fountain QR codes rebuild the guide.

📡 ESP32 relay In development

A $5 board as a standalone relay — no OS, no server, cheap enough to leave somewhere and not worry about.

Not runnable yet: the core builds for the board, the radio and storage are still being written.

Verifying a download, building from source, or working with no network to crates.io? See Dev guide. Language bindings (Python / Go / JS over one C ABI) are in Bindings.