Open source

The parts that make up the project

Every part of Kenkui is open. Run the library on your own machine, or host the server and Studio yourself.

pip install "kenkui @ git+https://github.com/D1zzl3D0p/kenkui"
brew install ffmpeg   # or: sudo apt-get install -y ffmpeg
import kenkui as kk

if __name__ == "__main__":
    kk.load_voice("vivienne")
    kk.magic_run("book.epub", narrator="vivienne")  # writes book.m4b

Needs Python 3.11–3.13 and FFmpeg 5 or newer.

kenkui-server

A self-hostable API server that runs audiobook jobs.

AGPL-3.0-only

View on GitHub →

kenkui-studio

The web and desktop app for making audiobooks.

AGPL-3.0-only

View on GitHub →