Librarium
Early betaA self-hosted, privacy-focused tracker for physical books, manga, comics, and technical documents. One instance, many libraries. Opt-in telemetry, off by default.
Heads up: Librarium is in early beta. Things are changing fast, some edges are rough, and self-hosters should expect to read release notes before upgrading.
Runs on your infrastructure in Docker or Kubernetes. Telemetry is opt-in and off by default. No external data calls unless you ask for a metadata lookup.
A single instance hosts independent libraries (shared household, personal collection, tech manuals) with per-library roles.
FRBR-style work/edition model tracks physical books, manga, comics, magazines, and technical documents without schema gymnastics.
Opt-in reading suggestions backed by Ollama, Osaurus, OpenAI, or Anthropic. Pick your provider and model. Run locally or ship it to the cloud, your call.
Cover backfills, metadata refreshes, and AI runs all live on a single cron-driven jobs page. Run on demand, inspect history, or let it tick quietly.
For ebooks and PDFs, Librarium stores a path reference. Your files stay where you put them.
Go API, React web UI, and a native SwiftUI iOS app (TestFlight today, App Store soon).
Scan an ISBN at the bookstore from the iOS app. Instantly see if you already own it, or add it to any of your libraries.
AGPL 3.0. Ship patches, file issues, or fork it. Each client lives in its own repo and ships on its own cadence.
Editions
Pick the one that fits how you want to manage your library. Self-hosted is shipping today; Lite and Plus are on the roadmap.
Free
Local storage with iCloud sync across your Apple devices, no server to run. The iOS app is on TestFlight today; Lite mode is shipping soon.
Free
Run it on your own server in Docker or Kubernetes. Your data stays on your network.
Paid, free trial
We host Librarium for you. Free trial on launch. Walk away with your data whenever you want.
Compared
A quick sanity check for readers weighing the options. An asterisk means the item is on the Librarium roadmap, not shipped yet.
| Feature | Librarium | Calibre | Readarr | Bookwyrm |
|---|---|---|---|---|
| Self-hosted | ✓ | ✓ | ✓ | ✓ |
| Multi-user with per-library roles | ✓ | Basic | No | ✓ |
| Print-first catalog (physical books, manga, comics) | ✓ | Ebook-first | Ebook-first | ✓ |
| Native iOS app with barcode scanning | ◐ TestFlight | No | No | No |
| REST / OpenAPI | ✓ | Limited | ✓ | ✓ |
| AI suggestions (Ollama / Osaurus / OpenAI / Anthropic) | ✓ | No | No | No |
| Scheduled-jobs dashboard | ✓ | No | ✓ | No |
| Track books lent to friends and family | ◐ | No | No | No |
| Goodreads / Libib / StoryGraph CSV import | ✓* | No | No | ✓ |
| Shared reading feed / activity | ✓* household only | No | No | ✓ federated |
| Automated ebook acquisition | ✓* | No | ✓ | No |
| Open source | ✓ AGPL 3.0 | ✓ GPL | ✓ GPL | ✓ AGPL |
| Feature | Librarium | Goodreads | StoryGraph | Libib |
|---|---|---|---|---|
| Self-hosted — runs on your hardware | ✓ | No | No | No |
| Your data stays yours (no vendor lock-in) | ✓ | Amazon owner since 2013 | Export | Export |
| Public API for integrations | ✓ REST · OpenAPI | Retired killed 2020 | No | No |
| No ads, no data mining | ✓ | Ads | ✓ | ✓ |
| Works offline / LAN-only | ✓ | No | No | No |
| Print-first catalog (books, manga, comics) | ✓ | Books | Books | ✓ |
| Multi-user household with per-library roles | ✓ | No | No | No |
| AI suggestions under your control | ✓ your keys | No | No | No |
| Native mobile apps today | No iOS only · TestFlight | ✓ | ✓ | ✓ |
| Barcode scanning | ◐ TestFlight | ✓ | ✓ | ✓ |
| Social reading feed (friends, reviews) | ✓* household only | ✓ global | ✓ global | No |
| Goodreads / StoryGraph / Libib CSV import | ✓* | No | ✓ from Goodreads | ✓ from Goodreads |
| Open source | ✓ AGPL 3.0 | No | No | No |
| Cost | Free | Free | Free / $4.99 Plus tier | Free / $9+ paid tiers |
◐ Partially shipped. * Planned roadmap item, not shipped yet. Comparisons reflect each project's upstream as of 26.4.
FAQ
Web
iOS
Roadmap
Where each initiative sits in the pipeline. Solo project, so these are intentions not promises. Items move between columns as priorities shift.
API-first: every client consumes the same OpenAPI contract. Each piece
ships independently on a YY.M.R cadence.
Go backend · Postgres · River jobs
latest ·
React + TypeScript + Tailwind + Vite
latest ·
SwiftUI · iOS 26+
latest ·
Optional companion service. Speak MCP to Claude Desktop, Cursor, Claude Code, or any MCP-aware client and let it search, read, add, and rate books on your behalf. Runs alongside your existing stack, authenticates with a regular API token, writes are gated by per-call approval in the client.