You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What platforms is Openreads available for?
The app is written in the cross-platform framework Flutter. Android and iOS versions are available.
Be aware that releasing an app to the App Store requires paid Apple Developer account ($99 per year) so please consider donating.
Does Openreads support importing/exporting CSV file?
Yes! See format of the CSV file:
Openreads CSV format
From which apps can Openreads import CSV files?
GoodReads, BookWyrm
Which data providers does OpenReads use?
Currently the one and only data source for the app is OpenLibrary, a FOSS crowdsourced library. Other sources (like BookBrainz) are considered for the future. There are no plans to add proprietary sources to the app (see: #90 (comment))
Is it possible to upload my book's data to OpenLibrary?
Not for now; see #85
ποΈ Build Process
Clone or download this repository
git clone https://github.com/mateusz-bak/openreads.git
cd openreads
Download dependencies
flutter pub get
Build and install the app on your device β οΈβ οΈβ οΈ
WARNING: If you already have the Openreads app installed on your device, this step will uninstall it before installing the debug version.
This deletes all app data, to keep your books please make a backup first. β οΈβ οΈβ οΈ
flutter run
About
A mobile books tracker written in Flutter that respects your privacy.