Skip to content

Releases: rohas-dev/rohas

Release v0.1.0-beta.2

06 Dec 02:46

Choose a tag to compare

Release v0.1.0-beta.2 Pre-release
Pre-release

Release v0.1.0-beta.2

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

Release v0.1.0-beta.1

30 Nov 17:45
13511f3

Choose a tag to compare

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

Release v0.1.0-alpha.4

29 Nov 03:28
4bdafb1

Choose a tag to compare

Pre-release

Release v0.1.0-alpha.4

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

Release v0.1.0-alpha.3

26 Nov 14:51

Choose a tag to compare

Pre-release

Release v0.1.0-alpha.3

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

Release v0.1.0-alpha.1

26 Nov 10:19

Choose a tag to compare

Pre-release

Release v0.1.0-alpha.1

Downloads

  • macOS ARM64 (M1): rohas-macos-arm64.tar.gz
  • macOS x86_64: rohas-macos-x86_64.tar.gz
  • Windows x86_64: rohas-windows-x86_64.zip
  • Linux x86_64: rohas-linux-x86_64.tar.gz
  • Linux ARM64: rohas-linux-arm64.tar.gz

Installation

macOS/Linux:

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

Windows:

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