This repository stores compiled GRID releases for all supported platforms.
The GRID Builder automatically uploads release artifacts to this repository:
- Installers:
.deb,.rpm,.dmg,.exe - Archives:
.tar.gz,.zip - Portable: AppImage, portable executables
Binaries are organized by release version and stored as GitHub Releases.
- x86_64 (AMD/Intel 64-bit)
- aarch64 (ARM 64-bit)
- armv7 (ARM 32-bit)
Formats: .deb, .rpm, .tar.gz, AppImage
- x86_64 (Intel)
- aarch64 (Apple Silicon)
Formats: .dmg, .zip
- x86_64 (64-bit)
- aarch64 (ARM64)
Formats: .exe (installer), .zip (portable)
GRID clients check this repository for updates using metadata from the versions repository.
Visit the official GRID website to download the latest version for your platform.
Binaries are built automatically by GRID-BUILDER using GitHub Actions.
All releases include SHA-256 checksums. Verify downloads:
# Linux/macOS
sha256sum grid-*.tar.gz
# Windows (PowerShell)
Get-FileHash grid-*.exe -Algorithm SHA256GRID is released under the MIT License.