A simple desktop application written in Go and JavaScript for reading books. Add your favorite books and enjoy reading with a beautiful and modern interface. It's easy to install just go to the download page, get the latest version, and download it.
NOTE : The application is not supported for MacOS.
Your books are well organized in the app with a very simple system and beautiful user interface.
Your reading progress is saved automatically, you don't need to memorize your last page.
Enjoy reading with a simple and nice book viewer that lets you see all the book chapters and the outlines.
If you encounter any bugs or problems, feel free to report them in Issues.
To run the app from the source code you will need :
First cd to the project after cloning the repo.
To install packages for go run this command :
$ go mod tidy
To install packages for npm run this commands :
$ cd ./frontend && npm install
If you don't have Wails CLI installed you can add it using this command :
$ go install github.com/wailsapp/wails/v2/cmd/wails@latest
Use Wails CLI to run the project
$ wails dev
Use Wails CLI to build the project
$ wails build
more info about building the app using wails CLI here.
You will find the binaries in ./build/bin