Ink and Echo
Audiobook and ebook sync reader.
iPhone and iPad
iOS 17 or later.
- Install TestFlight from the App Store.
- Tap the invitation link above.
- Open the Ink and Echo beta and import an audiobook plus an ebook (.epub, .mobi, or .pdf).
App Store listing coming soon.
Mac
macOS 14 or later. Apple silicon and Intel.
- Ink and Echo runs as a Mac Catalyst build. The same TestFlight invite covers Mac.
- Install TestFlight for Mac.
- Open the invitation link, then install from TestFlight.
- Import an audiobook plus an ebook (.epub, .mobi, or .pdf).
Mac App Store listing arrives with the iOS App Store release.
Android
Android 8.0 or later.
Recommended — arm64
Any phone made in the last seven years or so. If you're not sure which architecture your device is, it's this one.
Download palimpsest-0.1.8-android-arm64-v8a.apk (61 MB)
Older 32-bit ARM
For budget or pre-2017 devices that don't support arm64.
Download palimpsest-0.1.8-android-armeabi-v7a.apk (50 MB)
x86_64
Android emulators and the few Chromebooks that run Android apps natively.
Download palimpsest-0.1.8-android-x86_64.apk (69 MB)
Install
- Download the .apk on your phone.
- Open it. Android will ask once to allow installs from the app you downloaded with (usually Chrome or your file manager).
- Launch Ink and Echo and import an audiobook + ebook.
Coming from v0.1.0: uninstall the existing Ink and Echo first. v0.1.1+ is signed with a different key and Android won't upgrade in-place. From v0.1.1 forward, updates install over the top.
Updates: there's no auto-update without Play Store. Obtainium can watch this page's GitHub releases and prompt for updates the way Play Store does — paste the repo URL https://github.com/rRexhepi/ink-and-echo-app into Obtainium to subscribe.
Google Play listing is on the roadmap.
Windows
Windows 10 1903 or later. x64 and ARM64.
Download ink_and_echo-0.1.8-windows-x64.exe (21 MB)
- Install ffmpeg with
winget install Gyan.FFmpeg. - Run the Ink and Echo installer.
- Launch Ink and Echo from the Start menu and import an audiobook + ebook.
Microsoft Store listing on the roadmap.
Linux
Ubuntu 22.04+, Debian 12+, Pop!_OS, Mint. x86_64.
Two builds. Both ship the same binary; the difference is whether Calibre is pulled in as a dependency.
Lite — recommended for most
EPUB + MOBI import, audiobook + sync. ~80 MB installed. No Calibre.
Download ink-and-echo_0.1.8_amd64.deb (23 MB)
Double-click the file in Files to install via the Software Center, or in a terminal:
sudo apt install ~/Downloads/ink-and-echo_0.1.8_amd64.deb
Full — every format
Adds Calibre as a hard dependency so PDF, AZW3, RTF, DOCX, LIT, FB2 and the rest import out of the box. ~620 MB installed (Calibre brings Python + Qt + WebEngine).
Download ink-and-echo-full_0.1.8_amd64.deb (23 MB)
Double-click the file in Files to install via the Software Center, or in a terminal:
sudo apt install ~/Downloads/ink-and-echo-full_0.1.8_amd64.deb
Launch from your app menu (search "Ink and Echo") or run ink_and_echo from a terminal. The lite build can pick up Calibre later with sudo apt install calibre.
Other distros: a Flatpak / AppImage build is on the roadmap. For now, build from source.
Build from source
git clone https://github.com/rRexhepi/InkAndEcho.git
cd InkAndEcho/xplatform
flutter pub get
flutter build linux --release
./build/linux/x64/release/bundle/ink_and_echo