Download Gonyx
Choose the right package for your platform
macOS
🍎
For macOS 11 and later
Windows
🪟
For Windows 10 and later
Installation Instructions
Prerequisites
Before you begin, ensure you have the following installed:
- Go version 1.23 or higher
To verify your Go installation:
go version
Install Steps
After downloading, extract the archive and use the binary inside to create new projects:
Linux/macOS
unzip gonyx_<platform>_x64.zip
chmod +x gonyx
./gonyx init hello_world --path .
Windows
Extract the zip file and run:
gonyx.exe init hello_world --path .