Passkey
grid auth (default)
Device-bound. Face ID, Touch ID, or a hardware key. Phishing-resistant — your vault unlocks with you.
Phase9AEE1239
Run a node. Do real work. Earn GRID.
The planetary supercomputer is not a building — it is the mesh we build together.
Bitcoin · Transact Security Layer
Mission
The world's largest supercomputer will not be built in one place. It will emerge from millions of connected machines — garages, racks, datacenters, and edge devices — working as one fabric.
GRID measures real contribution. Not puzzles that burn power to prove you burned power — verified useful work: AI jobs, frames, simulation, and the latency-critical worlds still coming.
Proof-of-Resource scores real capacity.
Work routes to machines that can finish it.
Verified output earns GRID. Exit on your terms.
The Network
GRID abstracts millions of machines into a unified computational environment. You keep control of power, heat, and schedule. The network only takes what you allow.
Heterogeneous hardware — consumer GPUs, workstations, racks, and surplus enterprise capacity — joins as autonomous nodes.
Jobs shard across the mesh. Proximity, capability, and availability decide where work lands.
Results are checked. Fidelity, uptime, and completed work feed reputation — and rewards.
GRID meters compute. Bitcoin is the Transact Security Layer for hard settlement when you cash out.
The living mesh
When a machine joins, the world answers with light — a presence. A quiet pulse that says “Hey! — I'm a node.”
The first light. Every pulse on this map begins here — one home for the mesh while the network is still young.
The sky is quiet. Genesis holds the first light — waiting for the next spark to answer.
Run a node. Become a pulse.
For Miners
You already did the hard part — the iron, the power, the discipline. GRID re-aims that craft at verified compute. Same rooms. Same culture. A market that buys capacity.
LETTER“You are not idle capacity. You are not a footnote in someone else's cloud. You are how a planetary computer stays human-scale, geographically real, and hard to capture.”
How you join
Get the GRID binary. One lightweight client. Your machine, your limits.
Set power and thermal bounds. Contribute what you choose — nothing more.
Verified work pays. Sell it, stack it, or settle value through Bitcoin.
Edge wallets
CLI first. Then software, mobile, web, and services — same identity story, non-custodial by default, Bitcoin as the Transact Security Layer for hard settlement.
Desktop wallet for miners — run nodes, see earn, export keys, GRID → BTC.
Watch balances and alerts on the go. Later: sign and cash out to Bitcoin.
Buyer portal for jobs and invoices. Connect a wallet — no seed in the browser.
Fleet APIs, payroll to BTC, SSO, audit. Optional custody for teams who need it.
Security by Design
GRID does not decide how your secrets sleep. Passkey by default — or password, twenty-four words, stacked combo, full master factors, or raw keys. Same mesh. Your rules.
Default path
grid auth lives under device credentials. Or step into master mode when you need a key this machine is not allowed to keep.
grid auth <mode>
Master destruction
The master is born once and dies on the node.GRID never keeps a recoverable master key under its home directory. In master mode you set a password, register a device passkey, write down a twenty-four word phrase, and receive a randomized master key. After you type DESTROY, the master is wiped from this machine. Unlock forever requires every factor — password, passkey, phrase, and master key file. Knowing one is knowing nothing.
grid auth master
grid auth (default)
Device-bound. Face ID, Touch ID, or a hardware key. Phishing-resistant — your vault unlocks with you.
grid auth password
You choose the secret. Portable encryption without a platform passkey.
grid auth keyphrase
A full BIP39 twenty-four word phrase, shown once. Write it offline. The node will not repeat it.
grid auth combo
Password → passkey → keyphrase. Layered unlock for operators who want stacked ceremony.
grid auth master
Password + passkey + 24 words + randomized master key. All four required. One factor alone unlocks nothing.
grid auth nocrypt
Just the keys on disk (mode 0600). No envelope. Labs and throwaway nodes only.
Set once per node. Change when your threat model changes.
Unlock happens on your machine. The mesh never sees the envelope.
In master mode the node keeps no recoverable master — only encrypted shares.
Software is live. The token economy is Genesis Earn → open utility — not a public testnet playground. Install now. Learn the fabric.
Spec & social contract
White paper, token design, Bitcoin as Transact Security Layer, letter to miners.
Rust fabric live
Single binary: coordinator, node, submit. Verified jobs. PoR earn. Open source on GitHub.
Real fleets
Home rigs and racks under live heat. Docker workloads. Edge software wallet shell.
Mainnet rewards
Verified work settles into locked GRID. Emission on-rail. No public testnet economy.
Utility · edge · wallets
Buyers spend for capacity. Marketplace exits to BTC. Web + service wallets at scale.
Phase 1 is open
Run the coordinator. Run a node. Submit work. Early operators learn the fabric before open utility.
Download GRID · Phase 1Phase 1 · Install
One binary. Useful mining CLI. Install with curl, or build from source. Mainnet path only — no public testnet economy.
Available now
Tries a prebuilt release when published; otherwise builds from source with cargo. Installs to ~/.local/bin, verifies Phase 1 (grid auth), and replaces legacy binaries that reused the name grid.
# install
$ curl -fsSL https://raw.githubusercontent.com/Caraveo/grid/master/scripts/install.sh | bash
# verify (must show auth / master)
$ hash -r && which grid && grid -V
$ grid auth --help
# upgrade / replace legacy CLI
$ curl -fsSL https://raw.githubusercontent.com/Caraveo/grid/master/scripts/install.sh | bash -s -- --force
# run the fabric (3 terminals)
$ grid coord
$ grid init --name garage --class S
$ grid node
$ grid submit --wait
Apple Silicon & Intel
x86_64 · aarch64
x86_64
Signed one-click binaries land when GitHub Releases publish grid-<os>-<arch> assets. Until then, curl builds from source.