# koodo-reader
**Repository Path**: cplus/koodo-reader
## Basic Information
- **Project Name**: koodo-reader
- **Description**: 跨平台的电子书阅读器,平台支持Windows,macOS,Linux 和网页版,格式支持 epub, pdf, mobi, azw3, txt, djvu, markdown, fb2, cbz, cbt, cbr, rtf 和 docx
- **Primary Language**: JavaScript
- **License**: AGPL-3.0
- **Default Branch**: master
- **Homepage**: https://koodo.960960.xyz/
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 51
- **Created**: 2021-12-21
- **Last Updated**: 2021-12-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[简体中文](https://github.com/troyeguo/koodo-reader/blob/master/README_cn.md) | English
Koodo Reader
A cross-platform ebook reader
[Download](https://koodo.960960.xyz/en) | [Preview](https://reader.960960.xyz) | [Roadmap](https://troyeguo.notion.site/d1c19a132932465bae1d89dd963c92ea?v=ca8aa69cf25849c18c92b92ba868663b) | [Document](https://troyeguo.notion.site/Koodo-Reader-Document-9c767af3d66c459db996bdd08a34c34b)
## Preview
## Feature
- Format support:
- EPUB (**.epub**)
- Scanned document (**.pdf**, **.djvu**)
- DRM-free Mobipocket (**.mobi**) and Kindle (**.azw3**)
- Plain text (**.txt**)
- FictionBook (**.fb2**)
- Comic book archive (**.cbr**, **.cbz**, **.cbt**)
- Rich text (**.md**, **.docx**, **.rtf**)
- Hyper Text (**.html**, **.xml**, **.xhtml**, **.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](https://koodo.960960.xyz/en)
- Developer Version: [Download](https://github.com/troyeguo/koodo-reader/releases/latest) ( With new feature and bug fix, but may induce some unknown bugs)
- Web Version:[Preview](https://reader.960960.xyz)
- Install with Scoop:
```shell
scoop bucket add dorado https://github.com/chawyehsu/dorado
scoop install dorado/koodo-reader
```
- Install with Homebrew:
```shell
brew install --cask koodo-reader
```
- Install with Docker:
```bash
docker-compose up -d
```
## 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, node's version on your computer is larger than 14.0.0.
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
```