Skip to content

Install

Download (macOS, Apple Silicon)

Grab the latest signed, notarized DMG from the GitHub Releases page, open it, and drag Aglaïa to Applications.

Each release ships a SHA256SUMS.txt; verify with:

Terminal window
shasum -a 256 -c SHA256SUMS.txt

Build from source

Terminal window
git clone https://github.com/yb85/aglaia
cd aglaia
uv sync --extra gui --extra macos
uv run python aglaia.py ~/scans/my-book

To build the .app bundle yourself, see Distribution.