Rubix CLI Binaries
📦 Download the Rubix node executable below
note
The download provides the rubixgoplatform executable only (plus README and license). You also need IPFS (compatible version v0.19.0) and the swarm key files - swarm.key and testnetswarm.key - from the Rubix repo. See Install Rubix for the full setup.
- Linux
- Windows
- macOS
Linux Installation
Select your system architecture:
Installation Steps:
- Extract the contents to the directory where you want to run the Rubix node using
tar -xzf - Make binaries executable:
chmod +x rubixgoplatform ipfs - Verify installation:
./rubixgoplatform -v(this will display the installed version)
Windows Installation
Download the Windows bundle:
Installation Steps:
- Extract the
.zipcontents to the directory where you want to run the Rubix node. - Verify installation:
./rubixgoplatform.exe -v(this will display the installed version)
macOS Installation
Select your system architecture:
- ARM (Apple Silicon):
📦 Download ARM Bundle (.tar.gz) - AMD (Intel):
📦 Download AMD Bundle (.tar.gz)
Installation Steps:
- Extract the contents to the directory where you want to run the Rubix node using
tar -xzf - Make binaries executable:
chmod +x rubixgoplatform ipfs - Verify installation:
./rubixgoplatform -v(this will display the installed version)
Latest Rubix version: v1.0.1
You can also refer Rubix Releases.