vanja-san / koodo-reader

📚 A modern eBook reader for epub, pdf, mobi, azw3 and txt, supporting Windows, macOS, Linux and Web. (跨平台的电子书阅读器,支持 epub, pdf, mobi, azw3 和 txt 格式)

Home Page:https://koodo.960960.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Koodo Reader

A cross-platform ebook reader

Preview

Feature

Format support: epub , pdf, mobi, azw3, and txt

Platform support: Windows , macOS, Linux and Web

Save your data to Dropbox or Webdav

Customize the source folder and synchronize multiple devices using OneDrive, iCloud, Dropbox, etc.

Single-column, two-column, or continuous scrolling layouts

Text-to-speech, Translation

Bookmark, Note, Digest, Shelf and Tag

Adjust font, line-spacing, background color, text color and margins

Support for Touch Screen

Text highlight and underline

Language support: Simplified Chinese, Traditional Chinese and English

Installation

Desktop Version: Download

Web Version:Preview

Install with Homebrew:

brew install --cask koodo-reader

Develop

Make sure node's version on your computer is larger than 10.0.0, yarn and git is in place.

  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
    

Docker

You can run in docker compose

docker-compose up -d

Update

You will receive an update notification when you open the software.

Contribution

Contribution Contributor
translation for traditional Chinese TobySkarting, playercd8
installation for Homebrew singularitti
other contributors bamlan

Help

Click here to report your issue, or visit Website for more instruction.

Sponsor

If you found this project helpful, please consider giving us a star.

About

📚 A modern eBook reader for epub, pdf, mobi, azw3 and txt, supporting Windows, macOS, Linux and Web. (跨平台的电子书阅读器,支持 epub, pdf, mobi, azw3 和 txt 格式)

https://koodo.960960.xyz

License:MIT License


Languages

Language:JavaScript 64.8%Language:TypeScript 23.2%Language:CSS 9.9%Language:HTML 2.1%Language:Dockerfile 0.0%