Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 997 Bytes

File metadata and controls

62 lines (43 loc) · 997 Bytes

Installation

Quick Install (macOS/Linux)

curl -fsSL quantbagel.vercel.app/gust/install.sh | sh

This installs to ~/.gust/bin. Add it to your PATH:

export PATH="$HOME/.gust/bin:$PATH"

Homebrew

brew tap quantbagel/tap
brew install gust

Cargo

cargo install gust

From Source

git clone https://github.com/quantbagel/gust
cd gust
cargo install --path crates/gust

GitHub Releases

Download pre-built binaries from GitHub Releases:

  • gust-x86_64-apple-darwin.tar.gz - macOS Intel
  • gust-aarch64-apple-darwin.tar.gz - macOS Apple Silicon
  • gust-x86_64-unknown-linux-gnu.tar.gz - Linux x64
  • gust-aarch64-unknown-linux-gnu.tar.gz - Linux ARM64

GitHub Actions

- uses: quantbagel/gust/[email protected]
  with:
    version: latest

Requirements

  • macOS 12+ or Linux
  • Swift 5.9+ (for building Swift packages)

Verify Installation

gust --version