Rubix CLI Binaries
📦 Download the Rubix node package below
- 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
.zip
contents 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: v0.20.0
You can also refer Rubix Releases.