Prologue
Released under Proprietary, Prologue provides audiobooks for Plex on self-hosted infrastructure.
A proprietary App Store client for Plex and Audiobookshelf, honestly reviewed. No marketing fluff — just what you get when you put it in front of a real audiobook library.
TL;DR
- What it is: A paid iOS app that connects your iPhone, iPad, Apple Watch, and CarPlay to a self-hosted Plex Media Server or Audiobookshelf instance [1].
- Who it’s for: iPhone-only listeners who already run (or plan to run) a self-hosted audiobook server and want a best-in-class native client instead of the barebones official apps [1].
- Cost savings: Audible runs $14.95/mo. Libro.fm runs $17/mo. Prologue is a one-time App Store purchase to front a library you own and host yourself — no monthly subscription, no DRM, no per-book fees [1].
- Key strength: 4.9/5 App Store rating from 5,100+ reviewers [1] — an unusually high floor for any utility app. The feature set (sleep timer, smart rewind, Voice Boost, per-book EQ, Apple Watch, CarPlay, Siri) matches or beats Audible’s client on every dimension that matters for daily listening.
- Key weakness: iOS only, proprietary, no Android, no web UI, and it doesn’t run on its own — it requires a separate self-hosted server backend (Plex or Audiobookshelf) that you set up and maintain yourself [1].
What is Prologue
Prologue is not a self-hosted server — it’s a client. The distinction matters. You run Audiobookshelf or Plex on a server you control (home NAS, VPS, Raspberry Pi), and Prologue is the iOS app that streams from it.
The pitch on the homepage is spare and accurate: “Self-hosted audiobook player for Plex and Audiobookshelf.” That’s the whole product [1]. There’s no cloud subscription, no vendor account to create, no data passing through a third party’s servers. The app talks directly to your server, period.
The app ships with what you’d expect from a polished audiobook client: per-book playback settings, a chapter-aware sleep timer, smart rewind after pauses (configurable), a Voice Boost mode that compresses dynamic range for easier listening at lower volumes, a parametric equalizer, offline downloads for airplane travel, and full integration with iOS platform features — Siri, widgets, Apple Watch, and CarPlay [1]. Stats, streaks, and playback history live locally or sync to your server depending on which backend you’re using.
It launched as a Plex-only client, and added Audiobookshelf support later. Both backends can be connected simultaneously, which is useful if you’re migrating between the two [1].
Why people choose it
The honest version: people choose Prologue because the alternatives are worse.
Audible is the incumbent for audiobooks. It’s well-designed, has the deepest catalog, and most audiobook listeners have spent years building a library there. The problems are structural: the library is licensed, not owned — Audible has pulled titles from user libraries before. DRM ties purchases to Amazon’s ecosystem. At $14.95/mo for one credit (one book), the per-unit cost is $10–$15 after the member discount. Heavy readers burn through credits fast.
Audiobookshelf — the most popular self-hosted audiobook server — ships its own iOS app. It works, but it’s functional rather than polished. Prologue fills the gap: native iOS quality on top of the same open-source backend.
Plex’s own interface can play audiobooks, but it’s a video app with audiobook support bolted on. Chapter navigation, sleep timers, and per-book speed settings all feel like afterthoughts in Plex’s general-purpose player.
Prologue is opinionated about audiobooks and nothing else. That focus is visible in the feature set: things like “smart rewind after pauses” (common request in the self-hosted audiobook community) and per-book speed settings are table-stakes in Audible’s client, but rare in open-source alternatives. Prologue ships them.
The 4.9/5 rating from over 5,100 App Store reviewers is the most credible signal available [1]. At that volume, a rating that high means something. Generic “great app” reviews are common; sustained 4.9s from a niche audience (people who run their own servers) across thousands of ratings is unusual.
Features
Based on the official website [1]:
Library and organization:
- Connects to Plex Media Server, Audiobookshelf, or both simultaneously
- Offline downloads for individual titles
- Collections and series organization
- Bookmarks and reading list
- Streaks, stats, and full playback history
Playback:
- Per-book playback settings (speed, EQ, Voice Boost — different configs per title)
- Sleep timer: by chapter or by fixed duration
- Smart rewind after pauses: configurable amount to rewind when you resume
- Voice Boost: dynamic range compression for cleaner listening in noisy environments
- Parametric equalizer
Platform integrations:
- iPhone and iPad native
- Apple Watch support
- Siri integration
- Home screen widgets
- CarPlay
Not included:
- Android client
- Web interface
- Server software (you provide Plex or Audiobookshelf)
- Any cloud backup or sync independent of your server
Pricing: SaaS vs self-hosted math
Prologue itself: One-time App Store purchase. Exact current pricing should be verified at the App Store listing — pricing data was not available in sources for this review. Historically in the $3–5 range; App Store one-time pricing for utilities in this category is typically under $5. No subscription, no in-app purchases listed on the website [1].
The server backends (the part you self-host):
- Audiobookshelf: free, open-source (GPL-3.0), runs on Docker or bare metal
- Plex Media Server: free for local streaming; Plex Pass ($4.99/mo or $119.99 lifetime) required for mobile sync and offline downloads
- VPS to run Audiobookshelf: $5–8/mo on Hetzner or Contabo for a small instance; a Raspberry Pi 4 at home works if you have one
Audible for comparison:
- Premium Plus: $14.95/mo, 1 credit (1 audiobook)
- 2 credits: $22.95/mo
- Add-on packs: $12.99 for additional credits
Concrete math for a reader going through two books a month:
| Option | Monthly cost | Annual | Notes |
|---|---|---|---|
| Audible (2 credits) | $22.95 | $275 | Books are DRM-locked, licensed |
| Libro.fm | $17.00 | $204 | DRM-free MP3s, but still a subscription |
| Audiobookshelf + Prologue | ~$6–8 VPS | $72–96 | Own the server; you source the books |
| Home server + Prologue | ~$0 running cost | ~$0/yr | Sunk cost of hardware only |
The pricing model inversion matters: Audible charges per unit and per month. Self-hosted costs are flat (the VPS doesn’t care how many books you have or how often you listen).
Important caveat: Prologue and Audiobookshelf give you the infrastructure to listen to audiobooks you own. They don’t provide the books. If you’ve ripped audiobooks from CDs, purchased DRM-free MP3s from stores like Libro.fm or Downpour, or own files from other sources, you have something to serve. If you’re comparing this to Audible’s catalog access, that’s a separate question from the player quality.
Deployment reality check
Setting up the self-hosted stack involves two separate pieces: the server (Audiobookshelf or Plex) and then Prologue as the client.
Audiobookshelf (recommended path):
- Docker:
docker run -d -p 13378:80 -v /your/books:/audiobooks advplyr/audiobookshelf - Audiobookshelf documentation is thorough and the community is active
- Reverse proxy (Caddy or nginx) for HTTPS if accessing outside your home network
- Typical setup time for someone comfortable with Docker: 30–60 minutes
- For a complete first-timer: 2–4 hours including domain, HTTPS, and getting the app connected
Plex path:
- More complex if you don’t already have Plex running
- Mobile sync (offline downloads in Prologue) requires Plex Pass subscription
- Better choice if you already have Plex for video and want to add audiobooks
Prologue itself: Point it at your server URL, log in, done. The client setup is the easiest part.
What can go sideways:
- Audiobookshelf’s metadata matching (matching your audio files to book metadata, cover art, chapter info) requires some manual intervention for unusual files or series with many books. This is a backend problem, not a Prologue problem.
- If your audiobook files don’t have proper chapter markers, Prologue can still play them but chapter navigation won’t work correctly.
- Accessing from outside your home network requires exposing your server (via reverse proxy + domain name + port forwarding or a VPN tunnel). This is the step that trips up non-technical users most often.
- Prologue is iOS only. If anyone in your household uses Android, they need a different client (Audiobookshelf’s own Android app).
Pros and Cons
Pros
- 4.9/5 App Store rating from 5,100+ reviewers [1] — hard to fake at this volume from a niche technical audience.
- Purpose-built for audiobooks. Not a general media player. Per-book settings, smart rewind, chapter-aware sleep timer, Voice Boost — these are first-class features, not bolt-ons.
- Full iOS platform integration. CarPlay, Apple Watch, Siri, and widgets actually work as expected, which isn’t guaranteed in third-party apps.
- Supports both major self-hosted backends. Plex and Audiobookshelf simultaneously. Future-proofs you if you switch backends.
- One-time purchase. No subscription, no credits, no monthly charge for the client.
- Privacy-complete. No data leaves your network unless you set up remote access yourself. The app has no account requirement beyond your own server credentials.
Cons
- iOS only. No Android, no web player, no Windows desktop client. If your household is mixed-platform, Prologue doesn’t work for everyone [1].
- Proprietary. Not open source. If the developer stops maintaining it, you’re eventually left with an app that stops working on new iOS versions and no way to fork or maintain it yourself [merged profile].
- Zero GitHub presence. No public issue tracker, no roadmap, no community contribution path [merged profile]. Bug reports and feature requests go through the developer directly.
- Doesn’t work standalone. Requires a running Plex or Audiobookshelf instance. The server setup is the main friction point for non-technical users.
- No Android. Worth repeating — it’s the most common deal-breaker for potential users.
- External library source required. Prologue serves your files; it doesn’t help you get them. Users coming from Audible need to think through where their audiobooks come from.
Who should use this / who shouldn’t
Use Prologue if:
- You’re already running (or planning to run) Audiobookshelf or Plex for your audiobook library.
- You’re an iPhone user paying $10–$20/mo to Audible and you’ve started buying DRM-free books or ripping your owned CDs.
- You want a polished daily-driver client with Apple Watch and CarPlay support, not a functional-but-ugly open-source app.
- You’re migrating from Audible and want the native iOS listening experience without giving up per-book speed controls, smart rewind, and sleep timers.
Skip it (use Audiobookshelf’s official iOS app) if:
- You want to avoid any paid software in your self-hosted stack entirely.
- Prologue’s current App Store price feels unjustified for your use case.
- You don’t need the advanced playback features (Voice Boost, per-book EQ, smart rewind).
Skip it (use a different solution) if:
- You or your household uses Android — Prologue doesn’t exist for you.
- You don’t have a self-hosted server and aren’t willing to set one up. There’s no path where Prologue works without a backend.
- You want an open-source, forkable client with a public issue tracker.
Skip it (stay on Audible) if:
- Catalog access matters more than cost — Audible’s library is the deepest in the market.
- You don’t want to manage infrastructure at all.
- You use Android and iOS and need a single app across devices.
Alternatives worth considering
Audiobookshelf iOS app (free, open source): The official client for Audiobookshelf. Less polished than Prologue, no CarPlay or Apple Watch support as of late 2024, but free and open source. Good enough for casual use.
BookPlayer (free, open source): iOS audiobook player for local files. No streaming from a server — you import files directly to your device. Works without any backend setup, but no library sync.
Plexamp: Plex’s polished audio player — but it’s designed for music, not audiobooks. Limited chapter navigation and no book-specific features.
Audible (iOS): The incumbent. Best catalog, best client polish, no self-hosting required. Also $14.95/mo minimum with per-book pricing that compounds fast for heavy readers.
Audiobookshelf + browser: You can use Audiobookshelf entirely from a web browser, including on mobile. No app install required. Functional, not native-feeling.
For iPhone users, the realistic choice is Prologue vs. the Audiobookshelf native app. Prologue wins on polish and platform integration; the Audiobookshelf app wins on price (free) and open-source transparency. For Plex users, Prologue is the only serious third-party option — Plex’s own player handles audiobooks poorly.
Bottom line
Prologue is what the Audible iOS app would look like if it respected your server infrastructure. The 4.9/5 rating from 5,100+ users isn’t marketing — it’s the signal you’d expect from a well-executed niche tool that does one thing correctly. The trade-off is real: it’s proprietary, iOS-only, and requires a server backend that you set up yourself. For the target user (an iPhone owner running Audiobookshelf or Plex, wanting native iOS quality), there’s nothing better. For anyone on Android, or anyone expecting a standalone product, look elsewhere.
The actual cost equation isn’t Prologue vs. free — it’s Prologue vs. Audible. At Audible’s prices, Prologue pays for itself inside the first month for any listener spending more than $15/mo on audiobooks.
Sources
- Prologue — Official Website (prologue.audio). https://prologue.audio — feature list, App Store rating (4.9/5, 5,100+ reviews), platform description, backend compatibility.
Related Media & Streaming Tools
View all 334 →Immich
95KHigh-performance self-hosted photo and video management — automatic backup, ML-powered search, and a Google Photos-like experience on your own server.
Jellyfin
49KThe volunteer-built media solution that puts you in control of your media. Stream movies, shows, music, and photos to any device from your own server.
PhotoPrism
39KAI-Powered Photos App for the Decentralized Web. Tag and find pictures automatically without getting in your way.
Cobalt
39KSave what you love without ads, tracking, paywalls or other nonsense. Just paste the link and you're ready to rock.
qBittorrent
36KAn open-source software alternative to uTorrent. Feature-rich and runs on all major platforms.
SRS
29KSimple, high efficiency, realtime video server. Supports RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH and GB28181.