Wallabag

productivityprivacy

Self-hosted read-later app that saves articles in a clean, ad-free reading view. Sync to iOS, Android, Kindle, and e-readers via RSS. No third-party service holds your reading list

#read-later#articles#bookmarks#reading#self-hosted

Quick Start

docker run -d -p 80:80 -v wallabag_data:/var/www/wallabag/data -v wallabag_images:/var/www/wallabag/web/assets/images wallabag/wallabag:latest

Overview

Wallabag is a self-hosted read-later service. Save an article from any browser using the extension or bookmarklet, and Wallabag fetches the full text, strips the surrounding page clutter, and stores a clean reading copy on your server. No ads, no tracking pixels, no content that disappears when a publication takes it down. The article is yours.

The reading experience is clean and works across devices. The iOS and Android apps sync your reading list and track progress. Articles can be exported or sent to a Kindle by RSS or email, which is useful for long-form reading you would rather not do on a phone screen.

Tagging and annotations turn Wallabag into a light-weight research archive. Tag articles as you save them, annotate passages, and search the full text of everything you have ever saved. For anyone building a reading habit around a specific topic, it functions as a personal clippings library that does not depend on a subscription service staying operational.

The limitations are practical ones. Article extraction is a best-effort operation — it works well on standard blog posts and news articles, but pages with heavy JavaScript rendering, paywalled content, or unusual layouts often save incorrectly or incompletely. Pocket and Instapaper have had years to refine their extractors; Wallabag’s is solid but not always as reliable on edge cases.

The mobile apps cover the basics but have not seen major redesigns in a while. If the Pocket or Instapaper app experience is a priority, Wallabag is a functional but less polished alternative. If ownership of your reading data and no subscription fees are the priority, it handles those well.

Wallabag: Pros & Cons

Pros (The Wins)Cons (The Friction)
Clean extraction:
Strips ads and clutter;
saves readable article text.
Extraction quality varies:
JS-heavy or paywalled pages
often save poorly.
Kindle delivery:
RSS and email export
for e-reader reading.
App polish:
Mobile apps functional but
behind Pocket and Instapaper.
Tagging and search:
Full-text search across
everything you have saved.
No smart organisation:
No AI tagging or
content recommendations.
12.7k stars:
Browser extensions, iOS,
Android all available.
PHP + database required:
More setup than single-binary
alternatives.

Use Cases

Specific ways to use Wallabag for your workflow.

01
Save articles from any browser to read later on your phone or Kindle without sending them to Pocket or Instapaper
02
Build a personal archive of articles and research that you own and can search indefinitely
03
Send long-form web content to a Kindle for distraction-free reading on a dedicated device
04
Tag and annotate saved articles for a personal knowledge base without a subscription fee

Deployment Strategy

Recommended ways to host Wallabag in your own environment.

docker
self-hosted