·
25 commits
to main
since this release
Release v0.1.0-beta.1
Downloads
- Windows x86_64:
rohas-windows-x86_64.zip - Linux x86_64:
rohas-linux-x86_64.tar.gz - Linux ARM64:
rohas-linux-arm64.tar.gz
Building from Source
macOS and other platforms can build from source using our build script:
curl -fsSL https://raw.githubusercontent.com/rohas-dev/rohas/main/scripts/build.sh | bashOr clone the repository and build manually:
git clone https://github.com/rohas-dev/rohas.git
cd rohas
cargo build --releaseInstallation
Linux:
tar -xzf rohas-<platform>.tar.gz
sudo mv rohas /usr/local/bin/Windows:
Expand-Archive rohas-windows-x86_64.zip
# Add to PATH