% Tiny Tiny RSS #### Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator ## Features - Free software, licensed under [GNU GPLv3](http://www.gnu.org/copyleft/gpl.html); - Self-hosted: control your own data and protect your privacy instead of relying on third party services; - Supports: - [feed aggregation / syndication](GeneratedFeeds), - keyboard shortcuts, - OPML import/export, - multiple ways to share stuff: export RSS feeds, plugins for various social sites, sharing by URL, etc, - [sharing arbitrary content through tt-rss](ShareAnything), - [Plugins](Plugins) and [themes](Themes), - embedding full article content via readability and site-specific plugins, - deduplication, including [perceptual hashing](https://git.tt-rss.org/fox/ttrss-perceptual-image-hash) for images, - podcasts, - [flexible article filtering](ContentFilters), - [JSON API](ApiReference), - and [much more](https://git.tt-rss.org/explore/repos?q=plugin&topic=1)… - [Android client](https://gitlab.tt-rss.org/tt-rss/tt-rss-android/-/releases); ## Demo See [here](https://demo.tt-rss.org/) (login as ``demo``, ``demo``). Automatically reset every two hours which might log you out. ## Get in touch Join [community forums](https://community.tt-rss.org/) if you have questions or need to report a bug. If you absolutely need to contact me directly because of something important (i.e. responsible disclosure of a security issue), use [this](mailto:cthulhoo@gmail.com) email address. ## Installation You will need the following: * A modern web browser. This generally means recent Chrome or compatible; * A server (VDS or physical) running Docker; ### [Docker installation guide](InstallationNotes) Tiny Tiny RSS uses continuous development model based on [git master branch](https://git.tt-rss.org/fox/tt-rss.git/) which is considered stable. If possible, you should always be running latest master branch code. There’s no warranty. If it breaks you get to keep both parts.