All Projects → livrereader → livre

livrereader / livre

Licence: other
An eBook reader built with Electron

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to livre

dslibris
An ebook reader for the Nintendo DS, DS Lite, and DSi.
Stars: ✭ 31 (-6.06%)
Mutual labels:  ebook-reader
unpaprd
An audiobook 🎧 📔 app made using Flutter
Stars: ✭ 73 (+121.21%)
Mutual labels:  ebook-reader
onesync-reader-app
Cross-platform ebook reader built using Xamarin.Forms
Stars: ✭ 33 (+0%)
Mutual labels:  ebook-reader
docker-examples-edition2
Examples pour edition 2 Docker Dunod
Stars: ✭ 16 (-51.52%)
Mutual labels:  livre
Foliate
A simple and modern GTK eBook reader
Stars: ✭ 3,150 (+9445.45%)
Mutual labels:  ebook-reader
Calibre
The official source code repository for the calibre ebook manager
Stars: ✭ 11,221 (+33903.03%)
Mutual labels:  ebook-reader
Koreader
An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices
Stars: ✭ 9,467 (+28587.88%)
Mutual labels:  ebook-reader
Polar Bookshelf
Polar is a personal knowledge repository for PDF and web content supporting incremental reading and document annotation.
Stars: ✭ 4,411 (+13266.67%)
Mutual labels:  ebook-reader
bookr-mod-vita
A book reader for the Vita and Switch. Still a work in progress.
Stars: ✭ 51 (+54.55%)
Mutual labels:  ebook-reader
kthoom
Comic Book Reader in the Browser
Stars: ✭ 97 (+193.94%)
Mutual labels:  ebook-reader
illuminsight
💡👀 Read EPUB books with built-in insights from wikis, definitions, translations, and Google.
Stars: ✭ 55 (+66.67%)
Mutual labels:  ebook-reader
EveReader
Epub Reader, focused on annotation.
Stars: ✭ 68 (+106.06%)
Mutual labels:  ebook-reader
readium-css
🌈 A set of reference stylesheets for EPUB Reading Systems, starting with Readium Mobile
Stars: ✭ 78 (+136.36%)
Mutual labels:  ebook-reader

Livre

An eBook reader built on Electron

Livre is a minimal eBook reader. Currently, it only support .epub formatted eBooks.

Download

Livre is still in development. When it's done, binaries for Windows, Linux, and MacOS will be available; currently, you'll have to download the source and build it yourself.

Features

  • Minimalistic interface
  • Remembers the last page you read in every eBook
  • Remembers recently opened eBooks for easy access
  • Table of contents with links
  • Back and forward functionality
  • Full text search

Installation and Usage

$ git clone https://github.com/livrereader/livre
$ cd livre
$ npm install
$ # To start the Electron process locally:
$ npm start
$ # Or to build a binary for your platform in ./out:
$ npm run package

The compiled binary or the start script can be passed a path to a valid .epub file; if no file is passed than the app will open to the start screen and books can be opened from within the app.

The build process has been tested on Linux but not Windows or macOS. If you run into problems, please submit an issue.

Keyboard shortcuts:

Note: macOS uses cmd instead of ctrl.

ctrl+o: Open an eBook

right arrow: Next page

left arrow: Previous page

alt+left arrow: Back

alt+right arrow: Forward

ctrl+t: Open table of contents

escape: Close sidebar

ctrl+f: Find in eBook

ctrl+=: Increase text size

ctrl+-: Decrease text size

ctrl+0: Restore default text size

ctrl+q: Quit

ctrl+shift+i: Toggle Chrome developer tools

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].