Latest Release
Download the source code or prebuilt binaries for your platform:
The latest version of Unicorn is 1.1.0 published on 2025-07-28T22:29:23Z.
Filename | Size | |
---|---|---|
unicorn-1.1.0.tar.gz | 634 KB | |
unicorn-amalgamation-1.1.0.tar.gz | 347 KB | |
unicorn-amalgamation-1.1.0.zip | 347 KB |
Looking for previous versions? Check the GitHub releases page.
Release Notes
Changes
- Small man page documentation improvements.
- Deprecated the
excludeCharacterBlocks
configuration feature of thefeatures.json
file. This is deprecated, but not removed by this release. If you are relying on this feature, please contact us and let us know.
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