Installing Rakaard 2
This guide describes how to install Rakaard 2 on Windows and Linux systems. Follow the section for the relevant operating system.
Make sure you have downloaded the latest installer or archive from the official Rakaard release page.
Windows Installation
Rakaard 2 for Windows uses a guided installer. Launch the installer and follow the displayed steps.
Steps
Verify the installation
Open PowerShell or Command Prompt and run:
rakaard version
You should see the current Rakaard CLI version and the running engine version.
Rakaard is installed and running as a background service. The rakaard CLI is now available from any terminal window.
Windows may display a "Windows protected your PC" screen the first time you run the installer. This is normal for newly-signed installers. Click More info then Run anyway to proceed.
Linux Installation
On Linux, Rakaard is distributed as a compressed archive that contains an installation script.
Steps
Full command sequence
Run the following commands in a terminal:
tar -xzf rakaard-2.0.0-linux-amd64-rpm.tar.gz
cd rakaard-2.0.0-linux-amd64-rpm/
./install.sh
The install script will:
- Copy binaries into
/usr/local/bin - Register the Rakaard engine as a systemd service
- Start the service automatically
Verify the installation
rakaard version
You should see the current Rakaard CLI version and the running engine version.
You can inspect the Rakaard engine service any time with:
systemctl status rakaard
The install script may prompt for sudo since it needs to place files in system directories and register a systemd service.
After Installation
After installation, continue to the Quick Start guide to establish the first server connection.
- Run
rakaard shellto enter the interactive Rakaard shell. - Use
serversto see your configured servers. - Use
connect rakaardto connect to the public Rakaard coordinator.