Installation
The quickest way to install Raiden is by run this command
sh
sh -c "$(curl -fsSL https://raiden.sev-2.com/install.sh)"The command above will detect your OS and CPU architecture, then install raiden latest version to your $PATH.
To install raiden specific version, use the --version flag
sh
sh -c "$(curl -fsSL https://raiden.sev-2.com/install.sh)" -- --version v1.2.3You can manually download the binary from Raiden Github Release page
sudo cp raiden-linux-amd64 /usr/local/bin/raiden
sudo chmod +x /usr/local/bin/raiden
raiden versionINFO
The file name that you downloaded might have different name, it depends on your OS and machine architecture. For macOS the name will be raiden-macos-amd64 or raiden-linux-arm64.
If you prefer manual way to install Raiden, we also provide a way to install Raiden on specific OS.
Ubuntu/Debian
Using Snap
sh
sudo snap install raiden --classicUsing PPA
sh
sudo apt-get install add-apt-repository
sudo add-apt-repository ppa:sev-2/raiden
sudo apt-get update
sudo apt-get install raidenmacOS
On macOS, you can install through Homebrew.
sh
brew install sev-2/raiden/raidenWindows
Download the latest version of Raiden at https://raiden.sev-2.com/raiden.exe