<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>FOSS United - Upcoming Events</title>
    <description>Stay updated with upcoming FOSS events, conferences, meetups,
        and hackathons across India</description>
    <link>https://fossunited.org/events/timeline</link>
    <language>en-us</language>
    <lastBuildDate>Tue, 18 Aug 2026 15:13:36 -0000</lastBuildDate>
    <pubDate>Tue, 18 Aug 2026 15:13:36 -0000</pubDate>
    <ttl>600</ttl>
    <atom:link href="https://fossunited.org/events/timeline/rss" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>OpenHack &apos;26 – SF Block, Bannari Amman Institute of Technology, Sathyamangalam, Tamil Nadu</title>
      <description>
        <![CDATA[
        <h3>OpenHack '26</h3>
        <p><strong>Type:</strong> Hackathon</p>
        <p><strong>Chapter:</strong> Bannari Amman Institute of Technology-FOSS Club</p>
        <p><strong>Location:</strong> SF Block, Bannari Amman Institute of Technology, Sathyamangalam, Tamil Nadu</p>
        <p><strong>Start:</strong> 21 August 2026, 08:45 AM</p>
        <p><strong>End:</strong> 21 August 2026, 05:00 PM</p>
        <p><img src="https://fossunited.org/files/banner3386ebup.png" alt="OpenHack '26"
            style="max-width: 600px; height: auto;"/></p><div><p>OpenHack ‘26 is an intensive 8-hour sprint Hackathon for builders and innovators. The event challenges students to collaborate and build impactful solutions to real-world problems using exclusively open-source technologies. Ultimately, it aims to instill software development best practices, emphasizing transparent version control and collaborative workflows. This is a college internal Hackathon. Students from all years are eligible to participate.</p><p>Date: 21st August, 2026</p><p></p><p><br></p></div><p><a href="https://fossunited.org/c/bannari-amman-institute-of-technology/open-hack-26">View Event Details →</a></p>]]></description>
      <dc:creator>Bannari Amman Institute of Technology-FOSS Club</dc:creator>
      <link>https://fossunited.org/c/bannari-amman-institute-of-technology/open-hack-26</link>
      <guid isPermaLink="false">https://fossunited.org/c/bannari-amman-institute-of-technology/open-hack-26</guid>
      <pubDate>Fri, 21 Aug 2026 08:45:00 -0000</pubDate>
      <category>Hackathon</category>
    </item>
    
    <item>
      <title>August FOSS Activity – CCC, NITK Surathkal</title>
      <description>
        <![CDATA[
        <h3>August FOSS Activity</h3>
        <p><strong>Type:</strong> Meet Up</p>
        <p><strong>Chapter:</strong> Mangalore-City Community</p>
        <p><strong>Location:</strong> CCC, NITK Surathkal</p>
        <p><strong>Start:</strong> 30 August 2026, 10:00 AM</p>
        <p><strong>End:</strong> 30 August 2026, 12:00 PM</p>
        <div><p>This will be the 13th FOSS Meetup of FOSS Mangalore!<br><br>Location: CCC, NITK Surathkal</p></div><p><a href="https://fossunited.org/c/mangalore/activity-aug-2026">View Event Details →</a></p>]]></description>
      <dc:creator>Mangalore-City Community</dc:creator>
      <link>https://fossunited.org/c/mangalore/activity-aug-2026</link>
      <guid isPermaLink="false">https://fossunited.org/c/mangalore/activity-aug-2026</guid>
      <pubDate>Sun, 30 Aug 2026 10:00:00 -0000</pubDate>
      <category>Meet Up</category>
    </item>
    
    <item>
      <title>RAGForge – TP-1, 8th Floor, Turing Hall, SRM KTR</title>
      <description>
        <![CDATA[
        <h3>RAGForge</h3>
        <p><strong>Type:</strong> Workshop</p>
        <p><strong>Chapter:</strong> SRM KTR-FOSS Club</p>
        <p><strong>Location:</strong> TP-1, 8th Floor, Turing Hall, SRM KTR</p>
        <p><strong>Start:</strong> 31 August 2026, 10:00 AM</p>
        <p><strong>End:</strong> 31 August 2026, 02:00 PM</p>
        <p><img src="https://fossunited.org/files/Vaibhav's Work-34.png" alt="RAGForge"
            style="max-width: 600px; height: auto;"/></p><div><h1><strong>RAGForge: Build Your Own Local AI Knowledge Assistant</strong></h1><p>Ever wondered how AI can answer questions from your own documents? What if you could run an AI model locally and build an application that can understand and retrieve information from your own data?</p><p><strong>RAGForge</strong>&nbsp;is a hands-on workshop organized by&nbsp;<strong>FOSS-SRM</strong>&nbsp;that takes you from the fundamentals of Large Language Models (LLMs) to building your own&nbsp;<strong>Retrieval-Augmented Generation (RAG)</strong>&nbsp;application.</p><p>In this workshop, you will explore how modern AI applications work under the hood and learn how different components come together to create a document-aware AI assistant.</p><h3><strong>What you’ll explore:</strong></h3><ul><li><p>Understanding Large Language Models (LLMs)</p></li><li><p> Running LLMs locally using&nbsp;<strong>Ollama</strong></p></li><li><p> Working with&nbsp;<strong>Qwen</strong></p></li><li><p> Processing and chunking documents</p></li><li><p> Understanding and generating&nbsp;<strong>embeddings</strong></p></li><li><p> Storing and retrieving information using&nbsp;<strong>vector databases</strong></p></li><li><p>Understanding semantic search and retrieval</p></li><li><p>Building a complete&nbsp;<strong>RAG pipeline</strong></p></li><li><p> Integrating the LLM and RAG pipeline into an application</p></li><li><p> Creating a user-friendly interface using&nbsp;<strong>Streamlit</strong></p></li></ul><h3><strong>What you’ll build</strong></h3><p>By the end of the workshop, you’ll build a&nbsp;<strong>local AI knowledge assistant</strong>&nbsp;that can take a document, retrieve relevant information from it, and use an LLM to generate meaningful answers to your questions.</p><p>The complete pipeline will look like:</p><p><strong>Document → Chunking → Embeddings → Vector Database → Retrieval → Qwen → Answer</strong></p><p>No prior experience with RAG is required. Basic familiarity with Python and a willingness to learn and experiment is recommended.</p><p>This is a&nbsp;<strong>hands-on workshop</strong>, so bring your laptop, be ready to code, experiment, break things, fix them, and most importantly — build something of your own.</p><p><strong>Come curious. Leave with your own AI application.</strong></p><p>Organized by&nbsp;<strong>FOSS-SRM</strong>.</p></div><p><a href="https://fossunited.org/c/srm-ktr/ragforge">View Event Details →</a></p>]]></description>
      <dc:creator>SRM KTR-FOSS Club</dc:creator>
      <link>https://fossunited.org/c/srm-ktr/ragforge</link>
      <guid isPermaLink="false">https://fossunited.org/c/srm-ktr/ragforge</guid>
      <pubDate>Mon, 31 Aug 2026 10:00:00 -0000</pubDate>
      <category>Workshop</category>
    </item>
    
    <item>
      <title>Sudo Reboot – Techies Park, Christ College of Engineering, Irinjalakuda, Thrissur - 680125</title>
      <description>
        <![CDATA[
        <h3>Sudo Reboot</h3>
        <p><strong>Type:</strong> Linux Installation Party</p>
        <p><strong>Chapter:</strong> Christ College of Engineering-FOSS Club</p>
        <p><strong>Location:</strong> Techies Park, Christ College of Engineering, Irinjalakuda, Thrissur - 680125</p>
        <p><strong>Start:</strong> 05 September 2026, 09:00 AM</p>
        <p><strong>End:</strong> 05 September 2026, 04:30 PM</p>
        <p><img src="https://fossunited.org/files/FOSS UNITED EVENT TEMPLATE5fdd14.png" alt="Sudo Reboot"
            style="max-width: 600px; height: auto;"/></p><div><p>🟢 <em>SUDO REBOOT | BRAND NEW INSTALLATION DAY</em></p><p>Ready to break the default and build your own system? 💻🐧<br>FOSS CCE presents SUDO REBOOT — a brand-new installation day designed to get you started with Linux, open-source tools, and the FOSS community.<br>What’s happening? 🚀</p><p>🐧 Linux Installation Drive<br>🗺️ OpenStreetMap Collaboration<br>🔎 Treasure Hunt<br>📸 Photo Contest<br>No prior Linux experience needed.<br>Just bring your laptop and leave with Linux! 🐧💚</p><h2><br><strong> EVENT POSTPONED! New date and time will be shared soon!</strong></h2><p><br>📍 Venue : Room no 509, Chavara Block, Christ College of Engineering, Irinjalakuda, Thrissur - 680125</p><p>REGISTER NOW ⏬<br>🔗 RSVP: <a target="_blank" rel="noopener noreferrer nofollow" href="https://fossunited.org/c/christ-college-of-engineering/sudo-reboot/rsvp">https://fossunited.org/c/christ-college-of-engineering/sudo-reboot/rsvp</a><br>☞ No prior Linux experience needed.<br>✯ Just bring your laptop and leave with Linux! 🐧💚</p><p>Coordinators</p><ul><li><p>G. Varun (S3 CS - C): +91 90480 35588</p></li><li><p>Geo George (S5 CS - B): +91 7356574859</p></li></ul><p><em>Break the default. Build your own system.</em> 💚<br>#SudoReboot #FOSSCCE #Linux #OpenSource #LinuxInstallation #FOSS #CCE #OpenStreetMap #LinuxCommunity</p></div><p><a href="https://fossunited.org/c/christ-college-of-engineering/sudo-reboot">View Event Details →</a></p>]]></description>
      <dc:creator>Christ College of Engineering-FOSS Club</dc:creator>
      <link>https://fossunited.org/c/christ-college-of-engineering/sudo-reboot</link>
      <guid isPermaLink="false">https://fossunited.org/c/christ-college-of-engineering/sudo-reboot</guid>
      <pubDate>Sat, 05 Sep 2026 09:00:00 -0000</pubDate>
      <category>Linux Installation Party</category>
    </item>
    
    <item>
      <title>OpenSpeaks/Community language documentation and archiving training – Kochi</title>
      <description>
        <![CDATA[
        <h3>OpenSpeaks/Community language documentation and archiving training</h3>
        <p><strong>Type:</strong> Workshop</p>
        <p><strong>Chapter:</strong> </p>
        <p><strong>Location:</strong> Kochi</p>
        <p><strong>Start:</strong> 07 September 2026, 12:00 PM</p>
        <p><strong>End:</strong> 07 September 2026, 03:00 PM</p>
        <p><strong>⭐ Must Attend Event</strong></p><p><img src="https://fossunited.org/files/OpenSpeaks_Training_Workshop,_Kochi_-_7_September_2026.svg.png" alt="OpenSpeaks/Community language documentation and archiving training"
            style="max-width: 600px; height: auto;"/></p><p><a href="https://fossunited.org">View Event Details →</a></p>]]></description>
      <dc:creator></dc:creator>
      <link>https://fossunited.org</link>
      <guid isPermaLink="false">https://fossunited.org</guid>
      <pubDate>Mon, 07 Sep 2026 12:00:00 -0000</pubDate>
      <category>Workshop</category>
    </item>
    
    <item>
      <title>Maintainer Summit – Samagata Foundation</title>
      <description>
        <![CDATA[
        <h3>Maintainer Summit</h3>
        <p><strong>Type:</strong> Meet Up</p>
        <p><strong>Chapter:</strong> IndiaFOSS-Chapter</p>
        <p><strong>Location:</strong> Samagata Foundation</p>
        <p><strong>Start:</strong> 25 September 2026, 09:00 AM</p>
        <p><strong>End:</strong> 25 September 2026, 05:00 PM</p>
        <p><strong>⭐ Must Attend Event</strong></p><p><img src="https://fossunited.org/files/IndiaFOSS-dp.png" alt="Maintainer Summit"
            style="max-width: 600px; height: auto;"/></p><div><p>The Maintainer Summit is a dedicated event for open-source and open-commons maintainers to get together and discuss their perspectives before IndiaFOSS. This is an unconference-style event, which means the schedule of sessions is decided upon by the attendees at the venue.</p><p><br></p><p>There will be a few relevant sessions for Indian Maintainers (think sustainability, grants, burnout, community) but the bulk of the schedule will be left open for the attendees. If your team would like to spend some time before IndiaFOSS to work together, we will have the space to make that happen as well.</p><p></p><ol><li><p>This is an unconference, so scheduling will be fluid and happen at the venue.</p></li><li><p>Internet &amp; Lunch will be available at the venue.</p></li><li><p>You can spend your time working with your colleagues as well, we will have space available for the same.</p></li><li><p>Please reach on time. Since this is an unconference, you don't know what you'll be missing by reaching late.</p></li><li><p>If you can't make it to the event, please let us know over email.<br></p></li></ol><p>The organizing team is there to provide the support structure, the maintainers make the summit. This is a maintainer only event. As long as you are a core maintainer for a mid-large open-source or open-commons project, please apply. If you are unsure that you qualify - please apply.</p><p></p><p>This event is a continuation of Maintainer Meetups we've been organising throughout the year, see <a target="_blank" rel="noopener noreferrer" href="https://forum.fossunited.org/t/maintainer-meetups-2026/7917">thread</a> here for more details. Reach out to <a target="_blank" rel="noopener noreferrer" href="mailto:maintainers@fossunited.org">maintainers@fossunited.org</a> for any clarifications.</p><p><strong>Venue: </strong>Samagata Foundation, Church Street</p></div><p><a href="https://fossunited.org/c/indiafoss/maintainer-summit">View Event Details →</a></p>]]></description>
      <dc:creator>IndiaFOSS-Chapter</dc:creator>
      <link>https://fossunited.org/c/indiafoss/maintainer-summit</link>
      <guid isPermaLink="false">https://fossunited.org/c/indiafoss/maintainer-summit</guid>
      <pubDate>Fri, 25 Sep 2026 09:00:00 -0000</pubDate>
      <category>Meet Up</category>
    </item>
    
    <item>
      <title>Workshops @ IndiaFOSS 2026 – Nimhans Convention Center, Bengaluru</title>
      <description>
        <![CDATA[
        <h3>Workshops @ IndiaFOSS 2026</h3>
        <p><strong>Type:</strong> Workshop</p>
        <p><strong>Chapter:</strong> IndiaFOSS-Chapter</p>
        <p><strong>Location:</strong> Nimhans Convention Center, Bengaluru</p>
        <p><strong>Start:</strong> 25 September 2026, 10:00 AM</p>
        <p><strong>End:</strong> 25 September 2026, 05:00 PM</p>
        <p><strong>⭐ Must Attend Event</strong></p><p><img src="https://fossunited.org/files/IndiaFOSS-dp.png" alt="Workshops @ IndiaFOSS 2026"
            style="max-width: 600px; height: auto;"/></p><div><div class="ql-editor read-mode"><p><strong>Tickets - Opening Soon!</strong></p><p>IndiaFOSS conference tickets do not provide access to Workshops. Tickets for workshops need to be purchased separately here.</p><p><br></p><p>Schedule slots to be confirmed soon!</p><p><br></p><h4>Workshop Details<br></h4><ol><li data-list="ordered"><span class="ql-ui" contenteditable="false"></span><a href="https://fossunited.org/c/indiafoss/2026/cfp/ckem4dj2uv" rel="noopener noreferrer">Adding places to OpenStreetMap (outdoor workshop)</a></li><li data-list="ordered"><span class="ql-ui" contenteditable="false"></span><a href="https://fossunited.org/c/indiafoss/2026/cfp/699fhigvkl" rel="noopener noreferrer">Fun and Profit with OCaml</a></li><li data-list="ordered"><span class="ql-ui" contenteditable="false"></span><a href="https://fossunited.org/c/indiafoss/2026/cfp/aa41tetjb5" rel="noopener noreferrer">Digital Security for Journalists, Activists, and Everyday Internet Users: A Hands-On FOSS Workshop</a></li><li data-list="ordered"><span class="ql-ui" contenteditable="false"></span><a href="https://fossunited.org/c/indiafoss/2026/cfp/buld8t7ji2" rel="noopener noreferrer">Art - meet Math - meet Code</a></li><li data-list="ordered"><span class="ql-ui" contenteditable="false"></span><a href="https://fossunited.org/c/indiafoss/2026/cfp/7a72fue6r4" rel="noopener noreferrer">Building AI agents end-to-end: A hands-on workshop</a></li><li data-list="ordered"><span class="ql-ui" contenteditable="false"></span><a href="https://fossunited.org/c/indiafoss/2026/cfp/d9fj5h95m7" rel="noopener noreferrer">Self-Hosting 101: A real-time self-hosting workshop</a></li></ol></div></div><p><a href="https://fossunited.org/c/indiafoss/2026/workshops">View Event Details →</a></p>]]></description>
      <dc:creator>IndiaFOSS-Chapter</dc:creator>
      <link>https://fossunited.org/c/indiafoss/2026/workshops</link>
      <guid isPermaLink="false">https://fossunited.org/c/indiafoss/2026/workshops</guid>
      <pubDate>Fri, 25 Sep 2026 10:00:00 -0000</pubDate>
      <category>Workshop</category>
    </item>
    
    <item>
      <title>IndiaFOSS 2026 – Bengaluru</title>
      <description>
        <![CDATA[
        <h3>IndiaFOSS 2026</h3>
        <p><strong>Type:</strong> Conference</p>
        <p><strong>Chapter:</strong> IndiaFOSS-Chapter</p>
        <p><strong>Location:</strong> Bengaluru</p>
        <p><strong>Start:</strong> 26 September 2026, 09:00 AM</p>
        <p><strong>End:</strong> 27 September 2026, 05:00 PM</p>
        <p><strong>⭐ Must Attend Event</strong></p><p><img src="https://fossunited.org/files/IndiaFOSS-dp.png" alt="IndiaFOSS 2026"
            style="max-width: 600px; height: auto;"/></p><div><div class="ql-editor read-mode"><p>The 6th edition of Free and Open Source Software Festival by the FOSS United community.</p><p><br></p><p>IndiaFOSS is an annual Free and Open Source Software (FOSS) festival, organised with passion and commitment by the FOSS United community. It's not just a gathering; it's a celebration of software innovation and the people who make it happen. Whether you are a seasoned developer, an aspiring enthusiast, or someone with a passion for technology, IndiaFOSS invites you to be part of this vibrant community.</p></div></div><p><a href="https://fossunited.org/c/indiafoss/2026">View Event Details →</a></p>]]></description>
      <dc:creator>IndiaFOSS-Chapter</dc:creator>
      <link>https://fossunited.org/c/indiafoss/2026</link>
      <guid isPermaLink="false">https://fossunited.org/c/indiafoss/2026</guid>
      <pubDate>Sat, 26 Sep 2026 09:00:00 -0000</pubDate>
      <category>Conference</category>
    </item>
    
    <item>
      <title>OpenSourceCon India – Kolkata</title>
      <description>
        <![CDATA[
        <h3>OpenSourceCon India</h3>
        <p><strong>Type:</strong> Event</p>
        <p><strong>Chapter:</strong> FOSS Event Grants</p>
        <p><strong>Location:</strong> Kolkata</p>
        <p><strong>Start:</strong> 05 December 2026, 12:00 AM</p>
        <p><strong>End:</strong> 05 December 2026, 12:00 AM</p>
        <p><strong>⭐ Must Attend Event</strong></p><div>* We are planning to host the first ever, vendor neutral, tool/technology agnostic conference, dedicated to open source tools and engineering practice.
* We are anticipating a footfall of roughly 600 folks, predominantly working professionals and CXOs from the region.
* We are attempting to bring all/most of the kube astronaut/Golden kube astronauts together.
* We have already received more than 60 talk proposals from companies like AWS, Intuit, Red Hat and also from startups like Drdroid, One2N. To our surprise we have received proposals from students from IITs, GSOC projects.
* We have a proven track record in doing conferences and community organizations and have done conferences like CloudXAI, Global Azure Conference (Kolkata), GDG Cloud etc. </div><p><a href="https://opensourcecon.in">View Event Details →</a></p>]]></description>
      <dc:creator>FOSS Event Grants</dc:creator>
      <link>https://opensourcecon.in</link>
      <guid isPermaLink="false">https://opensourcecon.in</guid>
      <pubDate>Sat, 05 Dec 2026 00:00:00 -0000</pubDate>
      <category>Event</category>
    </item>
    
    <item>
      <title>MangaloreFOSS 2.0 – TBA</title>
      <description>
        <![CDATA[
        <h3>MangaloreFOSS 2.0</h3>
        <p><strong>Type:</strong> Conference</p>
        <p><strong>Chapter:</strong> Mangalore-City Community</p>
        <p><strong>Location:</strong> TBA</p>
        <p><strong>Start:</strong> 16 January 2027, 10:00 AM</p>
        <p><strong>End:</strong> 17 January 2027, 04:00 PM</p>
        <p><img src="https://fossunited.org/files/mangalorefoss2.jpg" alt="MangaloreFOSS 2.0"
            style="max-width: 600px; height: auto;"/></p><div><p>MangaloreFOSS is FOSS United Mangalore Chapter's Flagship event. </p></div><p><a href="https://fossunited.org/c/mangalore/mangalorefoss">View Event Details →</a></p>]]></description>
      <dc:creator>Mangalore-City Community</dc:creator>
      <link>https://fossunited.org/c/mangalore/mangalorefoss</link>
      <guid isPermaLink="false">https://fossunited.org/c/mangalore/mangalorefoss</guid>
      <pubDate>Sat, 16 Jan 2027 10:00:00 -0000</pubDate>
      <category>Conference</category>
    </item>
    
    
  </channel>
</rss>