InstallationΒΆ
ubc
is a standalone binary that can be run on any major platform without installation.
Download the latest version for your platform from:
Platform |
URL |
---|---|
Windows (x64) |
https://download.useblocks.com/ubc/0.12.0/ubc-windows-x64-0.12.0.exe |
macOS (arm64) |
https://download.useblocks.com/ubc/0.12.0/ubc-darwin-arm64-0.12.0 |
Linux (x64) |
https://download.useblocks.com/ubc/0.12.0/ubc-linux-x64-0.12.0 |
Linux (arm64) |
https://download.useblocks.com/ubc/0.12.0/ubc-linux-arm64-0.12.0 |
After download, the binaries must be made executable on Linux and macOS:
chmod +x ubc-linux-x64-0.12.0 chmod +x ubc-linux-arm64-0.12.0 chmod +x ubc-darwin-arm64-0.12.0