Skip to main content

Install Rubix

To install and run a Rubix node, you will need the following components:

  • rubixgoplatform — Rubix node executable binary
  • ipfs — IPFS binary for storage and data synchronization
  • swarm.key and testswarm.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 Installation

Select your system architecture:

Installation Steps:

  1. Extract the contents to the directory where you want to run the Rubix node using tar -xzf
  2. Make binaries executable: chmod +x rubixgoplatform ipfs
  3. 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.