Latest Release

Download the source code or prebuilt binaries for your platform:

The latest version of Judo is 1.0.0 published on 2025-08-01T02:38:51Z.

Filename Size
judo-1.0.0.tar.gz 390 KB

Looking for previous versions? Check the GitHub releases page.

Release Notes

The official 1.0 release of Judo.

There are no changes in this release except for the version number change.

Building from Source

Building Judo from source requires a C compiler with at least C99 conformance.

1
Download the source code for Judo.
2

Build with:

$ ./configure
$ make
$ make install

Building with CMake

1
Install CMake.
2
Download the source code for Judo.
3

Build with the following or choose a custom generator:

$ cmake -B build
$ cmake --build build
$ cmake --install build