A simple Electron app to come as close as possible to providing a Linux desktop app for Libby.
This app is equipped with all the wonderful features of an electron app, including Dark theme (from Gtk light/dark), media playback, and Dev Tools (Ctl+Shift+I
). Please enjoy.
- Clone the repository.
git clone https://github.com/Spiffily/libby-desktop && cd libby-desktop
- Install npm.
sudo apt-get install -y npm
on Ubuntu based OSes - Install latest electron.
npm install --save-dev electron
- Run the app.
npm start
The Libby icon was taken from this page for use as the app icon: https://www.overdrive.com/apps/libby/
Disclaimer: Libby is in no way, shape, or form the work of Spiffily Software. This app is only a simple electron package to allow you to read in a sort of desktop app.