Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/btpf/Alexandria

A minimalistic cross-platform eBook reader built with Tauri, Epub.js, and Typescript
https://github.com/btpf/Alexandria

Last synced: 3 months ago
JSON representation

A minimalistic cross-platform eBook reader built with Tauri, Epub.js, and Typescript

Awesome Lists containing this project

README

        


Alexandria


A minimalistic cross platform eBook reader, built with Tauri ❤️ Epub.js


Download | FAQ | Build Instructions


## 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