Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 months ago
JSON representation
A minimalistic cross-platform eBook reader built with Tauri, Epub.js, and Typescript
- Host: GitHub
- URL: https://github.com/btpf/Alexandria
- Owner: btpf
- License: gpl-3.0
- Created: 2022-07-17T03:29:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T17:07:51.000Z (about 1 year ago)
- Last Synced: 2024-02-18T11:36:49.511Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.71 MB
- Stars: 1,964
- Watchers: 17
- Forks: 38
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - btpf/Alexandria - A minimalistic cross-platform eBook reader built with Tauri, Epub.js, and Typescript (TypeScript)
- awesome-tauri - Alexandria - Minimalistic cross-platform eBook reader. (Applications / Ebook readers)
README
Alexandria
A minimalistic cross platform eBook reader, built with Tauri ❤️ Epub.js
## 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