Getting Started
Install Acerola and sync your first library between two devices.
Example page
This content is a placeholder to validate the documentation pipeline (mdsvex + components + i18n). The real per-platform documentation is still being written.
Acerola is a local comic and manga reader with 100% P2P sync between devices — no central server, no account, no cloud.
Installing
Pick the platform you use:
git clone https://github.com/Vinicius-Gabriel-P-Leitao/acerola-reader
cd acerola-reader/acerola/desktop
npm install
npm run tauri devDownload the latest APK from the GitHub releases page.
Syncing two devices
- Open the Network screen on both devices.
- Scan the QR code shown on one device using the other.
- Confirm the pairing — from then on, both devices exchange library and reading history directly, with no server in between.
No local network?
When devices aren’t on the same network, Acerola uses acerola/relay to make the P2P connection work without manually opening ports.