Latest Release
Download the source code or prebuilt binaries for your platform:
The latest version of Judo is 1.0.1 published on 2025-09-07T15:51:36Z.
Filename | Size | |
---|---|---|
judo-1.0.1.tar.gz | 388 KB |
Looking for previous versions? Check the GitHub releases page.
Release Notes
- Corrected installation issues with the CMake build that would cause installation (e.g.
make install
) to fail. - Relicensed the project as GPLv3. Previous releases are still available under the AGPLv3.
There are no code changes in this release.
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