By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: Can’t keep open-source software updates? Here is how I do it
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > News > Can’t keep open-source software updates? Here is how I do it
News

Can’t keep open-source software updates? Here is how I do it

News Room
Last updated: 2025/09/29 at 6:03 PM
News Room Published 29 September 2025
Share
SHARE

There are many excellent free and open-source software projects, but keeping track of all she can be difficult, especially if they don’t have blogs or other traditional communication channels. Fortunately, you can still keep track of most software projects in one simple feed, thanks to some hidden functions and the magic of RSS.

Part of my work as a news editor Geek Follow hundreds of software projects on interesting updates and changes. These changes can often be in news articles, such as our reporting of game emulators and self-hosted apps, or serve as inspiration for guides and editors. Unfortunately, some of those projects do not have blogs, social media accounts or other simple ways to keep track of them, but there are temporary solutions.

First get an RSS reader

The core component of this setup is an RSS reader. You may have used an RSS reader for keeping track of news, blogs and podcasts, but they are also excellent tools for monitoring software projects. Even if a certain project does not have a full blog with a working RSS feed, one of the software repositories or social media accounts can offer a feed.

Remark: RSS -Feeds and atomic feeds are different technologies, but most RSS readers are compatible with both sizes, so I use RSS and atom for this guide.

If you do not yet have RSS reader, I recommend starting with Feedly or Inoreader, which can synchronize your feeds and which items you have read on multiple devices. There are also many RSS clients for desktop and mobile platforms, some of which can be fully executed on your local device, and some that connect to cloud services. For example, I use the Reeder app on my Mac. Most RSS services and customers can import and export your feeds with OPML files, so if you want to move to another reader in the future, the process is just a few clicks.

Once your RSS reader is ready, you can start adding feeds for software projects. In the Feedly Web app, for example, click on ‘Follow sources’ in the sidebar and stick the RSS feed -Eurl.

You can organize your feeds in different folders. I have all my software feeders in one folder, but maybe you want to sort them by platform or category, such as grouping all emulators.

Add blogs

Firstly, some software projects have special blogs with functioning RSS FEEDS. I will use the dolphin emulator as an example. Dolphin has hosted a blog at this web address:

https:

If you stick that into some RSS readers, they will automatically find the RSS feed in the HTML source code of the page. If that does not work, you may need to provide the direct RSS food connection, which in the case of Dolphin is this:

https:

Some blogs, such as the blog of the Dolphin Project, have an RSS button that links directly to the feed – you simply copy the link and stick them into your reader. The button is usually a dot with two curved lines that expand out, sometimes with an orange color.

If you still cannot find the feed and your RSS reader cannot find it, it may still be in the source code of the page. With the blog open in your browser, right-click on an empty place and select the option to view the page source.

View page -Source option in Firefox

Then open the ‘Find in Page’ tool, usually the CTRL+F or CMD+F -Snelt test, and look for “alternative” on the page. If you see a link tag with “Atom” or “RSS” if the type, that should be an RSS feed link.

RSS -Feed coupled in HTML -Broncode

The extra step of digging by HTML code is certainly annoying, but it should not be necessary with most sites and reader apps.

Add Github -Feeds

If a software project is hosted on Github, or has an official mirror on Github, you can follow it with various RSS FEEDS. If you replace “Repo” with the name of the repository and “user” by the Github account that owns the repository, you can add this RSS feed to keep track of releases:

https:

This follows all commits to a repository:

https:

This follows all new tags that some projects use in addition to or instead of releases:

https:

This follows all activities of a specific user in all (public) repositories, such as commits, Pull requests and provides comments:

https:

Time for some examples. The Caliber Ebook Manager uses Github for its code positor and new versions are correctly set as releases on Github. That means that I can follow new releases with this feed:

https:

In the meantime, the Dolphin Emulator Repository does not use the releases on Github function, but it does create new tags for every release. If you wanted to know when a new release was available or was available soon, you should add the tags feed:

https:

What if a software project does not use releases or tags and the regular commit feed is too noisy? You can still set a feed that changes An File in a repository. Caliber, for example, has a Changelog text file that has been updated for every release. If you want a feed for changes to that specific file, open it on Github and click the History button.

History button on a text file on Github

This brings you to the commit history of the file, with this URL:

https:

To get an RSS feed of that history, just add “.atom” at the end:

https:

Most projects use the Tags or Releases function for new versions, but if you want to follow changes outside of new releases, the Commit Feeds are useful.

Add Gitlab -Feeds

If a project is hosted on a Gitlab repository, you will get a lot of the same RSS functions as Github. However, Gitlab is useful enough to offer RSS buttons, so that you don’t have to make your own feed -Url’s. For example, if you visit the repository for the Freedesktop SDK, the pages of the releases and tags have both RSS buttons in the right corner of the page.

RSS button on a GitLab project

You just copy and stick that URL into your RSS reader, and you’re done. Just like with Github projects, some repositories use releases and tags for new versions, some use only tags and a few use either.

Bronforce -Feeds Add

Sourceforge is not as popular today as it once was, but it also has great RSS nutrition support. With the help of the 7-ZIP repository as an example, you can find RSS button couplings in the sections for project activity, news, Wiki and files.

RSS button on a Sourceforge project

Just like Gitlab, the RSS -Links are clearly visible on every page, so you don’t have to dig for them. Github, take notes.

Blusky and Mastodon -Feeds Add

Although Facebook, Instagram, Twitter/X and other social media platforms do not offer RSS -FEEDS for individual accounts, it is an option with bluesky and mastodon. If a certain software project (or one of the most important developers) has an account about bluesky or mastodon, this can be a great way to keep track of news and upcoming events.

For a Bluesky account you only need the URL to the profile and then add “/RSS” to the end. For example, the profile of the Blender project has this web address:

https:

The RSS feed for that profile looks like this:

https:

For Mastodon you simply add .rss at the end of a profile -Url. Here is the profile page for the blender project on the Mastodon.Social server:

https:

The RSS feed looks like this:

https:

If a software project has accounts on both sites, you may want to consider both adding both. That can give you double messages in your reader, but if one account stops working or is deleted, you will still get messages from the other. This is especially important for mastodone profiles – if the account goes from one server to another, your feed will not be migrated automatically.


These are the most ways in which I follow updates and general news for software projects, even if they do not have a functioning blog or other communication channels. These tips do not deal with every conceivable scenario, such as projects that only communicate through Discord channels, but they helped me to monitor hundreds of projects of one feed.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article Kuaishou sees revenue growth slow in Q2, Sora-like Kling generates over 10 million AI videos · TechNode
Next Article Timeless Biotech is Using an AI Software to Help Clinicians Delay Menopause and Promote Ovarian Longevity
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

Snapdragon X2 Elite Extreme Benchmarks Show M4 Max-Like Performance For Windows – BGR
News
Landing Page Analytics: Why Traditional Tools Fail | HackerNoon
Computing
Nearly 200K BMWs recalled over possible fire risk
News
Understanding Why Partnering with Plankton Energy Is Worth It for Your Newton or Longmeadow Property
Gadget

You Might also Like

News

Snapdragon X2 Elite Extreme Benchmarks Show M4 Max-Like Performance For Windows – BGR

6 Min Read
News

Nearly 200K BMWs recalled over possible fire risk

2 Min Read

More questions than answers surround Trump’s TikTok deal

5 Min Read
News

Galaxy Ring gets stuck to its owner’s finger because of a swollen battery

5 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?