Latest Release

Download the source code or prebuilt binaries for your platform:

The latest version of Unicorn is 1.0.6 published on 2025-05-21T18:56:21Z.

Filename Size
unicorn-1.0.6.tar.gz 634 KB
unicorn-amalgamation-1.0.6.tar.gz 347 KB
unicorn-amalgamation-1.0.6.zip 347 KB

Looking for previous versions? Check the GitHub releases page.

Release Notes

Polished some bits of the documentation and corrected a few grammatical errors. No code changes.

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