Install Rubix
To install and run a Rubix node, you will need the following components:
rubixgoplatform
— Rubix node executable binaryipfs
— IPFS binary for storage and data synchronizationswarm.key
andtestswarm.key
— Network key files for connecting to the Rubix network
These items are provided together as a compressed package for your OS and architecture.
📦 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.
System Requirements
- Memory: Minimum 4GB RAM (8GB recommended)
- Storage: At least 10GB available disk space
- Operating System:
- Windows 10 or later (64-bit)
- macOS 10.15 or later
- Linux (Ubuntu 18.04+, CentOS 7+, etc.)
Once you have successfully installed Rubix, you can proceed to start a Rubix Node
For additional help, visit our support page or check the GitHub issues.