Skip to content

Release v0.1.0-beta.1

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Nov 17:45
· 25 commits to main since this release
13511f3

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 | bash

Or clone the repository and build manually:

git clone https://github.com/rohas-dev/rohas.git
cd rohas
cargo build --release

Installation

Linux:

tar -xzf rohas-<platform>.tar.gz
sudo mv rohas /usr/local/bin/

Windows:

Expand-Archive rohas-windows-x86_64.zip
# Add to PATH