Skip to content

OmegaRa/Bookie

 
 

Repository files navigation

bookie-icon

Bookie

A self-hosted ebook manager built for simplicity. Organize your library, fetch metadata, and send books directly to your eReader.

I have added the ability to host audiobooks, and the ability to listen to audiobooks and read the ebooks from the interface.

Discord

This project is built with Claude and Github Copilot.

Bookie UI

Features

Library Management

  • Multi-format support: EPUB, PDF, MOBI, AZW, AZW3, FB2, DJVU, CBZ, CBR, and TXT
  • Automatic metadata fetching from Open Library, Apple Books, and Goodreads
  • Cover extraction, search, and direct embedding into EPUB files
  • Series tracking and tagging (think shelves, minus the complexity)

Organization

  • Configurable file rename schemes and folder structures
image

Note

When migrating from a different solution, it is recommended you import your books into Bookie to ensure proper metadata management.

Docker Compose

services:
  bookie:
    container_name: bookie
    image: ghcr.io/sweatyeggs69/bookie:latest
    ports:
      - "5000:5000"
    volumes:
      - /path/to/config:/app/data
    environment:
      - SESSION_COOKIE_SECURE=false  # Required when accessing over HTTP
    restart: unless-stopped

Access the UI at http://localhost:5000

Companion Apps (Unoffical)

License

MIT

About

Simple eBook Management Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 61.8%
  • Python 33.1%
  • CSS 2.5%
  • JavaScript 1.5%
  • Other 1.1%