Latest Release

Download the source code or prebuilt binaries for your platform:

The latest version of Judo is 1.0.0-rc4 published on 2025-03-05T18:52:03Z.

Filename Size
judo-1.0.0-rc4.tar.gz 390 KB

Looking for previous versions? Check the GitHub releases page.

Release Notes

This release enhances documentation and source code maintenance. It does not affect the behavior of the library.

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