Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Calibre | 16,492 | 10 hours ago | 5 | gpl-3.0 | Python | |||||
The official source code repository for the calibre ebook manager | ||||||||||
Dedrm_tools | 13,729 | 2 months ago | 818 | Python | ||||||
DeDRM tools for ebooks | ||||||||||
Calibre Web | 10,002 | 20 hours ago | 9 | April 03, 2022 | 402 | gpl-3.0 | Python | |||
:books: Web app for browsing, reading and downloading eBooks stored in a Calibre database | ||||||||||
Nginx Tutorials | 2,581 | 3 years ago | 3 | Perl | ||||||
Nginx Tutorials | ||||||||||
Masteringnode | 1,807 | 2 years ago | 10 | JavaScript | ||||||
Open source eBook for nodejs - written w/ markdown, outputs to various formats (pdf, mobi, epub, html, etc) | ||||||||||
Learn With Open Source | 1,510 | 4 years ago | 7 | other | Shell | |||||
借助开源项目,学习软件开发 | ||||||||||
Cops | 1,332 | 6 months ago | 95 | gpl-2.0 | PHP | |||||
Calibre OPDS (and HTML) PHP Server : web-based light alternative to Calibre content server / Calibre2OPDS to serve ebooks (epub, mobi, pdf, ...) | ||||||||||
Ebook Translator Calibre Plugin | 1,049 | 11 hours ago | 13 | gpl-3.0 | Python | |||||
A Calibre plugin to translate ebook into a specified language. | ||||||||||
Docker Calibre Web | 712 | 3 days ago | 2 | gpl-3.0 | Dockerfile | |||||
Fanficfare | 652 | 5 days ago | 107 | June 01, 2022 | 30 | other | Python | |||
FanFicFare is a tool for making eBooks from stories on fanfiction and other web sites. |
Calibre-Web is a web app that offers a clean and intuitive interface for browsing, reading, and downloading eBooks using a valid Calibre database.
This software is a fork of library and licensed under the GPL v3 License.
pip install calibreweb
(or pip3
depending on your OS/distro)cps
Note: Raspberry Pi OS users may encounter issues during installation. If so, please update pip (./venv/bin/python3 -m pip install --upgrade pip
) and/or install cargo (sudo apt install cargo
) before retrying the installation.
Refer to the Wiki for additional installation examples: manual installation, Linux Mint, Cloud Provider.
http://localhost:8083
or http://localhost:8083/opds
for the OPDS catalogLocation of Calibre database
to the path of the folder containing your Calibre library (metadata.db) and click "Save"/opt/kepubify
on Linux or C:\Program Files\kepubify
on Windows)Pre-built Docker images are available in the following Docker Hub repositories (maintained by the LinuxServer team):
GitHub - Optional Calibre layer
Include the environment variable DOCKER_MODS=linuxserver/mods:universal-calibre
in your Docker run/compose file to add the Calibre ebook-convert
binary (x64 only). Omit this variable for a lightweight image.
Both the Calibre-Web and Calibre-Mod images are automatically rebuilt on new releases and updates.
/usr/bin/ebook-convert
/usr/bin/unrar
We would like to thank all the contributors and maintainers of Calibre-Web for their valuable input and dedication to the project. Your contributions are greatly appreciated.
Join us on Discord
For more information, How To's, and FAQs, please visit the Wiki
Check out our Contributing Guidelines