GRID

Run a node. Do real work. Earn GRID. The planetary supercomputer is not a building — it is the mesh we build together.

Super Compute Fabric

Scroll

Compute
without
walls.

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.

01

Measure

Proof-of-Resource scores real capacity.

02

Coordinate

Work routes to machines that can finish it.

03

Reward

Verified output earns GRID. Exit on your terms.

One fabric.
Infinite edges.

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.

01

Resource Layer

Heterogeneous hardware — consumer GPUs, workstations, racks, and surplus enterprise capacity — joins as autonomous nodes.

02

Coordination

Jobs shard across the mesh. Proximity, capability, and availability decide where work lands.

03

Verification

Results are checked. Fidelity, uptime, and completed work feed reputation — and rewards.

04

Settlement

GRID meters compute. The Blockchain Security Layer provides the hard-settlement boundary.

PoR
Proof-of-Resource
S / M / L
Node classes
BTC
Transact Security
Open
Little miners first

Ping the
planet.

When a machine joins, the world answers with light — a presence. A quiet pulse that says “Hey! — I'm a node.”

On mesh
Peers
Online
P0
Phase
Live nodes only · Real Earth
Privacy-rounded geography · IP addresses are never displayedDrag to rotate
Genesisoffline

GENESIS

The first light. Every pulse on this map begins here — one home for the mesh while the network is still young.

Class
L
Region
Role
Home beacon
Signal
offline

Who is here

The sky is quiet. Genesis holds the first light — waiting for the next spark to answer.

Run a node. Become a pulse.

Keep mining.
Mine useful.

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.

  • One card in a small form factor — you belong here.
  • A rack that used to hum for ETH — you belong here.
  • A datacenter with surplus capacity — you belong too.
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.”

01

Install

Get the GRID binary. One lightweight client. Your machine, your limits.

02

Run a node

Set power and thermal bounds. Contribute what you choose — nothing more.

03

Earn GRID

Verified work pays. Sell it, stack it, or settle value through supported blockchain rails.

Keys at the edge.
Settle on blockchain rails.

Native desktop apps use the same encrypted vault, recovery phrase, grid0 address, and transaction workflow as the GRID command line.

Download GRID Wallet

macOS

LIVE

Native SwiftUI wallet with system, light, and dark themes.

Windows

LIVE

Desktop wallet for GRID balances, rewards, transfers, and custody.

Linux

LIVE

AppImage and Debian packages backed by the native GRID wallet core.

GRID → SOL → BTC

ROADMAP

Native Genesis-signed GRID rewards now; optional external settlement rails remain separate audited gates.

You choose
the lock.

GRID does not decide how your secrets sleep. Passkey by default — or password, twenty-four words, stacked combo, or raw keys for labs. Same mesh. Your rules.

Passkey

Default path

Encrypted by Passkey

grid auth lives under device credentials. Genesis authority and operator vaults are separate — no ceremony requires destroying a master key on the node.

grid auth <mode>

Passkey
Default

Passkey

grid auth (default)

Device-bound. Face ID, Touch ID, or a hardware key. Phishing-resistant — your vault unlocks with you.

Familiar

Password

grid auth password

You choose the secret. Portable encryption without a platform passkey.

Recovery

24-word keyphrase

grid auth keyphrase

A full BIP39 twenty-four word phrase, shown once. Write it offline. The node will not repeat it.

Stacked

Combo

grid auth combo

Password → passkey → keyphrase. Layered unlock for operators who want stacked ceremony.

Raw keys

No crypt

grid auth nocrypt

Just the keys on disk (mode 0600). No envelope. Labs and throwaway nodes only.

Your choice

Set once per node. Change when your threat model changes.

Local only

Unlock happens on your machine. The mesh never sees the envelope.

Genesis is separate

Peer policy and truth signatures use genesis keys — not vault master destruction.

Currently at Phase 1

Mainnet path.
No testnet economy.

Software is live. The token economy is Genesis Earn → open utility — not a public testnet playground. Install now. Learn the fabric.

