Skip to content

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

License

Notifications You must be signed in to change notification settings

koodo-reader/koodo-reader

Repository files navigation

Koodo Reader

A cross-platform ebook reader

Preview







Features

  • Format support:
    • EPUB (.epub)
    • PDF (.pdf)
    • DRM-free Mobipocket (.mobi) and Kindle (.azw3, .azw)
    • Plain-text (.txt)
    • FictionBook (.fb2)
    • Comic book archive (.cbr, .cbz, .cbt, .cb7)
    • Rich text (.md, .docx)
    • HyperText (.html, .xml, .xhtml, .mhtml, .htm)
  • Platform support: Windows, macOS, Linux, Android, iOS and Web
  • Sync and backup your data with OneDrive, Google Drive, Dropbox, MEGA, pCloud, Yandex Disk, Box, FTP, SFTP, WebDAV, SMB, or Object Storage
  • Easily import books from OneDrive, Google Drive, MEGA, Yandex Disk, Box, FTP, SFTP, WebDAV, SMB, or Object Storage
  • AI dictionary, summarization, and translation
  • Single-column, two-column or continuous scrolling layouts
  • Text-to-speech, translation, dictionary, touch screen support, and batch import
  • Add bookmarks, notes, and 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 highlighting, underline, boldness, italics, and shadow

Installation

Desktop version: Download

Web version:Visit

Android version:Download

iOS version:Download

Install with Scoop:

scoop bucket add extras
scoop install extras/koodo-reader

Install with Homebrew:

brew install --cask koodo-reader

Install with Docker:

Installation Guide

Screenshot

Book list



Book display



List mode



Cover mode



Reader menu



Dark mode


Develop

Make sure that you have installed yarn and git

  1. Download the repo

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

    yarn
    yarn dev
    
  3. Enter web mode

    yarn
    yarn start
    

Translation

Edit current language

  1. Select your target language from the following list.

  2. Click the view button to examine the source file. The untranslated terms are listed at the bottom of each file.

  3. Translate the terms to your target language based on the given English reference

  4. Submit the translation file or just translation snippets based on the amount of your translation to this link. Pull request is also welcomed.

Language(A-Z) Code View
Amharic am View
Arabic ar View
Armenian hy View
Bengali bn View
Bulgarian bg View
Chinese (CN) zh-CN View
Chinese (MO) zh-MO View
Chinese (TW) zh-TW View
Czech cs View
Danish da View
Dutch nl View
English en View
Esperanto eo View
Finnish fi View
French fr View
German de View
Greek el View
Hindi hi View
Hungarian hu View
Indonesian id View
Interlingue ie View
Irish ga View
Italian it View
Japanese ja View
Korean ko View
Persian fa View
Polish pl View
Portuguese pt View
Portuguese (BR) pt-BR View
Romanian ro View
Russian ru View
Slovenian sl View
Spanish es View
Swedish sv View
Tamil ta View
Thai th View
Tagalog tl View
Tibetan bo View
Turkish tr View
Ukrainian uk View
Vietnamese vi View

Add new language

  1. If you can't find your target language from the above list, download the English source file from this link.

  2. When you're finished translating, submit the source file to this link. Pull requests are also welcome.