Skip to content

Downloads

v0.1.9 Latest Release

Download pre-built binaries for the Aranet CLI, Terminal UI (TUI), and Desktop GUI applications.

The native desktop application with real-time monitoring, charts, and multi-device support.

The scriptable CLI for reading sensor data, downloading history, and device configuration.

Install the CLI automatically using the platform installer scripts:

Terminal window
curl --proto '=https' --tlsv1.2 -LsSf \
https://github.com/cameronrye/aranet/releases/latest/download/aranet-cli-installer.sh | sh

All releases include SHA256 checksums for verification:

Terminal window
# Download and verify (example for macOS Apple Silicon CLI)
curl -LO https://github.com/cameronrye/aranet/releases/latest/download/aranet-cli-aarch64-apple-darwin.tar.xz
curl -LO https://github.com/cameronrye/aranet/releases/latest/download/aranet-cli-aarch64-apple-darwin.tar.xz.sha256
sha256sum -c aranet-cli-aarch64-apple-darwin.tar.xz.sha256

Build from source or download the source archive:

Git Repository

Terminal window
git clone https://github.com/cameronrye/aranet.git
cd aranet && cargo build --release

Made with ❤️ by Cameron Rye