summaryrefslogtreecommitdiff
path: root/home.md
blob: e1ce585532bbb913b431910648382295ee0ae0be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<a href='https://tt-rss.org/images/17.1/shot.png'><img align='right' src='https://tt-rss.org/images/17.1/shot_small.png'></a>

Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader
and aggregator, designed to allow you to read news from any location,
while feeling as close to a real desktop application as possible.

[![](https://tt-rss.org/images/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ADFX5QUG85N3N&lc=en_US&item_name=Tiny%20Tiny%20RSS&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
<a href="https://www.patreon.com/cthulhoo?ty=h"><img src="https://tt-rss.org/images/patreon.png"></a> 
 
<a href="http://www.amazon.com/gp/registry/wishlist/1EEXIVLAAB4WG/ref=topnav_lists_1">My Kindle wishlist</a> (usually empty).

Thanks to everyone for continued support!

Sponsored by https://www.promocodewatch.com

<a href="https://tt-rss.org/gitlab/explore/projects">Other projects on this site</a>

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 depending on a cloud service which may be discontinued at any
    moment
-   Supports
    -   [feed aggregation / syndication](GeneratedFeeds),
    -   [keyboard shortcuts](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](ShareAnything),
    -   internationalization,
    -   [Plugins](Plugins) and [themes](Themes),
    -   detecting and filtering duplicate articles,
    -   podcasts,
    -   [flexible article filtering](ContentFilters),
    -   [JSON-based API](ApiReference),
    -   and much more…
-   Official [Android client](https://tt-rss.org/gitlab/fox/tt-rss-android)

Get in touch
============

**[Read the FAQ before asking questions](FAQ)**

Join [community forums](https://tt-rss.org/forum) if you have any questions, comments or bug reports. Please don't email me with tt-rss support questions, use the forums.

If you're interested in contributing code, check [this page](HowToContribute). 

Requirements
============

You will need a modern web browser on the client side.

Server-side
-----------

You will need a dedicated web hosting account (i.e. a VDS) or access to
a physical server running generic modern [LAMP](http://en.wikipedia.org/wiki/LAMP_(software_bundle)) stack or
compatible.

Everything else, including, but not limited to, shared hosting accounts,
windows and other alternative OSes, NAS boxes, PaaS services of any
kind, is not supported. Not supported in this case meaning: it may work
in your particular case but if you have problems you are on your own.

Additionally, tt-rss requires:

-   PHP version **5.4** or newer ([detailed PHP requirements](PhpCompatibilityNotes))
-   [PostgreSQL](http://www.postgresql.org) (**9.1** or newer) or
    [MySQL](http://www.mysql.com) (**InnoDB is required**, MyISAM will
    not work).

While you can use either database, PostgreSQL should run tt-rss faster and is, in general, 
a much more reliable choice.

Download
========

Tiny Tiny RSS uses a [rolling release](https://tt-rss.org/forum/viewtopic.php?f=10&t=3262) model based on [git master branch](https://tt-rss.org/gitlab/fox/tt-rss/commits/master) which is considered stable.

There’s no warranty. If it breaks you get to keep both parts.

Please read the [installation guide](InstallationNotes) and [UpdatingFeeds](UpdatingFeeds) before installing.