We built something much better! Say hello to WizRead.
EpubReader has evolved into WizRead. If you are looking for the best UI/UX and an actively updated reading experience, please do not download the legacy version below.
Epub Reader is an open-source project made with ElectronJS. It's an application for reading ebook files (epub, mobi, pdf). There are already a thousand ebook readers, but their UI/UX is really bad. I started this project to let people read books in a nice way with a well-made application.
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 (postponed to v1.0.5 due to an important fix in order to distribute a more stable version as soon as possible)
- 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 this project locally, you'll need Git and Node.js installed on your computer.
Then clone the project with these command lines:
(Windows)
# Clone this repository
git clone [https://github.com/mignaway/EpubReader](https://github.com/mignaway/EpubReader)
# Go into the repository
cd EpubReader
# Install dependencies
npm install
# Run the app
npm start
