Prebuilt Gear binaries.
Packages include:
-
gear-node
[.exe
]Source code: https://github.com/gear-tech/gear/tree/master/node
- Windows x64: https://builds.gear.rs/gear-nightly-windows-x86_64.zip
- macOS M1: https://builds.gear.rs/gear-nightly-macos-m1.tar.gz
- macOS Intel x64: https://builds.gear.rs/gear-nightly-macos-x86_64.tar.gz
- Linux x64: https://builds.gear.rs/gear-nightly-linux-x86_64.tar.xz
- Gear node: https://github.com/orgs/gear-tech/packages/container/package/node
- Website backend: https://github.com/orgs/gear-tech/packages/container/package/backend
- Website frontend: https://github.com/orgs/gear-tech/packages/container/package/frontend
git clone https://github.com/gear-tech/builds.git
docker-compose -f builds/docker/gui-dev.yml up
Then open http://localhost:3000/ in the browser.