🚀 v0.0.2
Download
Choose the file that matches your operating system and CPU architecture:
| File | OS | Architecture | Notes |
|---|---|---|---|
goku-linux-amd64 |
Linux | x86_64 / amd64 | Servers, desktop Linux |
goku-linux-arm64 |
Linux | ARM64 / aarch64 | ARM servers, Raspberry Pi, Termux (Android) |
goku-darwin-amd64 |
macOS | x86_64 | Intel-based Macs |
goku-darwin-arm64 |
macOS | ARM64 | Apple Silicon Macs (M1/M2/M3) |
goku-windows-amd64.exe |
Windows | x86_64 / amd64 | Most Windows PCs |
goku-windows-arm64.exe |
Windows | ARM64 | ARM-based Windows (Surface Pro X, etc.) |
Installation & Usage
Linux / macOS / Termux:
# 1. Download the matching binary
# 2. Make it executable
chmod +x goku-linux-arm64 # example for Termux
# 3. Run it
./goku-linux-arm64 -c config.local.yamlWindows:
goku-windows-amd64.exe -c config.local.yamlVerification
All binaries are statically linked (CGO_ENABLED=0) with no external dependencies.
SHA256 checksums are provided in checksums.txt.