Self-Hosted Alternatives to Instapaper

Instapaper’s Problem

Instapaper has changed hands three times — Betaworks (2013), Pinterest (2016), Instant Paper Inc (2018). Each acquisition introduced uncertainty. The free tier became more limited. The premium tier ($2.99/month) gates basic features like full-text search and unlimited highlights. And your reading history, highlights, and saved articles sit on servers you don’t control.

The pattern is familiar: a service you rely on gets acquired, feature-stripped, price-hiked, or shut down. Self-hosting your read-later app eliminates that risk entirely.

What You’re Replacing

Instapaper’s core features to match:

FeatureInstapaperSelf-Hosted Goal
Save articles from browserOne-click bookmarkletBrowser extension
Clean reading viewText-only renderingContent extraction
Offline readingMobile app downloadEPUB/OPDS or PWA
Highlights & notesPremium featureAnnotation support
Full-text searchPremium featureAlways included
FoldersBasicLabels, tags, collections
Send to KindleBuilt-inEPUB export or OPDS
APIAvailableREST API
Monthly cost$2.99/month (premium)$0 (your server)

Best Alternatives

Readeck — Best for E-Reader Users

Readeck is a Go-based read-later app that saves articles as immutable ZIP files and serves them via OPDS — the protocol e-reader apps use to browse book catalogs. If your Instapaper workflow was “save articles, read on Kindle later,” Readeck replicates this natively.

Why it matches Instapaper:

  • Clean content extraction (text + images, no ads/navigation)
  • EPUB export for any saved article
  • OPDS feed for KOReader, Calibre, Moon+ Reader
  • Browser extensions for Firefox and Chrome
  • Full-text search (free, not behind a paywall)
  • Highlights within saved articles

Resources: ~30-50 MB RAM. Runs on a Raspberry Pi.

Full setup guide: How to Self-Host Readeck

Wallabag — Most Mature Option

Wallabag has been the go-to self-hosted Instapaper/Pocket alternative since 2013. It has the most features, the largest community, and native mobile apps (iOS and Android).

Why it matches Instapaper:

  • Native iOS and Android apps with offline reading
  • Browser extensions for all major browsers
  • Annotations and tagging
  • Full-text search
  • EPUB/PDF/CSV export
  • Kindle (Send to Kindle) integration
  • RSS feed for saved articles
  • Import from Instapaper, Pocket, Firefox, Chrome

Trade-offs: PHP + MySQL/PostgreSQL stack. Heavier than Readeck (~200-500 MB RAM). More complex setup. But the mobile apps and import capabilities are unmatched.

Full setup guide: How to Self-Host Wallabag

Hoarder — Best for AI-Powered Organization

Hoarder is a newer entrypoint that uses AI (local or API-based) to auto-tag and categorize saved content. If you save lots of articles and struggle to organize them, Hoarder’s automatic classification is genuinely useful.

Why it matches Instapaper:

  • Browser extension (Chrome, Firefox)
  • Clean reading view
  • Full-text search
  • Auto-tagging via AI (Ollama, OpenAI, or local models)
  • Mobile-friendly web UI

Trade-offs: Younger project, smaller community. No native mobile apps. AI tagging requires either an API key or a local Ollama instance.

Full setup guide: How to Self-Host Hoarder

Linkwarden — Best for Team Use

Linkwarden is a collaborative bookmark manager with read-later features. If you want to share saved articles with a team or family, Linkwarden adds collaboration that Instapaper never had.

Why it matches Instapaper:

  • Save articles with content archival
  • Collections and tags
  • Full-text search
  • Browser extension
  • PDF/screenshot archival of pages
  • Collaboration (shared collections, team workspaces)

Trade-offs: Next.js + PostgreSQL. Heavier resource usage (~300-500 MB RAM). The collaboration focus means more complexity than a pure read-later app.

Full setup guide: How to Self-Host Linkwarden

Migration from Instapaper

Export Your Data

  1. Log into Instapaper at instapaper.com
  2. Go to SettingsExport
  3. Download the HTML export file (all articles, folders, and metadata)

Import Into Your Self-Hosted App

AppImport Method
ReadeckAdmin settings → Import → upload HTML file
WallabagAdmin → Import → Instapaper (direct integration)
HoarderSettings → Import → upload HTML bookmarks file
LinkwardenSettings → Import → upload HTML bookmarks file

Wallabag has the smoothest import — it understands Instapaper’s export format natively and preserves folder structure. The others import as a flat list of bookmarks that you’ll need to re-organize.

Cost Comparison

Instapaper PremiumSelf-Hosted (Readeck)Self-Hosted (Wallabag)
Monthly cost$2.99/month$0$0
Annual cost$35.88/year$0 (+ VPS if needed)$0 (+ VPS if needed)
3-year cost$107.64$0$0
Full-text searchPremium onlyIncludedIncluded
HighlightsPremium onlyIncludedIncluded
Unlimited savesPremium onlyUnlimitedUnlimited
Data ownershipInstapaper’s serversYour serverYour server
Offline readingMobile appsEPUB/OPDSMobile apps

If you already have a server running Docker, the cost is $0 — Readeck uses 30 MB of RAM and adds zero burden to your existing setup.

What You Give Up

Be realistic about the trade-offs:

  • Instapaper’s mobile apps are polished. Wallabag has native apps. Readeck and Hoarder rely on PWAs or the mobile browser. If you read exclusively on your phone, Wallabag is the only substitute with a comparable mobile experience.
  • Send to Kindle is built into Instapaper. Readeck supports this via OPDS/EPUB, but it’s less seamless. Wallabag also has Send to Kindle integration.
  • Speed-reading features (Instapaper’s “speed read” mode) don’t exist in any self-hosted alternative.
  • Instapaper’s text parser is excellent — it handles complex layouts, paywalled content (sometimes), and JavaScript-rendered pages. Self-hosted alternatives vary in extraction quality. Readeck and Wallabag are good; edge cases exist.
  • Zero maintenance. Instapaper just works. Self-hosting requires occasional updates and backup management.

FAQ

Which is closest to Instapaper’s experience?

Wallabag with its mobile apps. Readeck if you primarily read on an e-reader. Neither perfectly replicates Instapaper’s minimal iOS app, but Wallabag comes closest.

Can I use multiple self-hosted apps together?

Yes. Some people use Readeck for personal read-later and Linkwarden for team bookmarks. They serve different purposes and can coexist.

What about Omnivore?

Omnivore was an excellent open-source read-later app, but it shut down in late 2024 after being acquired. This is exactly the risk self-hosting mitigates.

Is Shiori a good alternative?

Shiori is primarily a bookmark manager, not a read-later app. It saves article content but lacks the clean reading experience, highlights, and EPUB export that Instapaper users expect.

Comments