Latest Release
Download the source code or prebuilt binaries for your platform:
The latest version of Unicorn is 1.3.2 published on 2026-01-14T23:56:24Z.
| Filename | Size | |
|---|---|---|
| unicorn-1.3.2.tar.gz | 974 KB |
Looking for previous versions? Check the GitHub releases page.
Release Notes
This release focuses on build system corrections:
- The CMake build now installs
unicorn.hand the man pages to their expected locations. - The autotools and CMake builds have been updated so the generated Unicode data files never conflict.
There are no changes to the C API.
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