Latest Release

Download the source code or prebuilt binaries for your platform:

The latest version of Unicorn is 1.0.4 published on 2025-01-27T20:39:51Z.

Filename Size
unicorn-1.0.4.tar.gz 633 KB
unicorn-amalgamation-1.0.4.tar.gz 347 KB
unicorn-amalgamation-1.0.4.zip 347 KB

Looking for previous versions? Check the GitHub releases page.

Release Notes

This release corrects some minor MISRA violations related to integer signedness in the programmatically generated Unicode data tables. These changes do not affect the behavior of the library. They only further strengthen MISRA conformance.

Building from Source

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

1
Download the source code for Unicorn.
2

Build with:

$ ./configure
$ make
$ make install

Building with CMake

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

Build with the following or choose a custom generator:

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