RSSHub-Radar is a free, open source browsers & extensions project written in TypeScript and released under AGPL-3.0. It has 7,339 GitHub stars, 419 forks and 69 open issues, and was last pushed 17 days ago. On this registry it ranks #41 of 65 tracked projects in Browsers & Extensions, with 5 head-to-head comparisons available. It gained 3 stars over the last 3 tracked days.

What is RSSHub-Radar?

What it is

RSSHub Radar is a browser extension, written in TypeScript and released under the AGPL-3.0 license, that simplifies finding and subscribing to RSS feeds and RSSHub routes. It is a spin-off project of RSSHub and lives in the browser-extension ecosystem, with published builds for Chrome, Firefox, Edge, and the Apple App Store. The project has been public for roughly seven years and carries 7,335 stars, 418 forks, and 69 open issues.

The concrete problem it solves is discovery. A visitor landing on a page often has no obvious way to learn whether that site publishes an RSS feed, or whether RSSHub exposes a route for it. RSSHub Radar inspects the current page and surfaces both answers in the browser toolbar, then hands the result to a feed reader in one click. Instead of guessing feed URLs or searching an external route directory, the user sees what is available for the page already open.

Key capabilities

  • Discovers and subscribes to the RSS feeds associated with the current page.
  • Explores and subscribes to the RSSHub routes supported by the current page.
  • Identifies which RSSHub routes a given website supports.
  • Offers one-click subscription into Tiny Tiny RSS, Miniflux, FreshRSS, Feedly, Inoreader, Feedbin, The Old Reader, Feeds.Pub, and Local Reader.
  • Ships as a Manifest V3 build for Chrome and Chromium-based browsers, and as a Firefox add-on.
  • Distributes through the Chrome Web Store, the Mozilla Add-ons site, the Microsoft Edge Add-ons store, and the Apple App Store.

Who uses it and how

  • Readers who already run a self-hosted reader such as Tiny Tiny RSS, Miniflux, or FreshRSS use the extension to push a newly found feed straight into their own instance.
  • Users of hosted services including Feedly, Inoreader, Feedbin, and The Old Reader subscribe without copying feed URLs by hand.
  • People browsing sites that publish no native feed rely on the RSSHub route detection to reach a generated feed for that page.
  • Users of Local Reader and Feeds.Pub subscribe locally or through those services from the same toolbar popup.
  • Developers working on the extension itself run a development server, with WXT documented as the reference toolchain.

Getting started

Install from a web store, or download the `chrome-mv3-prod

project readme (upstream, from github) — read inline

RSSHub

RSSHub Radar

Browser extension that simplifies finding and subscribing RSS and RSSHub.

Everything is RSSible

version users rating

Mozilla Add-on Mozilla Add-on Mozilla Add-on

iTunes App Store

Tested for compatibility with the following browsers (other Chromium-based browsers should also work):

Introduction

Telegram group | Telegram channel

RSSHub Radar is a spin-off project of RSSHub, a browser extension that simplifies finding and subscribing RSS and RSSHub.

  • Discover and subscribe to the RSS feeds associated with the current page effortlessly.
  • Explore and subscribe to the RSSHub supported by the current page promptly.
  • Easily identify the RSSHubs supported by the current website quickly.
  • Supports one-click RSS subscription for various platforms including Tiny Tiny RSS, Miniflux, FreshRSS, Feedly, Inoreader, Feedbin, The Old Reader, Feeds.Pub, Local Reader...

image image image

Install

Webstore

Manual installation

First download the corresponding version of chrome-mv3-prod.zip from the releases page and unzip it

Chrome install extension:

Open chrome://extensions/

Open the upper right corner Developer mode

Click Load unpacked extension in the upper left corner

Select the unzipped extension directory containing manifest.json

Firefox install extension:

Open about:debugging

Click Load Temporary Extension in the upper right corner

Select the manifest.json file in the unzipped extension directory

Join us

Start the Development Server

Also refer to: https://wxt.dev/guide/installation

pnpm i
pnpm dev

or use npm

npm install
npm run dev

Get the .output/chrome-mv3 directory, the installation method refers to [manual installation](#manual installation)

Submit New RSSHub Radar Rules

See documentation

Author

RSSHub Radar © DIYgod, Released under the AGPL-3.0 License.
Authored and maintained by DIYgod with help from contributors (list).

Blog @DIYgod · GitHub @DIYgod · Twitter @DIYgod · Telegram Channel @awesomeDIYgod

Frequently asked questions

Is RSSHub-Radar free to use?

RSSHub-Radar is open source under the AGPL-3.0 licence. There is no licence fee and no seat count — you can self-host it or, where the project offers one, pay a vendor for a managed version instead.

What does RSSHub-Radar do?

🧡 Browser extension that simplifies finding and subscribing RSS and RSSHub

What is RSSHub-Radar written in?

RSSHub-Radar is primarily written in TypeScript. Its source is publicly available at https://github.com/DIYgod/RSSHub-Radar, and it has 7,339 GitHub stars.