I would like to introduce Alexandria, A FOSS ebook reader that I have been working on for a little over a year.

This project was heavily inspired by an existing application for linux called Foliate. However, Foliate lacked some features that I wanted. In particular, cross platform support (Desktop & Mobile), A split screen reader, and cross platform syncing.

While far from complete, I would love feedback on what has been done so far. Currently, only Linux and Windows builds are available. But though utilizing Tauri and responsive UI, the app should be easy to bring across platforms.

Thanks!

Trailer: https://www.youtube.com/watch?v=ooG0MQvKiEs

Project: https://github.com/btpf/Alexandria

  • Jo Miran@lemmy.ml
    link
    fedilink
    arrow-up
    6
    ·
    10 months ago

    Good set of supported formats. Is it safe to assume that text and PDF are also supported?

    • btpf@lemmy.mlOP
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      10 months ago

      No. PDF is currently out of scope. The app is built around EpubJS and is really more designed for responsive book formats. Including PDF support would mean incorporating something like pdf.js and would require tons of effort and rewrite which is off course at this moment.

      Plain text files are also not supported currently, But this can be included for the 1.0 release. Thanks!