### Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator ### Sponsored by Knoji: Retail Discounts BluePromoCode.com ## Features - Server-side AJAX-powered application, user only needs a web browser. - 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](https://duckduckgo.com/?q=if+it%27s+free+you+are+the+product&t=h_&ia=web) - Supports - [feed aggregation / syndication](wiki/GeneratedFeeds), - [keyboard shortcuts](wiki/KeyboardShortcuts), - OPML import/export, - multiple ways to share stuff: via RSS feeds, using plugins to various social sites, sharing by URL, etc, - [sharing arbitrary content through tt-rss](wiki/ShareAnything), - internationalization, - [Plugins](wiki/Plugins) and [themes](wiki/Themes), - embedding full article content via readability and site-specific plugins, - detecting and filtering duplicate articles, - podcasts, - [flexible article filtering](wiki/ContentFilters), - [JSON-based API](wiki/ApiReference), - and much more… - Official [Android client](https://tt-rss.org/tt-rss-android) ([Apkmonk](https://www.apkmonk.com/app/org.fox.ttrss/)) ([F-Droid repo](https://discourse.tt-rss.org/t/f-droid-repository-for-tt-rss/1321)) ## Get in touch * **[Read the FAQ before asking questions](wiki/FAQ)** * Join [community forums](https://discourse.tt-rss.org/) or [jabbber group chat](https://discourse.tt-rss.org/t/come-idle-with-us-on-jabber-xmpp/1886) if you have any questions, comments or bug reports. * Previous (phpbb) forum archive is available here. ## Contributing * If you're interested in contributing code, check [this page](https://git.tt-rss.org/git/tt-rss/src/master/CONTRIBUTING.md). * If you want to help translate tt-rss to your language, go [here](https://weblate.tt-rss.org/projects/). Translation status ## Requirements * A modern web browser. As of 2018, this generally means recent Firefox (ESR is fine) or Chrome. * Dedicated web hosting account (i.e. a VDS or a physical server) running [LAMP](http://en.wikipedia.org/wiki/LAMP_(software_bundle)) stack. Everything else, including but not limited to, shared hosting accounts, windows and other alternative OSes, NAS boxes, PaaS services of any kind, alternative web browsers (or old browser versions), is not supported. That is, it may work for you but if you run into problems you are on your own. Additionally, you will need: - PHP version **5.6** or newer ([detailed PHP requirements](wiki/PhpCompatibilityNotes)) - [PostgreSQL](http://www.postgresql.org) (**9.1** or newer) or [MySQL](http://www.mysql.com) - InnoDB is required. While you can use either database, PostgreSQL should run tt-rss significantly faster and is, in general, a much more reliable choice. Also, some minor features are exclusive to PostgreSQL. **Important:** only InnoDB database engine is supported on MySQL. While you technically can force tt-rss schema under MyISAM you will experience various glitches due to missing functionality (foreign keys, cascade deletes, etc.). ## Download Tiny Tiny RSS uses a rolling release model based on git master branch which is considered stable. **Note:** if you can't check out from main git repository (one common reason is Cloudflare disliking your IP), try using Gitlab mirror [here](https://gitlab.com/gothfox/tt-rss). There’s no warranty. If it breaks you get to keep both parts. Please read the [installation guide](wiki/InstallationNotes) and [updating feeds](wiki/UpdatingFeeds) before installing.