Pend
Pend is a program for reading EPUB files. Check out the web demo!
Preview Image(s)
Installation
Building Pend is simple & easy. You should be able to build and run Pend on Windows, Linux, MacOS, and WASM without issue.
Building natively.
- install cargo
- Obtain a copy of Pend's github repository (via
git clone
or theCode
button) - Navigate inside the downloaded folder
- Run the command
cargo build --release
- Navigate to the
./target/release
folder to find an executable file (e.g.pend.exe
on windows), which you can move / rename as you wish.
Support / bugs
If you find any bugs or would like to request a feature, please open an issue on github and I'll do my best to respond in a timely fashion.