Skip to content
forked from chrox/readest

Readest is a modern, feature-rich ebook reader designed for avid readers offering seamless cross-platform access, powerful tools, and an intuitive interface to elevate your reading experience.

License

Notifications You must be signed in to change notification settings

MatchHar/readest

 
 

Repository files navigation

Readest Logo

Readest


Readest is an open-source ebook reader designed for immersive and deep reading experiences. Built as a modern rewrite of Foliate, it leverages Next.js 15 and Tauri v2 to offer a seamless cross-platform experience on macOS, Windows, Linux and Web, with support for mobile platforms coming soon.

Website Web App OS
AGPL Licence Latest release Last commit Commits

FeaturesPlanned FeaturesScreenshotsDownloadsGetting StartedContributorsLicense

Features

✅ Implemented
Feature Description Status
Multi-Format Support Support EPUB, MOBI, KF8 (AZW3), FB2, CBZ, PDF (experimental)
Scroll/Page View Modes Switch between scrolling or paginated reading modes.
Full-Text Search Search across the entire book to find relevant sections.
Annotations and Highlighting Add highlights, bookmarks, and notes to enhance your reading experience.
Excerpt Text for Note-Taking Easily excerpt text from books for detailed notes and analysis.
Dictionary/Wikipedia Lookup Instantly look up words and terms when reading.
Translate with DeepL Translate selected text instantly using DeepL for accurate translations.
Parallel Read Read two books or documents simultaneously in a split-screen view.
Customize Font and Layout Adjust font, layout, theme mode, and theme colors for a personalized experience.
File Association and Open With Quickly open files in Readest in your file browser with one-click.

Planned Features

🛠 Building
🔄 Planned
Feature Description Priority
Support iOS and Android Expand the APP to work on iOS and Android devices. 🛠
Sync Across Platforms Synchronize reading progress, notes, and bookmarks across all supported platforms. 🛠
Sync with Koreader Synchronize reading progress, notes, and bookmarks with Koreader devices. 🔄
Keyboard Navigation Implement vimium-style keybindings for book navigation. 🔄
Library Management Organize, sort, and manage your entire ebook library. 🔄
Support OPDS/Calibre Integrate OPDS/Calibre to access online libraries and catalogs. 🔄
Text-to-Speech (TTS) Support Enable text-to-speech functionality for a more accessible reading experience. 🔄
Audiobook Support Extend functionality to play and manage audiobooks. 🔄
Handwriting Annotations Add support for handwriting annotations using a pen on compatible devices. 🔄
Advanced Reading Stats Track reading time, pages read, and more for detailed insights. 🔄
In-Library Full-Text Search Search across your entire ebook library to find topics and quotes. 🔄
AI-Powered Summarization Generate summaries of books or chapters using AI for quick insights. 🔄

Stay tuned for continuous improvements and updates! Contributions and suggestions are always welcome—let's build the ultimate reading experience together. 😊

Screenshots

Annotations

DeepL

Footnote

Wikipedia

Dark Mode


Downloads

The Readest app is available for download! 🥳 🚀

Requirements

  • Node.js and pnpm for Next.js development
  • Rust and Cargo for Tauri development

For the best experience to build Readest for yourself, use a recent version of Node.js and Rust. Refer to the Tauri documentation for details on setting up the development environment prerequisites on different platforms.

nvm install v22
nvm use v22
npm install -g pnpm
rustup update

Getting Started

To get started with Readest, follow these steps to clone and build the project.

1. Clone the Repository

git clone https://github.com/chrox/readest.git
cd readest
git submodule update --init --recursive

2. Install Dependencies

# might need to rerun this when code is updated
pnpm install
# copy pdfjs-dist to Next.js public directory
pnpm --filter @readest/readest-app setup-pdfjs

3. Verify Dependencies Installation

To confirm that all dependencies are correctly installed, run the following command:

pnpm tauri info

This command will display information about the installed Tauri dependencies and configuration on your platform. Note that the output may vary depending on the operating system and environment setup. Please review the output specific to your platform for any potential issues.

For Windows targets, “Build Tools for Visual Studio 2022” (or a higher edition of Visual Studio) and the “Desktop development with C++” workflow must be installed. For Windows ARM64 targets, the “VS 2022 C++ ARM64 build tools” and "C++ Clang Compiler for Windows" components must be installed. And make sure clang can be found in the path by adding C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\Llvm\x64\bin for example in the environment variable Path.

4. Build for Development

pnpm tauri dev

5. Build for Production

pnpm tauri build

Contributors

Readest is open-source, and contributions are welcome! Feel free to open issues, suggest features, or submit pull requests. Please review our contributing guidelines before you start. We also welcome you to join our Discord community for either support or contributing guidance.

A table of avatars from the project's contributors

License

Readest is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See the LICENSE file for details.

The following JavaScript libraries are bundled in this software:

  • foliate-js, which is MIT licensed.
  • zip.js, which is licensed under the BSD-3-Clause license.
  • fflate, which is MIT licensed.
  • PDF.js, which is licensed under Apache License 2.0.

Happy reading with Readest!

About

Readest is a modern, feature-rich ebook reader designed for avid readers offering seamless cross-platform access, powerful tools, and an intuitive interface to elevate your reading experience.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.0%
  • CSS 7.1%
  • Rust 6.3%
  • Other 0.6%