Install
RIOT-X can be installed on Linux, macOS, and Windows platforms and can be used as a standalone tool that connects remotely to a Redis database. It is not required to run locally on a Redis server.
Manual Installation (All Platforms)
Download the pre-compiled binary from RIOT-X Releases, uncompress and copy to the desired location.
|
|
Linux & macOS
After downloading and extracting the archive:
# Extract the archive
unzip riotx-standalone-{page-component-version}-*.zip
# Move to desired location (optional)
sudo mv riotx-standalone-{page-component-version} /opt/riotx
# Add to PATH (add to ~/.bashrc or ~/.zshrc for persistence)
export PATH=$PATH:/opt/riotx/bin
Windows
After downloading the archive:
-
Extract the ZIP file to a location such as
C:\Program Files\riotx -
Add the
bindirectory to your PATH:-
Open System Properties → Advanced → Environment Variables
-
Under System Variables, find and select
Path, then click Edit -
Click New and add
C:\Program Files\riotx\bin -
Click OK to save
-
You can now run riotx from any Command Prompt or PowerShell window.