A simple Kindle desktop app for Ubuntu (or derived distros) based on electron js.
Install it easily and start reading on your Linux desktop.
To install this application, you need
Then run at your terminal:
mkdir -p ~/kindle
git clone https://github.com/Dpbm/Kindle-for-ubuntu.git ~/kindle
cd ~/kindle
chmod +x ./install.sh
./install.sh
within a few seconds, the Kindle icon will appear on your applications hub.
To uninstall it you may run:
cd ~/kindle
chmod +x uninstall.sh
./uninstall.sh
This small application is based on Kindleโs web version, so your experience will differ a lot from its mobile usage.
Due to that, @SugarRayLua shared a step-by-step tutorial on this issue showing how to use the windows app on Linux, check it out.
Thanks @SugarRayLua ๐๐๐!!