Skip to content

Releases: tillheidrich/klarbild

Release list

Klarbild 1.0.0

Choose a tag to compare

@tillheidrich tillheidrich released this 15 Sep 14:53

First public release.

Klarbild puts pictures on paper at exactly the size you asked for — 86 image sizes in 10 groups, 19 paper formats, crop marks, bleed, tiling across sheets, and a PDF page that measures 210.00 × 297.00 mm when you asked for A4.

The default install is the print studio and nothing else. No API key, no image model, no object store, no account anywhere:

git clone https://github.com/tillheidrich/klarbild.git && cd klarbild
cp .env.example .env
docker compose up -d
docker compose logs app   # your admin password, printed once

Image generation, delivery to a server, backup mirroring, share links, mail and a Telegram bot are optional modules behind KLARBILD_MODULES. A module that is off has no navigation entry, no settings card, and its API routes answer 404.

English and German interface. 124 tests, clean type check, AGPL-3.0.