{% extends "base.html" %} {% block title %}abogen · Find Books{% endblock %} {% block content %}
Find Books

Browse trusted public-domain libraries or drill into your Calibre catalog without leaving abogen.

Standard Ebooks

Discover meticulously produced public-domain ebooks with consistent typography, metadata, and clean EPUB sources.

Visit standardebooks.org

Opens in a new tab so you can grab EPUB downloads and drag them into abogen.

Project Gutenberg

The world’s largest public-domain ebook library, offering thousands of EPUB and plain-text editions sourced from volunteer transcriptions.

Visit gutenberg.org

Download the EPUB version for best results, then import it into abogen.

{% if not opds_available %}
Enable the Calibre OPDS integration in settings to browse your library here.
{% else %}

Calibre catalog

Navigate Calibre shelves and queue downloadable titles directly into the conversion wizard.

    {% endif %}
    {% endblock %} {% block scripts %} {{ super() }} {% if opds_available %} {% endif %} {% endblock %}