Latest Release
Download the source code or prebuilt binaries for your platform:
The latest version of Unicorn is 1.2.0 published on 2025-09-09T18:54:37Z.
Filename | Size | |
---|---|---|
unicorn-1.2.0.tar.gz | 643 KB | |
unicorn-amalgamation-1.2.0.tar.gz | 348 KB | |
unicorn-amalgamation-1.2.0.zip | 350 KB |
Looking for previous versions? Check the GitHub releases page.
Release Notes
Changes
- Upgrading the implementation from Unicode version 16.0.0 to version 17.0.0. The official release notes for Unicode 17.0.0 are published at Unicode.org.
There are no changes to the C API and to the features.json scheme (this is a completely passive update for Unicorn end users).
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