Published 3 months ago • Last updated April 29, 2026 • ⏱️ 4 min read

I've been using RSS readers for years. They're the best way to keep up with blogs, news sites, and security research without being at the mercy of algorithmic feeds. But every time I found a reader I liked, the same thing happened: it got acquired, shut down, or started harvesting data.
So I built my own.
The answer is simple: I wanted something I could trust.
Every cloud-based RSS reader stores your reading habits on their servers. They know what you read, when you read it, and how often you visit certain sites. That data is valuable, and eventually, someone decides to monetize it. Or the company gets sold. Or the service just disappears.
I wanted a reader that:
Feedworm does exactly that.
This might seem unusual, but it's actually perfect. As a security researcher, I have DevTools open constantly. Having my feeds right there means I can check them without switching contexts or opening another app.
The DevTools panel gives you a clean, distraction-free reading experience. No browser chrome, no notifications, just your feeds.
When you visit a site with an RSS or Atom feed, Feedworm finds it automatically. Click the extension icon, and you'll see all detected feeds ready to subscribe. No hunting through page source or guessing feed URLs.
Already subscribed to a feed? Feedworm shows it greyed out so you don't accidentally add duplicates.
Here's a feature I'm particularly proud of. When adding a feed, Feedworm analyzes the page content - meta tags, headings, and body text - to suggest relevant category names. It uses word frequency analysis with stop word filtering to surface meaningful terms.
Visit a security blog? It might suggest "Security", "Vulnerability", or "Research". A tech news site? "Technology", "Software", "Programming". You can use a suggestion or type your own.
Feeds and categories are sorted by how often you actually read them. The content you care about most rises to the top automatically. You can also sort by date added or alphabetically if you prefer.
Your sorting preferences persist across sessions - Feedworm remembers how you like things organized.
All your feeds, read states, click counts, and preferences are stored in Chrome's local storage. Nothing is sent anywhere. When you close your browser, your data stays on your machine.
This also means Feedworm works offline for reading previously fetched content.
Feeds refresh automatically once per day, with randomized timing to avoid hammering servers.
Since I built this for my own use as a security researcher, I paid attention to the details:
Feedworm is open source and free. Clone the repository, load it as an unpacked extension, and you're ready to go.
No account required. No data collected. No acquisition risk.
Just a simple RSS reader that respects your privacy.
You can grab the source from Github. It now available on the Chrome web store.
Made by Gareth Heyes