A minimalistic cross-platform eBook reader built with Tauri, Epub.js, and Typescript
Alexandria
Note: This project is no longer being actively developed.
## Main Features:
= Completed
= Work in Progress
= Planned
- Supported Systems:
- Windows 8+ (.exe, .msi)
- Linux (Flatpak, .AppImage, .deb)
- MacOS (.dmg)
- Android
- IOS
- Supported Formats:
- EPUB (.epub, .epub3)
- Kindle (.azw, .azw3) and Mobipocket (.mobi)
- FictionBook (.fb2, .fb2.zip)
- Comic book archive (.cbr, .cbz, .cbt, .cb7)
- Plain Text Files (.txt)
- Custom Theme Support + Editor
- Custom Font + Font Downloader
- Highlights, Notes, and Bookmarks
- Reading progress slider with chapter marks
- Single-column, two-column, or continuous scrolling layouts
- Adjust Word Spacing, Line Height, and Reader Margins
- Highlight Exports
- Split Screen Layout
## Screenshots:
Default Light & Dark Themes
Annotations Popup
Theme Customizer
Reader Settings
---
## Download
### Linux:
Flatpak:
```
flatpak install io.github.btpf.alexandria
```
.AppImage & .deb Builds
[Flatpak Source](https://github.com/flathub/io.github.btpf.alexandria)
### Windows:
Builds for windows are provided in
Releases
### MacOS:
The first unsigned builds for MacOS can now be found in
Releases
---
## Credits
[johnfactotum/foliate](https://github.com/johnfactotum/foliate) - Inspiration for building project, code snippets, and FictionBook + Comicbook Support
[futurepress/epub.js](https://github.com/futurepress/epub.js) - Providing foundation for project
[bfabiszewski/libmobi](https://github.com/bfabiszewski/libmobi) - Providing Kindle Format Support