Skip to content

LivreBooks/livre

Repository files navigation

Livre

A mobile client for Library Genesis for downloading and reading books.

React Native

Features

  • Recommendations - Book recommendations for various Genres.
  • Searching - Search books by Title or Author.
  • Download - Download books in pdf and epub format.
  • Supports all Categories currently on libgen.is.
  • Download Library - All Books downloaded are added to your local library.
  • Reader - An inbuilt app book reader supporting pdf and epub files.
  • Online Account - All downloads are saved to the user's account enabling restoring when switching devices.
  • Extras
    • Restore to the last page read.
    • Bookmarks
    • Reader Themes
    • Dark Mode

Screenshots

Feedback

If you have any feedback, please reach out on Twitter @PnTX10 or via Github discussions

Contributing

Contributions are always welcome!

A lot of features can be added but I don't have the time for all of them so if you want to add something just make a pull request

Development

Clone and install Dependancies

git clone https://github.com/LivreBooks/livre.git
cd livre
yarn

Build Development build

yarn prebuild
npx expo run:android