Now
Phase 1 · Ignition
Action
curl · coord · node
Security
Blockchain layer
  1. 0
    Phase 0Complete

    Prepare

    Spec & social contract

    White paper, token design, Blockchain Security Layer, letter to miners.

    • Vision locked
    • Token + TSL
    • Miner-first rules
  2. 1
    Phase 1Live now

    Ignition

    Rust fabric live

    Single binary: coordinator, node, submit. Verified jobs. PoR earn. Open source on GitHub.

    • grid coord / node
    • Allowlisted jobs
    • curl install
  3. 2
    Phase 2Next up

    Pilot

    Real fleets

    Home rigs and racks under live heat. Docker workloads. Edge software wallet shell.

    • GPU jobs
    • Operator dashboard
    • Desktop wallet
  4. 3
    Phase 3On deck

    Genesis Earn

    Mainnet rewards

    Verified work settles into locked GRID. Emission on-rail. No public testnet economy.

    • Token + locks
    • Emission controller
    • Mobile watch
  5. 4+
    Phase 4+Locked

    Planetary

    Utility · edge · wallets

    Buyers spend for capacity. Marketplace exits to BTC. Web + service wallets at scale.

    • Open utility
    • Edge routing
    • Full wallet suite

Phase 1 is open

Run the coordinator. Run a node. Submit work. Early operators learn the fabric before open utility.

Download GRID · Phase 1

Get GRID CLI

One official binary, hosted on grid-compute.com. Installer explains every step — download, verify, install, PATH. Looking for the desktop browser? Download Mesh.

Available · v0.4.0

One-line install

View install.sh

Detects your machine, pulls the matching binary over HTTPS, checks it is a real Phase-1 CLI, installs to ~/.local/bin, and can wire PATH. Does not start daemons, touch Docker, or read your wallet keys.

Install
curl -fsSL https://grid-compute.com/downloads/install.sh | bash
Upgrade / reinstall
curl -fsSL https://grid-compute.com/downloads/install.sh | bash -s -- --force
Windows PowerShell
irm https://grid-compute.com/downloads/install.ps1 | iex
Verify
hash -r && which grid && grid -V
grid status
grid auth --help

01

Install the binary

The installer detects your OS/CPU, downloads the matching grid binary over HTTPS, verifies it, and places it on your PATH.

02

Protect keys

grid auth binds operator material with a passkey. Your chain and secrets stay local under ~/.grid.

03

Join the fabric

grid init · grid node for P2P + host + mine, or grid peer for a non-mining blockchain node.

Direct binaries · same release

macOS

Intel · x86_64

Ready

Native Intel binary

Download grid-darwin-x86_64

macOS

Apple Silicon · aarch64

Ready

Native M-series binary

Download grid-darwin-aarch64

Linux

x86_64

Ready

Static-ish glibc binary

Download grid-linux-x86_64

Windows

x86_64 · CLI

Ready

Native CLI. Run host containers through the WSL2 Linux path.

Download grid-windows-x86_64.exe

Get started now

macOS
curl -fsSL https://grid-compute.com/downloads/install.sh | bash
grid init --name my-node --class S
grid auth keyphrase
grid mine
Linux
curl -fsSL https://grid-compute.com/downloads/install.sh | bash
grid init --name my-node --class S
grid auth keyphrase
grid mine
Windows
irm https://grid-compute.com/downloads/install.ps1 | iex
grid --version
# For host jobs: wsl --install -d Ubuntu

What the CLI does

  • grid node — P2P + host + mine on one box
  • grid host / mine — useful work vs PoR tracks
  • grid registry — public mesh from this site
  • grid wallet grid0 addresses · claim · send
  • grid status — blockchain size + security check
  • grid ember — full realm stack (e.g. fire.grid)

After install, run grid status for local chain size, supply ledger integrity, and key permission checks. Binaries are served only from grid-compute.com/downloads. Every release includes a detached signature and per-platform SHA-256 checksums.