Looking to contribute compute?
Visit our Operators page → for the quickest way to join the network.
Download darkreach
Install darkreach and start hunting primes. Detected your OS automatically — select a different platform below if needed.
bash
# Install dependencies (Debian/Ubuntu)
sudo apt install build-essential libgmp-dev m4
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Clone and build
git clone https://github.com/darkreach-ai/darkreach.git
cd darkreach
cargo build --release
# Verify
./target/release/darkreach --versionSystem Requirements
| Component | Minimum | Recommended |
|---|---|---|
| CPU | 4 cores | 8+ cores (AVX2) |
| RAM | 4 GB | 16+ GB |
| Disk | 1 GB | 10+ GB |
| OS | Linux / macOS | Ubuntu 22.04+ / macOS 13+ |
| Rust | 1.75+ | Latest stable |
| GMP | 6.2+ | 6.3+ |