macOS (Apple Silicon)
Downloads
v0.1.9 Latest Release
Download pre-built binaries for the Aranet CLI, Terminal UI (TUI), and Desktop GUI applications.
Desktop Application (GUI)
Section titled “Desktop Application (GUI)”The native desktop application with real-time monitoring, charts, and multi-device support.
macOS (Intel)
Windows (x86_64)
Linux (x86_64)
Command-Line Interface (CLI)
Section titled “Command-Line Interface (CLI)”The scriptable CLI for reading sensor data, downloading history, and device configuration.
macOS (Apple Silicon)
macOS (Intel)
Windows (x86_64)
Linux (x86_64)
Quick Install Scripts
Section titled “Quick Install Scripts”Install the CLI automatically using the platform installer scripts:
curl --proto '=https' --tlsv1.2 -LsSf \ https://github.com/cameronrye/aranet/releases/latest/download/aranet-cli-installer.sh | shirm https://github.com/cameronrye/aranet/releases/latest/download/aranet-cli-installer.ps1 | iexbrew tap cameronrye/aranetbrew install aranetChecksums
Section titled “Checksums”All releases include SHA256 checksums for verification:
# 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.xzcurl -LO https://github.com/cameronrye/aranet/releases/latest/download/aranet-cli-aarch64-apple-darwin.tar.xz.sha256sha256sum -c aranet-cli-aarch64-apple-darwin.tar.xz.sha256Source Code
Section titled “Source Code”Build from source or download the source archive:
Source Archive
Git Repository
git clone https://github.com/cameronrye/aranet.gitcd aranet && cargo build --releaseMade with ❤️ by Cameron Rye