ripnet

latest release

download ripnet.

Download a ready-to-run binary for your machine, then install it on your PATH.

currentv1.1.5-stableSep 8, 2026

Linux

x86_64 executable

ripnet-v1.1.5-linux-x86_641.9 MB
Download

macOS

Apple Silicon / arm64 executable

ripnet-v1.1.5-macos-arm642.0 MB
Download

nightly builds

latest from dev.

Fresh prerelease binaries built from the latest push to the dev branch.

ripnet-dev.26

Linux nightly

x86_64 executable

ripnet-v1.1.5-linux-x86_641.9 MB
Download

macOS nightly

Apple Silicon / arm64 executable

ripnet-v1.1.5-macos-arm642.0 MB
Download
View nightly release on GitHub

01 / Linux

Install from a terminal

  1. Download the Linux asset above.
  2. Run the install command from the folder containing it.
chmod +x ripnet-v1.1.5-linux-x86_64
sudo install -m 755 ripnet-v1.1.5-linux-x86_64 /usr/local/bin/ripnet

Then verify it with ripnet --version.

02 / macOS

Install from a terminal

  1. Download the macOS arm64 asset above.
  2. Run the install command from the folder containing it.
chmod +x ripnet-v1.1.5-macos-arm64
sudo install -m 755 ripnet-v1.1.5-macos-arm64 /usr/local/bin/ripnet

Then verify it with ripnet --version.

Assets are served directly from the latest GitHub release.View release on GitHub