Latest Release

Download the source code or prebuilt binaries for your platform:

The latest version of Charisma is 1.1.0 published on 2025-09-07T15:35:17Z.

Filename Size
charisma-1.1.0.tar.gz 353 KB

Looking for previous versions? Check the GitHub releases page.

Release Notes

  • Introduced a command-line interface for Charisma located in the extras/ directory.
  • Relicensed the project under the GPLv3 as opposed to the LGPLv3. Note that previous releases are still available under the LGPLv3, but new versions won't be.

Building from Source

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

1
Download the source code for Charisma.
2

Build with:

$ ./configure
$ make
$ make install

Building with CMake

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

Build with the following or choose a custom generator:

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