Download JOCKY
Release builds are published on GitHub Releases, and this page always shows the latest one. You can also build the compiler from source.
Download JOCKY
Need a different platform? See all files
Latest release
Loading the latest release from GitHub…
Build from source
Clone the repository to build the latest development version of JOCKY.
$ git clone https://github.com/CyberKnight-cmd/jocky.git $ cd jocky
Then follow the Building JOCKY section of the contributing guide for requirements and build steps, and Testing to run the test suite.
Verify your download. GitHub lists a SHA-256 digest for each release file. Compare it with the file you downloaded:
# Linux $ sha256sum <file> # macOS $ shasum -a 256 <file> # Windows PowerShell PS> Get-FileHash <file> -Algorithm SHA256
Get notified about new releases. On the repository page, choose Watch → Custom → Releases, or subscribe to the releases feed.
All releases
Loading releases from GitHub…