Episteme Reader icon
Episteme Reader icon

Episteme Reader

Episteme Reader is an offline-first application designed for reading various document formats. It leverages native Android technologies and C++ libraries to provide a performant reading experience with customization capabilities.

Episteme Reader screenshot 1

Cost / License

  • Freemium (Pay once)
  • Open Source (AGPL-3.0)

Application types

Platforms

  • Android
  • Android Tablet
5likes
1comment
0articles

Features

Properties

  1.  Privacy focused

Features

  1.  Ad-free
  2.  PDF annotation
  3.  Works Offline
  4.  No registration required
  5.  Dark Mode
  6.  Text to Speech
  7.  No Tracking
  8.  AzW Reader
  9.  Document Annotations
  10.  AI Summarization

Episteme Reader News & Activities

Highlights All activities

Recent activities

Episteme Reader information

  • Developed by

    IN flagAryan Raj
  • Licensing

    Open Source (AGPL-3.0) and Freemium product.
  • Pricing

    One time purchase (perpetual license) that costs $5 + free version with limited functionality.
  • Alternatives

    53 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

News & BooksOffice & ProductivityAI Tools & Services

GitHub repository

  •  210 Stars
  •  5 Forks
  •  17 Open Issues
  •   Updated  
View on GitHub

Our users have written 1 comments and reviews about Episteme Reader, and it has gotten 5 likes

Episteme Reader was added to AlternativeTo by Paul on and this page was last updated .

Comments and Reviews

   
gmork
0

Episteme you say.. Has a familiar clang to it

What is Episteme Reader?

Episteme Reader is an offline-first application designed for reading various document formats. It leverages native Android technologies and C++ libraries to provide a performant reading experience with customization capabilities.

Features:

Supported Formats

  • Documents: PDF
  • E-books: EPUB, MOBI, AZW3
  • Text: MD, TXT, HTML

PDF Features

  • Viewing Modes: Vertical Scroll and Paginated view.
  • Ink Annotations: Draw directly on pages using Pen, Highlighter, and Eraser tools.
  • Text Annotations: Add text notes anywhere on the page using system or custom fonts.

E-Book Features

  • Parsing: Native parsing for MOBI/AZW3 via libmobi and EPUB via Jsoup.
  • Customization: Adjust font size, line spacing, and margins.
  • Custom Fonts: Support for importing user-provided font files (.ttf, .otf).

General

  • Text-to-Speech (TTS): Read documents aloud using the system TTS engine.
  • File Management: Built-in library organization.

Architecture

  • UI: 100% Jetpack Compose (Material3).
  • Architecture: MVVM with Unidirectional Data Flow.
  • Database: Room (SQLite) for metadata and annotations.
  • PDF Engine: pdfium-android (Native PDFium bindings).
  • EPUB Engine: Utilizes standard WebView for vertical scrolling mode, and a custom rendering engine for paginated mode.
  • Mobi Engine: Custom JNI bindings to libmobi.