Self-Hosted Alternatives to Pocket
Why Replace Pocket?
Pocket was acquired by Mozilla in 2017 and has seen minimal development since. Key concerns:
- Privacy: Pocket tracks your reading habits and shares data for recommendations
- Feature stagnation: Core features haven’t improved significantly in years
- Vendor lock-in: Your saved articles live on Pocket’s servers
- Ads: Pocket Premium costs $45/year; free tier shows sponsored content
- Uncertain future: Mozilla has been downsizing, and Pocket’s long-term status is unclear
Self-hosting your read-later service means your reading list stays private, works offline, and can’t disappear if a company pivots.
Best Alternatives
Wallabag — Best Overall Replacement
Wallabag is the closest self-hosted equivalent to Pocket. Save articles, read them in a clean format, sync across devices.
Why it wins: Native mobile apps (Android + iOS), offline reading, Pocket import, e-reader integration (Kindle/Kobo), mature and stable (10+ years of development).
Trade-off: No page archival — only extracts article text. If the original page changes layout, Wallabag’s saved version won’t reflect it.
[Read our full guide: How to Self-Host Wallabag]
Linkwarden — Best for Bookmark Power Users
Linkwarden is a bookmark manager with page archiving and full-text search. Less focused on reading articles, more focused on preserving and organizing links.
Why to consider: Archives full pages (screenshots + PDFs + HTML). Team sharing. Meilisearch-powered full-text search. If you use Pocket mainly as a bookmark collection rather than an article reader, Linkwarden is the better fit.
Trade-off: No native mobile app (PWA only). No offline reading support. Heavier resource usage due to Meilisearch.
[Read our full guide: How to Self-Host Linkwarden]
Hoarder — Best for AI-Powered Organization
Hoarder is a newer read-later and bookmark manager with built-in AI tagging. It automatically categorizes saved links using local LLMs or OpenAI, so your reading list organizes itself. Full-text search, browser extensions, and a clean mobile-friendly UI.
Why to consider: AI auto-tagging replaces Pocket’s manual tagging workflow. Screenshots and page archiving preserve content even if the source disappears. Supports lists, tags, and full-text search across all saved content.
Trade-off: Newer project with a smaller community than Wallabag. AI features require either an OpenAI API key or a local LLM setup for auto-tagging.
[Read our full guide: How to Self-Host Hoarder]
Omnivore — No Longer Recommended
Omnivore was an open-source read-later app, but it was acquired by ElevenLabs in late 2024 and the service shut down. The code was open-sourced, but self-hosting requires significant setup. Not recommended for new deployments — the codebase is no longer maintained.
Feature Comparison
| Feature | Wallabag | Linkwarden | Hoarder | |
|---|---|---|---|---|
| Article extraction | Yes | Yes | No (archives full page) | Yes |
| Full-page archiving | No | No | Yes (screenshot + HTML + PDF) | Yes (screenshot) |
| Mobile apps | iOS + Android | iOS + Android (native) | PWA only | PWA only |
| Offline reading | Premium only | Yes | No | No |
| Browser extension | Yes | Yes | Yes | Yes |
| Full-text search | Yes | Yes | Yes (Meilisearch) | Yes |
| Tagging | Manual | Manual + auto-rules | Manual | AI auto-tagging |
| E-reader export | No | Yes (Kindle/Kobo ePub) | No | No |
| RSS feed support | No | Yes | No | No |
| API | Yes | Yes | Yes | Yes |
| Sharing/teams | Limited | Multi-user | Multi-user with sharing | Single-user |
| Self-hosted | No | Yes | Yes | Yes |
Migration Guide
Exporting from Pocket
- Go to getpocket.com/export
- Click Export HTML file
- This downloads an HTML file with all your saved articles
Importing to Wallabag
- Go to Config → Import → Pocket
- Either import the HTML file, or connect directly via Pocket’s API
- Wallabag fetches and re-processes each article
Importing to Linkwarden
- Go to Settings → Import
- Upload the Pocket HTML export
- Linkwarden imports bookmarks and begins archiving pages
Cost Comparison
| Pocket Free | Pocket Premium | Self-Hosted | |
|---|---|---|---|
| Monthly cost | $0 | $3.75/month | $0 (runs on existing server) |
| Annual cost | $0 | $45/year | $0 |
| Ads/sponsored content | Yes | No | No |
| Storage limit | Unlimited | Unlimited | Your disk |
| Privacy | Tracked | Tracked (less) | Full control |
| Offline reading | Premium only | Yes | Yes (Wallabag) |
What You Give Up
- Pocket’s recommendation engine — Pocket suggests articles based on popularity and your reading history. Self-hosted alternatives don’t have discovery features, though Hoarder’s AI tagging helps surface patterns in what you save.
- One-click simplicity — Pocket works instantly with a Mozilla account. Self-hosted tools require Docker setup, domain configuration, and ongoing maintenance. Once set up, the browser extensions work identically.
- Third-party app integrations — Some apps integrate directly with Pocket (IFTTT, Zapier triggers, Kindle Send). Wallabag has integrations with many services, and all alternatives expose APIs for custom automation via n8n or similar tools.
- Firefox built-in integration — Pocket is baked into Firefox’s new tab page. You’ll need to install a browser extension for your self-hosted alternative.
- Text-to-speech — Pocket Premium includes article narration. No self-hosted alternative offers this natively.
Frequently Asked Questions
Which alternative is closest to Pocket’s reading experience?
Wallabag. It extracts article text and presents it in a clean, distraction-free reading view — just like Pocket. It also has native mobile apps with offline reading, which Pocket Premium charges $45/year for. Linkwarden and Hoarder focus more on bookmark management than reading.
Can I import my entire Pocket library?
Yes. All three alternatives support importing from Pocket’s HTML export. Wallabag also supports direct API import from Pocket, which preserves tags and favorited status. Export from getpocket.com/export.
Do these alternatives work with e-readers?
Wallabag is the only one with built-in e-reader integration. It can send articles directly to Kindle via email or export as ePub for Kobo and other devices. For the others, you’d need to use the browser or save articles as PDF.
How much server resources do these need?
Wallabag needs about 256 MB of RAM (runs on PHP with PostgreSQL). Linkwarden needs 512 MB+ because it runs Meilisearch for full-text search alongside the main app. Hoarder needs around 256 MB, more if running a local LLM for AI tagging.
Can I use multiple read-later apps together?
Yes. A common setup is Wallabag for article reading and Linkwarden for bookmark archiving. You can use browser extensions for both — save articles to Wallabag for reading and important reference pages to Linkwarden for archiving.
What happens if a saved page goes offline?
With Pocket, you lose it — Pocket only caches the extracted text, not the original. Linkwarden archives full pages (HTML + screenshot + PDF), so content survives even if the source disappears. Hoarder takes screenshots. Wallabag extracts and stores article text permanently.
Is Pocket really going away?
Mozilla hasn’t announced plans to shut down Pocket, but the service has seen minimal feature development since the 2017 acquisition. Mozilla’s workforce reductions in 2023-2024 included Pocket team members. The risk isn’t imminent shutdown — it’s gradual neglect and eventual feature obsolescence.
Related
Get self-hosting tips in your inbox
Get the Docker Compose configs, hardware picks, and setup shortcuts we don't put in articles. Weekly. No spam.
Comments