Skip to content

hectorqin/koodo-reader

 
 

Repository files navigation

简体中文 | Português | English

Koodo Reader

A cross-platform ebook reader

Preview

Feature

  • Format support:
    • EPUB (.epub)
    • Scanned document (.pdf, .djvu)
    • DRM-free Mobipocket (.mobi) and Kindle (.azw3, .azw)
    • Plain text (.txt)
    • FictionBook (.fb2)
    • Comic book archive (.cbr, .cbz, .cbt, .cb7)
    • Rich text (.md, .docx)
    • Hyper Text (.html, .xml, .xhtml, .mhtml, .htm, .htm)
  • Platform support: Windows, macOS, Linux and Web
  • Save your data to Dropbox or Webdav
  • Customize the source folder and synchronize among multiple devices using OneDrive, iCloud, Dropbox, etc.
  • Single-column, two-column, or continuous scrolling layouts
  • Text-to-speech, translation, progress slider, touch screen support, batch import
  • Add bookmarks, notes, highlights to your books
  • Adjust font size, font family, line-spacing, paragraph spacing, background color, text color, margins, and brightness
  • Night mode and theme color
  • Text highlight, underline, boldness, italics and shadow

Installation

  • Desktop Version:
    • Stable Version (Recommended): Download
    • Developer Version: Download ( With new feature and bug fix, but may induce some unknown bugs)
  • Web Version:Preview
  • Install with Scoop:
scoop bucket add extras
scoop install extras/koodo-reader
  • Install with Winget:
winget install -e AppbyTroye.KoodoReader
  • Install with Homebrew:
brew install --cask koodo-reader
  • Install with Docker:
docker-compose up -d
  • Install with Flathub:
flatpak install flathub io.github.troyeguo.koodo-reader
flatpak run io.github.troyeguo.koodo-reader

Download on Flathub

Screenshot

List mode Cover mode Reader menu Backup and restore Dark mode and theme color Note management

Develop

Make sure that you have installed yarn and git

  1. Download the repo

    git clone https://github.com/troyeguo/koodo-reader.git
    
  2. Enter desktop mode

    yarn
    yarn dev
    
  3. Enter web mode

    yarn
    yarn start
    

Translation

Koodo Reader use POEditor to manage localization, Visit here to edit current translation or add new language

About

A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 69.3%
  • TypeScript 23.2%
  • CSS 6.4%
  • HTML 1.1%