Browse free open source RSS software and projects below. Use the toggles on the left to filter open source RSS software by OS, license, language, programming language, and project status.

  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 1
    Easy Feed Editor
    ACTIVE DEVELOPMENT ENDED IN 2011. Use Easy Feed Editor to create your own feed. Easy Feed Editor supports both RSS and ATOM.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 2
    RSS Reader is a mobile J2ME (Java ME) app. that runs on Java enabled phones. User can store multiple RSS/ATOM feeds as bookmarks. Can import from OPLM file or HTML file with links. Can read offline. MIDP 2.0/some MIDP 1.0. Specify which MIDP w/issue
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 3
    MOVED: http://code.google.com/p/rssfilter/ Selects and/or rejects articles from RSS feeds based on keywords you supply. Runs in your taskbar! Originally intended to filter new content from scientific journals such as PRL or the arxiv (cond-mat, etc)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Digital Learning Sciences (DLS) is a mission-centered, not-for-profit organization dedicated to improving learning through the use of digital content and tools.
    Downloads: 1 This Week
    Last Update:
    See Project
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 5
    Extensible, standalone news-feed proxy providing RSS access to existing non-RSS feeds and other XML feed conversions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    jFeedMe

    jQuery based cross-domain feed subscriber and renderer into HTML

    A simple to use jQuery-based scriptlet that allows you to render HTML within a P tag (can be changed to DIV, SPAN etc with minor modifications) from an RSS/XML feed. It is capable of making cross-domain subscriptions without the need of any server-side support. (overcome single origin policy) Features: 1. Low footprint: compact script - 2.25KB (requires jquery-minimal 1.5+) 2. Ease of use: link the script to your html and add an empty <p id='feedPanel' rssurl='<feed url>' feedcount='<number of items you want to display>'> tag. 3. Fully customisable: YMMV depending on your HTML skills (basic is enough). :) 4. Optimised execution with 'wait' indicator. 5. Just need to change relevant paths of the wait animated gif and voila! ******************************************************** NOTE: This is a hobby project under WTFPL, so don't expect prompt support. If you are stuck, feel free to drop me a line from the contact page. ********************************************************
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Aggregated4 is an open-source, news aggregator. It is planned to [initially] support RSS (versions 0.9 to 2.0, and further if applicable), Atom (0.3 to 1.0, and further if applicable), and in subsequent releases podcast catching, Torrent downloads, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Andalus is a high availability, fully featured Islamic library written entirely in Java. It is a technology suitable for nearly any application that requires to make use of integrable Islamic resources. http://openandalus.wordpress.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Web 2.0 framework developed in PHP5 that allows you to develop interoperable, standards-compliant, scalable web applications without having to worry about the complexities of the underlying architecture for the most common of functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    The Blogpolis Software is an easy to use and webbased Blog-Management-System for political Blog-Carnivals. The software is programmed in PHP, uses a MySQL Database and is licensed under the Free Software licence GPL 3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    CI-feed is an atom extension for transmitting build information and status from a continuous integration system to clients.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The system gives us flexibility. Flexibility in the development of various solutions. The modular design and extensive use of the PLO makes the process of developing new modules to the site easy and enjoyable exercise.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Qtopia based RSS/Podcast Aggregator for PMA400 and other mobile devices
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Drupal module to selectively import nodes from external feeds
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    RSS to XMPP Bot. Want a real time /.? Feed /. into your multi user chat room (XMPP) and have fun! Works with any other RSS feeds too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    FeedKit

    FeedKit

    An RSS, Atom and JSON Feed parser written in Swift

    FeedKit is an RSS, Atom and JSON Feed parser written in Swift. Build a URL pointing to an RSS, Atom or JSON Feed. A common scenario in UI environments would be parsing a feed asynchronously from a user-initiated action, such as the touch of a button. Remember, you are responsible for manually bringing the resulting closure to whichever queue is appropriate. Usually to the Main thread, for UI apps, by calling DispatchQueue.main.async. FeedKit adopts Swift 5 Result type, as Result<Feed, ParserError>, and as such, if parsing succeeds you should now have a Strongly Typed Model of an RSS, Atom or JSON Feed, within the Feed enum. The RSS and Atom feed Models are rather extensive throughout the supported namespaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    GRxmlEDIT is a PHP based web application designed to make the manual creation of XML and RSS files easier. A web form allows you to add custom nodes with children, and set their content. The names of each element can be set.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This project is abandonware. There are numerous SQL injection and XSS vulnerabilities in this product and I haven't the time to repair them at the moment. Please do not download.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Location Aware Mobile Assistant (LAMA) provides travelers a dynamic directory service. Users receive information on hotels, restaurants, and more, which are within their vicinity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A blogging engine with a 'keep it simple' philosophy. Designed to be fully buzzword compliant (AJAX, RSS, Web 2.0 - it's all there), logahead lets you effortlessly do what blogs were invented for: Put your words on the web. Just blog.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    MadStore is a Java-based web platform for automatically extracting, generating and publishing Atom web feeds from standard XHTML web pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Meresco is both an OAI Data Provider and a Service Provider. SourceForge is only used to host the source control (subversion). Sources: http://sources.meresco.org/ Binaries: http://repository.cq2.org/ Mail: http://groups.google.com/group/meresco
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MixDEM
    MixDEM a web based ETL tools meant for Web integration, Data transformation and Mashup edition. It include MixDEM ETL Engine created using ZEND Framework, and MixDEM GUI Editor an AJAX IDE that enable developers to quickly and easily create applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    "Plug-in" for MythTV that allows streaming video from popular websites such as Hulu available for viewing through the standard MythVideo interface. For detailed setup instructions, please visit: http://lynx44.wordpress.com/hulu-plug-in-for-mythtv/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A PHP 5 class that allows users to parse the National Weather Service's XML current observation feeds. DEVELOPMENT SUSPENDED
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.