# BookBrowser **Repository Path**: mirrors_sjqzhang/BookBrowser ## Basic Information - **Project Name**: BookBrowser - **Description**: eBook server supporting ePub, MOBI and PDF - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BookBrowser [![Build Status](https://travis-ci.org/geek1011/BookBrowser.svg?branch=master)](https://travis-ci.org/geek1011/BookBrowser) A easy-to-use tool to generate a web-based ePub and PDF ebook browser. All you need to do is [download it](https://github.com/geek1011/BookBrowser/releases/latest) into the folder with your ebooks, and run it. There is also a [demo](https://bookbrowser-demo.geek1011.net/books/). ## Features - Multiple book formats - epub - pdf - Search - Advanced Search - Search any combination of fields - View all information in the results - List view - Responsive web interface - Update notifications - Browse by: - Author - Series (from calibre metadata) - Sorted by: - Last added - Alphabetically - Series - Web based reader - Custom fonts, colors, sizing, spacing - Remembers your position - Book search - And more - Search - And more - Easy-to-use - Fast - No extra dependencies ## Screenshots | ![](docs/screenshots/books-mobile.png) | ![](docs/screenshots/books-list-mobile.png) | ![](docs/screenshots/authors-mobile.png) | ![](docs/screenshots/book-mobile.png) | | --- | --- | --- | --- | | ![](docs/screenshots/books-desktop.png) | ![](docs/screenshots/books-list-desktop.png) | ![](docs/screenshots/authors-desktop.png) | ![](docs/screenshots/book-desktop.png) | ## Reader Screenshots | Desktop | Mobile | | --- | --- | | ![](docs/screenshots/reader-desktop.png) | ![](docs/screenshots/reader-mobile.png) | ## Advanced Search | ![](docs/screenshots/list-desktop.png) | | --- | | | ## System Requirements The server works on all platforms. The web interface works on IE 9+, Edge, Firefox 3+, Chrome, Safari 5.1+, Opera 17+, and Android browser 4.4+. The web-based reader works on IE 10+, Edge, Firefox 28+, Chrome 21+, Safari 9+, Opera 17+, and Android browser 4.4+. ## Usage Run BookBrowser from the directory with the epub books. By default, you can access the web interface at [http://localhost:8090](http://localhost:8090). You can also use the command line arguments below: ```` -addr string The address to bind to. (default ":8090") -bookdir string The directory to get books from. This directory must exist. (default ".") -tempdir string The directory to use for storing temporary files such as book cover thumbnails. This directory is create on start and deleted on exit. (default is a subdirectory in your system's temp directory) ````