Epub Reader is a open-source project made with ElectronJS. It's an application for reading ebook files (epub, mobi, pdf), there are already a thousand of ebook reader but their UI/UX it's really bad. I started this project for letting people read books in a nice way with a well-made application.
Note
Exciting news! We’re working on a new version of the ebook reader, probably the best one that has ever existed. Stick around for updates, and in the meantime, enjoy what’s here <3
If you'd like to support the projects, click here
- Dark Mode: In addition to light and sepia themes, a dark mode is now available, offering greater comfort in low-light environments.
- PDF and Mobi conversion support
- Resizable Book Window
- Now you can edit your books
- Update feature (posticipated to v1.0.5 due important fix in order distribute a soon as possible a more stable version)
- Linux distribution (.deb)
- Added multiple book layouts (paginated, scrolling)
- Design fixes and improvements
- Improved Save Page feature
- Important fixes from previous version
- Book covers are now shown and saved correctly
- Epub drop fixed glitch
- Fixed dashboard book sorting
To clone locally this project you'll need Git and Node.js installed on your computer.
Then clone the project with these command line:
(Windows)
# Clone this repository
git clone https://github.com/mignaway/EpubReader
# Go into the repository
cd EpubReader
# Install dependencies
npm install
# Run the app
npm start
- electronjs.org/docs - Electron's documentation
- https://git-scm.com/docs - Git's documentation