Compute is
the New
Currency.
The Hetu distributed P2P network is reshaping compute allocation. Deploy local nodes to participate in global AI inference clusters and secure protocol-level yield.
Clusters
Installation Guide
A streamlined guide to building a distributed AI inference cluster on your local hardware.
Prerequisites
- Operating SystemWindows 10 Version 2004+ or Windows 11 (64-bit)
- GPUNVIDIA RTX 3060 Ti or higher
- VRAM8GB+ (Recommended 24GB)
- RAM16GB+ (Recommended 32GB)
- Disk Space50GB+ Available Space
Download installer
Get the official one-click installer, which automatically handles complex environment configurations for you.
Action: After downloading, right-click the file and select "Run as administrator".
Note: You must run as administrator; otherwise, the tool cannot automatically install WSL2 components.
System check
Open the installed command-line tool (CMD or PowerShell) and enter the following command to let the program automatically check your system environment.
prakasa check✅ If it shows All checks passed, please skip directly to Step 04.
❌ If it prompts that components are missing (e.g., WSL, Python), please proceed to Step 03.
Install components (option)
If your environment is missing components, there is no need to download them manually. Run this command, and the program will automatically install WSL2, Ubuntu 24.04, Python, and all dependencies.
prakasa installTip: This process usually takes 10-30 minutes, depending on your internet speed. Please be patient.
Network configuration (option)
(Recommended for users with restricted network access) To ensure smooth connections to GitHub and HuggingFace for model downloads, it is recommended to configure a local proxy (requires your own proxy software).
# Configure HTTP Proxy (Assuming your proxy port is 7890)
prakasa config proxy_url "http://127.0.0.1:7890"
# Configure Python Mirror (Optional, speeds up installation in some regions)
prakasa config pip_index_url "https://pypi.tuna.tsinghua.edu.cn/simple/"Join & earn
Your environment is ready! Run the following command to join the P2P network, start contributing computing power, and earn rewards.
prakasa join -s 12D3KooWAwbVkJg1BqRUwr3Tndnqea75G8CwLhg3hpgmrwTaPwjE --eth-account <YOUR_WALLET_ADDRESS>Command Cheat Sheet
| Feature | Command | Description |
|---|---|---|
| Test Chat | prakasa chat | Launches a local Web UI (localhost:3002) to test if the model runs correctly. |
| View Config | prakasa config list | Checks current proxy or environment configurations. |
| Run CMD | prakasa cmd [command] | Executes commands directly inside the WSL Linux environment. |