Prebuilt Gear binaries.
Packages include:
-
gear
[.exe
]Source code: https://github.com/gear-tech/gear/tree/master/node/cli
- Linux x64: https://get.gear.rs/gear-nightly-x86_64-unknown-linux-gnu.tar.xz
- macOS M-series (ARM): https://get.gear.rs/gear-nightly-aarch64-apple-darwin.tar.xz
- macOS Intel x64: https://get.gear.rs/gear-nightly-x86_64-apple-darwin.tar.xz
- Windows x64: https://get.gear.rs/gear-nightly-x86_64-pc-windows-msvc.zip
Find them at https://get.gear.rs.
brew tap gear-tech/gear
brew install gear # Latest release
brew install gear@nightly # Latest nightly
brew install [email protected] # Specific version
Install the latest release:
curl -sSf https://get.gear.rs/install.sh | sh
Install a specific version (e.g. v1.0.0):
curl -sSf https://get.gear.rs/install.sh | sh -s -- --tag v1.0.0