{"id":515799,"url":"https://jangernert.github.io/FeedReader","last_synced_at":"2025-08-13T02:33:53.667Z","repository":{"id":36874241,"uuid":"41181220","full_name":"jangernert/FeedReader","owner":"jangernert","description":"Modern desktop application designed to complement existing web-based RSS accounts.","archived":true,"fork":false,"pushed_at":"2020-05-23T14:46:24.000Z","size":24981,"stargazers_count":781,"open_issues_count":115,"forks_count":90,"subscribers_count":32,"default_branch":"master","last_synced_at":"2024-08-04T03:03:31.939Z","etag":null,"topics":["feed-reader","flatpak-bundle","gnome","rss"],"latest_commit_sha":null,"homepage":"http://jangernert.github.io/FeedReader/","language":"Vala","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jangernert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-21T23:07:33.000Z","updated_at":"2024-07-11T00:32:00.000Z","dependencies_parsed_at":"2022-07-15T20:17:03.395Z","dependency_job_id":null,"html_url":"https://github.com/jangernert/FeedReader","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jangernert%2FFeedReader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jangernert%2FFeedReader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jangernert%2FFeedReader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jangernert%2FFeedReader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jangernert","download_url":"https://codeload.github.com/jangernert/FeedReader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":216449337,"owners_count":16027730,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["feed-reader","flatpak-bundle","gnome","rss"],"created_at":"2024-01-09T07:34:46.541Z","updated_at":"2024-08-22T09:30:54.043Z","avatar_url":"https://github.com/jangernert.png","language":"Vala","readme":"[![Translation status](https://hosted.weblate.org/widgets/feedreader/-/svg-badge.svg)](https://hosted.weblate.org/engage/feedreader/?utm_source=widget) [![CircleCI](https://circleci.com/gh/jangernert/FeedReader.svg?style=shield)](https://circleci.com/gh/jangernert/FeedReader) [![Bountysource](https://img.shields.io/bountysource/team/jangernert-feedreader/activity.svg)](https://www.bountysource.com/teams/jangernert-feedreader/issues) [![Join the chat at https://gitter.im/Feedreader-dev/Lobby](https://badges.gitter.im/Feedreader-dev/Lobby.svg)](https://gitter.im/Feedreader-dev/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n\u003ca href=\"https://flathub.org/apps/details/org.gnome.FeedReader\"\u003e\u003cimg src=\"https://flathub.org/assets/badges/flathub-badge-i-en.png\" alt=\"Download on Flathub\" width=\"190px\"\u003e\u003c/a\u003e\n\n# This project is no longer activily maintained!\n\nI am for quite some time already working on a spiritual successor called [NewsFlash](https://gitlab.com/news-flash/news_flash_gtk). Its a complete rewrite in rust with an overhauled architecture and a bit more opinionated and focused interface. I hope to have a first preview release ready soon.\nRegarding FeedReader: I am thankful for all the people who helped maintain this project and sent in pull requests the last few years. But currently there is nobody who regularly reviews pull requests, triages bug reports and does releases from time to time. If someone is willing to take over, I am happy to get you started. - Jan Lukas Gernert\n\n \n\n# [FeedReader](http://jangernert.github.io/FeedReader/)\n\nFeedReader is a modern desktop application designed to complement existing web-based RSS accounts. It combines all the advantages of web based services like synchronisation across all your devices with everything you expect from a modern desktop application.\n\n\n\u003cdiv style=\"text-align:center\"\u003e\u003cimg src =\"https://raw.githubusercontent.com/jangernert/feedreader/gh-pages/images/gallery/Screenshot4.png\" /\u003e\u003c/div\u003e\n\nWebsite : http://jangernert.github.io/FeedReader/\u003cbr/\u003e\nFor translators : https://hosted.weblate.org/projects/feedreader/\n\n\n## How to install\nThe Flatpak build works on any distro and will always track the newest release. For that reason, it's the only way we recommend that you install FeedReader (we really don't have the resources to support multiple distro-specific package).\nFor more information about Flatpak and how to use or install it for your distribution see the [Flatpak webpage](http://flatpak.org).\n \n\n## Build from source\n\nThese are the instructions for building and testing locally. We generally\nrecommend that you use the Flatpak build whenever possible though.\n\n### Ubuntu\n\nInstall dependencies:\n\n```bash\nsudo apt-get install \\\n\tbuild-essential \\\n\tmeson \\\n\tninja-build \\\n\tvala \\\n\tpkg-config \\\n\tlibgirepository1.0-dev \\\n\tlibgtk-3-dev \\\n\tlibgumbo-dev \\\n\tlibsoup2.4-dev \\\n\tlibjson-glib-dev \\\n\tlibwebkit2gtk-4.0-dev \\\n\tlibsqlite3-dev \\\n\tlibsecret-1-dev \\\n\tlibnotify-dev \\\n\tlibxml2-dev \\\n\tlibunity-dev \\\n\tlibrest-dev \\\n\tlibgee-0.8-dev \\\n\tlibgstreamer1.0-dev \\\n\tlibgstreamer-plugins-base1.0-dev \\\n\tlibgoa-1.0-dev \\\n\tlibcurl-dev \\\n\tlibpeas-dev \\\n\tlibgumbo-dev\n```\n\n### Fedora\n\nInstall dependencies:\n\n```bash\nsudo dnf install \\\n\tgcc \\\n\tgettext \\\n\tgit \\\n\tgnome-online-accounts-devel \\\n\tgstreamer1-devel \\\n\tgstreamer1-plugins-base-devel \\\n\tgtk3-devel \\\n\tgumbo-parser-devel \\\n\tjson-glib-devel \\\n\tlibcurl-devel \\\n\tlibgee-devel \\\n\tlibnotify-devel \\\n\tlibpeas-devel \\\n\tlibsecret-devel \\\n\tlibsoup-devel \\\n\tlibxml2-devel \\\n\tmeson \\\n\trest-devel \\\n\tsqlite-devel \\\n\tvala \\\n\twebkitgtk4-devel \\\n\tappstream \\\n\tdesktop-file-utils \\\n\tlibunity-devel\n```\n\n### Build\n\n```bash\ngit clone --recursive https://github.com/jangernert/FeedReader\ncd ./FeedReader\nmeson builddir --prefix=/usr\nninja -C builddir install\n# Now run `feedreader`\n```\n","funding_links":[],"categories":["Applications"],"sub_categories":["GUI-based Applications"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/jangernert.github.io%2FFeedReader","html_url":"https://awesome.ecosyste.ms/projects/jangernert.github.io%2FFeedReader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/jangernert.github.io%2FFeedReader/lists"}