The full self-hosted backend: it stores your audiobook files, imports and cleans up their metadata with AI, and serves your private library to the Audiobook Librarian app on every device you and the people you invite use.
Ablibrarian Server exists for one purpose: hosting your own audiobook library — the files you already own — on hardware you control. It's not a shared catalog, a store, or a streaming subscription. Every install is a private library for you, and for anyone you choose to invite.
It also has LibriVox's free public-domain audiobook catalog built in — run the import command and it becomes part of your library alongside your own files.
Serves M4B, M4A, MP3, AAC, WAV, and FLAC straight from your own storage — no conversion, no re-upload, no third party in between.
Point it at a folder of audiobooks and it extracts titles, authors, narrators, series, and genres from filenames and audio tags, using your choice of Google Gemini, Anthropic Claude, or OpenAI. Low-confidence matches are flagged for a quick manual review instead of silently guessing. You can also pull metadata from Google Books and Audible.
Invite friends and family as their own accounts, each with independent progress, bookmarks, and stats against the same shared library. Role-based permissions decide who can manage the library versus who can just listen.
Nightly and on-demand scans find and fix broken metadata, missing covers, and duplicate or orphaned directories, so your library stays clean without manual bookkeeping.
Every user's reading progress, achievement badges, and listening statistics live and sync directly on the server that hosts their books — no separate sync service required.
A home server, a NAS, or a cloud VPS — anything that runs Linux and Docker. Zero-config Docker deploy with a bundled SQLite database, or point it at your own MySQL/PostgreSQL. Optional multi-library hosting from a single running server, by hostname.
No monthly fee, no subscription, and no one but you decides what stays in your library. Full source is on GitHub under the AGPL-3.0 license — audit it, modify it, or self-host it exactly as published.
View the Server on GitHubDon't need to host actual audiobook files — just cross-device sync and stats?
See Ablibrarian Lite