🟒 Grid Online · 1 active node

The Distributed AI
Compute Network

Turn your idle CPU or GPU into AI fuel. hyGrid is a peer-to-peer network that distributes AI inference, training, and data jobs across contributor machines β€” and rewards them for every FLOPs contributed.

⬇ Download Node Client πŸ“– Read the Docs
1
Active Workers
5
Job Types
$12.20
Credits Issued
99.9%
Coordinator Uptime

Simple enough to run in the background.
Powerful enough to move AI forward.

hyGrid routes compute jobs from the Hypatia AI coordinator to contributor machines worldwide. You run the node client, it does the work, you earn credits.

01
⬇

Download the Client

Install the hyGrid node client for your OS. It runs as a background service and uses only idle resources.

02
βš™οΈ

Configure Your Limits

Set your CPU cap (default 50%), RAM limit (2 GB), and battery minimum. The client never pushes past your thresholds.

03
πŸ”—

Connect to the Grid

The client connects to the hyGrid coordinator over TLS WebSocket. Jobs are dispatched, executed in sandboxed WASM or JSON task format, and results returned.

04
πŸ’°

Earn Credits

Credits are earned per FLOPs contributed. GPU jobs earn 3Γ— the CPU rate. High-reliability nodes earn a 50% bonus on top.

Built for safety, speed, and fairness.

hyGrid is designed around three principles: your machine stays in control, jobs execute safely, and every contributor gets paid fairly.

πŸ›‘οΈ

Sandboxed Execution

Jobs run in WASM sandbox or JSON task mode only. Python pickle execution is permanently blocked. Your machine never runs untrusted native code.

πŸ“Š

Strict Resource Limits

Hard caps on CPU (50%), GPU (50%), and RAM (2 GB) by default. The client idles automatically when battery drops below 20% or thermal sensors spike.

πŸ”’

TLS-Encrypted Transport

All communication between nodes and the coordinator is encrypted via TLS. Job payloads are signed and verified before execution.

βš–οΈ

Trust & Ban System

Every node has a trust score. Nodes that fail jobs, cheat on results, or time out are progressively banned: 24h β†’ 7 days β†’ permanent.

⚑

Smart Dispatch

The coordinator profiles each node's real-world performance and routes jobs to the fastest eligible worker. Redundancy and checkpointing protect long-running jobs.

🌍

Open Participation

Any machine can join. Windows, Linux, macOS, ARM, Raspberry Pi. The more contributors, the more AI capacity β€” and the more credits shared.

Pick your platform.

Node clients are lightweight background services. Install once, configure your limits, and start contributing.

πŸͺŸ
Windows
Windows 10 / 11 Β· x64 Β· ~8 MB

Installs as a Windows Service. Runs silently in the background. GPU support via DirectML.

Coming Soon
🐧
Linux
Ubuntu Β· Debian Β· Arch Β· x64/arm64 Β· ~5 MB

Installs as a systemd service. CUDA GPU support available. Ideal for always-on server nodes.

Coming Soon
🍎
macOS
macOS 13+ Β· Apple Silicon + Intel Β· ~6 MB

LaunchAgent-based background service. Contributes idle Apple Silicon cores when plugged in.

Coming Soon
🫐
Raspberry Pi / ARM
Pi 4/5 Β· arm64 Β· ~4 MB Low Power

Optimized for ARM SBCs. Low power, always-on contribution. Perfect for RPi clusters.

Coming Soon

πŸ’‘ While client packaging is in progress, you can manually connect a Python node using the open protocol. Contributors who join early receive a 2Γ— credit multiplier for their first 30 days.

Up and running in 60 seconds.

Choose your platform and follow the steps. The client connects automatically once configured.

# Download and extract the node client wget https://hygrid.dev/downloads/hygrid-node-linux-x64.tar.gz tar -xzf hygrid-node-linux-x64.tar.gz cd hygrid-node # Edit config.json β€” add your token from hygrid.dev/account nano config.json # Run as a foreground service (test mode) ./hygrid-node # Or install as a systemd service sudo ./install.sh sudo systemctl enable --now hygrid-node
# Download and mount the DMG open https://hygrid.dev/downloads/hygrid-node-macos.dmg # Or via Homebrew (coming soon) brew install hygrid/tap/hygrid-node # Edit config and start nano ~/.hygrid/config.json launchctl load ~/Library/LaunchAgents/dev.hygrid.node.plist
# Download and run the installer Invoke-WebRequest https://hygrid.dev/downloads/hygrid-node-setup.exe -OutFile setup.exe Start-Process setup.exe # Or via winget (coming soon) winget install HypatiaAI.HyGridNode # Service starts automatically after install # Configure at %APPDATA%\hyGrid\config.json
# Manual Python node β€” works on any platform with Python 3.10+ pip install websockets aiohttp # Save as hygrid_node.py and run curl -sL https://hygrid.dev/downloads/hygrid_node.py -o hygrid_node.py python3 hygrid_node.py \ --coordinator wss://brain.hypatiashard.ai:18960 \ --token YOUR_TOKEN \ --max-cpu 50 \ --max-ram-mb 2048 # Get your token from https://hygrid.dev/account

Earn while you contribute.

Credits are calculated per FLOPs contributed and awarded automatically. They accumulate in your account and can be redeemed for priority job access or future marketplace features.

Resource Type Base Rate GPU Multiplier Reliability Bonus Notes
CPU Compute 1Γ— base β€” +50% at β‰₯95% success rate 1 credit per ~1 trillion FLOPs
GPU Compute (CUDA/ROCm) 3Γ— base 3.0Γ— +50% at β‰₯95% success rate Tensor ops weighted higher
GPU Compute (Apple Silicon) 2.5Γ— base 2.5Γ— +50% at β‰₯95% success rate Unified memory advantage
Early Contributor Bonus 2Γ— all applies on top applies on top First 30 days after joining

Credit rates may adjust as the network grows. Existing balances are always honoured at the rate they were earned. Full credit formula β†’

Ready to power the future?

Join the hyGrid network and start contributing your idle compute. Every cycle helps run real AI workloads β€” and every contributor earns.

⬇ Get the Node Client πŸ“– Read Full Docs