<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Github on Smart Home? Sure — But Secure!</title>
        <link>https://smarthome-aber-sicher.de/en/tags/github/</link>
        <description>Recent content in Github on Smart Home? Sure — But Secure!</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Sun, 18 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://smarthome-aber-sicher.de/en/tags/github/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>Bose Had to Back Down! Open Source Community Saves SoundTouch Speakers</title>
        <link>https://smarthome-aber-sicher.de/en/blog/2026/01/18/bose-had-to-back-down-open-source-community-saves-soundtouch-speakers/</link>
        <pubDate>Sun, 18 Jan 2026 00:00:00 +0000</pubDate>
        
        <guid>https://smarthome-aber-sicher.de/en/blog/2026/01/18/bose-had-to-back-down-open-source-community-saves-soundtouch-speakers/</guid>
        <description>&lt;img src="https://smarthome-aber-sicher.de/blog/2026/01/18/bose-musste-zur%C3%BCckrudern-open-source-community-rettet-soundtouch-lautsprecher/cover.png" alt="Featured image of post Bose Had to Back Down! Open Source Community Saves SoundTouch Speakers" /&gt;&lt;h2 id=&#34;the-turnaround-when-community-pressure-works&#34;&gt;The Turnaround: When Community Pressure Works
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Update to my article from November 2025:&lt;/strong&gt; Remember? &lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/cloud-ausgeschaltet&#34; &gt;Bose wanted to shut down the cloud for SoundTouch&lt;/a&gt;, leaving €1,000 speakers stripped of their most important features. Now there&amp;rsquo;s a spectacular twist!&lt;/p&gt;
&lt;p&gt;On January 12, 2026, Golem reported: &lt;strong&gt;Bose does a 180°&lt;/strong&gt; and releases the SoundTouch speakers&amp;rsquo; Web API as &lt;strong&gt;Open Source&lt;/strong&gt;. The community has won!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;In the video I walk you through the whole story&lt;/strong&gt; – why this development affects EVERY smart home user, not just Bose owners. Because this is a &lt;strong&gt;precedent for the entire industry&lt;/strong&gt;.&lt;/p&gt;
&lt;div class=&#34;video-wrapper&#34;&gt;
    &lt;div class=&#34;video-placeholder&#34; onclick=&#34;loadIframe(this)&#34;&gt;
        &lt;img src=&#34;https://smarthome-aber-sicher.de/img/sas_youtube.png&#34; alt=&#34;YouTube Video&#34;&gt;
        &lt;div class=&#34;play-button&#34;&gt;&lt;/div&gt;
        &lt;div class=&#34;privacy-notice&#34;  style=&#34;color: var(--card-text-color-main);&#34;&gt;
            To load the video, please click the image. Please note that by doing so, data will be transmitted to YouTube.
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;script&gt;
    function loadIframe(element) {
        var iframe = document.createElement(&#39;iframe&#39;);
        iframe.setAttribute(&#39;loading&#39;, &#39;lazy&#39;);
        iframe.setAttribute(&#39;src&#39;, &#39;https://www.youtube-nocookie.com/embed/8X5RNRqgrYc&#39;);
        iframe.setAttribute(&#39;allowfullscreen&#39;, &#39;&#39;);
        iframe.setAttribute(&#39;title&#39;, &#39;YouTube Video&#39;);
        element.parentNode.replaceChild(iframe, element);
    }
&lt;/script&gt;
&lt;style&gt;
    .video-placeholder {
        position: relative;
        cursor: pointer;
    }
    .video-placeholder img {
        width: 100%;
        height: auto;
    }
    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background: url(&#39;/img/youtube_button.svg&#39;) no-repeat center center;
        background-size: contain;
    }
    .video-placeholder:hover .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background: url(&#39;/img/youtube_button_hover.svg&#39;) no-repeat center center;
        background-size: contain;
    }
    .privacy-notice {
        position: absolute;
        bottom: 50px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 12px;
        text-align: center;
    }
&lt;/style&gt;

&lt;h2 id=&#34;what-exactly-happened&#34;&gt;What Exactly Happened?
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Make sure to watch the video&lt;/strong&gt; – there I explain all the details. Here are the key points:&lt;/p&gt;
&lt;h3 id=&#34;1-bose-opens-up-the-api&#34;&gt;1. Bose Opens Up the API
&lt;/h3&gt;&lt;p&gt;Instead of simply shutting down the cloud, Bose has now released the &lt;strong&gt;Web API as Open Source&lt;/strong&gt;. This allows developers to build their own solutions and use the speakers without the Bose cloud.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Bose&amp;rsquo;s reasoning:&lt;/strong&gt; They want to &amp;ldquo;support the open-source community&amp;rdquo; and give interested parties &amp;ldquo;the opportunity to develop alternatives.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;This is a complete reversal from the original &amp;ldquo;we&amp;rsquo;re just pulling the plug&amp;rdquo; approach. &lt;strong&gt;In the video I show why this is so significant!&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id=&#34;2-more-time-for-development&#34;&gt;2. More Time for Development
&lt;/h3&gt;&lt;p&gt;The shutdown was pushed back from &lt;strong&gt;February 2026&lt;/strong&gt; to &lt;strong&gt;May 6, 2026&lt;/strong&gt;. This gives the community &lt;strong&gt;three additional months&lt;/strong&gt; to develop working alternatives.&lt;/p&gt;
&lt;h3 id=&#34;3-the-app-stays-available&#34;&gt;3. The App Stays Available
&lt;/h3&gt;&lt;p&gt;Originally, Bose planned to remove the SoundTouch app entirely from the Play Store and App Store. That was reversed – &lt;strong&gt;the app remains available&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id=&#34;the-community-was-ahead-of-bose&#34;&gt;The Community Was Ahead of Bose
&lt;/h2&gt;&lt;p&gt;The most exciting part of this whole story: the open source community was &lt;strong&gt;ahead of Bose&lt;/strong&gt;!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Before&lt;/strong&gt; Bose even released the API, there were already &lt;a class=&#34;link&#34; href=&#34;https://github.com/topics/soundtouch&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;projects on Github&lt;/a&gt; working to keep the speakers usable after the server shutdown. Those projects can now be developed much more easily and reliably thanks to the official API release.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;In the video I show you concrete examples&lt;/strong&gt; of these community projects and explain what this means for the future.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Github projects&lt;/strong&gt; are already working on alternatives to the Bose cloud – and are now getting official support from the manufacturer.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id=&#34;what-still-works-after-may&#34;&gt;What Still Works After May?
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;To be clear&lt;/strong&gt; – the cloud is still being shut down. In the video I go into detail about what that means in practice:&lt;/p&gt;
&lt;h3 id=&#34;-gone-after-may-6-2026&#34;&gt;❌ Gone after May 6, 2026:
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Direct music streaming&lt;/strong&gt; via the SoundTouch app&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Reassigning station buttons&lt;/strong&gt; (existing assignments may continue to work)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cloud-based services&lt;/strong&gt; (TuneIn, etc.)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;-still-functional&#34;&gt;✅ Still functional:
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Bluetooth&lt;/strong&gt; (with the usual range limitations)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;AirPlay&lt;/strong&gt; (for Apple users)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Spotify Connect&lt;/strong&gt; (if you have a Spotify subscription)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Wired inputs&lt;/strong&gt; (AUX, HDMI, optical)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Local playback control&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Watch the video&lt;/strong&gt; for a complete analysis of what this means in practice!&lt;/p&gt;
&lt;h2 id=&#34;why-this-should-matter-to-you--even-without-bose&#34;&gt;Why This Should Matter to You – Even Without Bose
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;This is the most important message of this article:&lt;/strong&gt; This story affects every smart home user, not just Bose owners. &lt;strong&gt;In the video I explain in detail why this sets a precedent for the entire industry.&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id=&#34;three-important-lessons&#34;&gt;Three Important Lessons:
&lt;/h3&gt;&lt;h3 id=&#34;1-community-power-works&#34;&gt;1. Community Power Works
&lt;/h3&gt;&lt;p&gt;Public attention, critical coverage, and active community engagement can push manufacturers to rethink their decisions. Bose could have simply pulled the plug – but didn&amp;rsquo;t.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;In the video I show&lt;/strong&gt; how public pressure made a concrete difference.&lt;/p&gt;
&lt;h3 id=&#34;2-open-source-protects-your-investments&#34;&gt;2. Open Source Protects Your Investments
&lt;/h3&gt;&lt;p&gt;The more open the systems, the less dependent you are on the manufacturer. Even if a manufacturer drops support, the community can take over the project.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;In the video I analyze&lt;/strong&gt; what this means for your future buying decisions.&lt;/p&gt;
&lt;h3 id=&#34;3-new-buying-criteria-for-smart-home&#34;&gt;3. New Buying Criteria for Smart Home
&lt;/h3&gt;&lt;p&gt;Before your next purchase, ask:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Is there an open API?&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Does an active community exist?&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Does the device work locally without the cloud?&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Are there already open source alternatives?&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;In the video I give you&lt;/strong&gt; a detailed checklist for your next smart home purchase.&lt;/p&gt;
&lt;h2 id=&#34;what-does-this-mean-for-other-manufacturers&#34;&gt;What Does This Mean for Other Manufacturers?
&lt;/h2&gt;&lt;p&gt;The Bose case sends a clear signal to Vorwerk, Belkin, Logitech, Philips, and all other manufacturers shutting down their cloud services:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The community doesn&amp;rsquo;t give up.&lt;/strong&gt; If you shut down your cloud, the community will build alternatives. Better to support that actively – the way Bose is doing now.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;In the video I explain&lt;/strong&gt; why manufacturers can actually benefit from this development:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Save their reputation&lt;/strong&gt; instead of permanently damaging it&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Retain existing customers&lt;/strong&gt; instead of losing them&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Build trust&lt;/strong&gt; for future products&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Watch the video&lt;/strong&gt; for the full analysis!&lt;/p&gt;
&lt;h2 id=&#34;practical-tips-for-soundtouch-owners&#34;&gt;Practical Tips for SoundTouch Owners
&lt;/h2&gt;&lt;p&gt;If you own a SoundTouch speaker, &lt;strong&gt;in the video I show you exactly&lt;/strong&gt; what you should do now:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Stay informed&lt;/strong&gt;: Follow the &lt;a class=&#34;link&#34; href=&#34;https://github.com/topics/soundtouch&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Github projects&lt;/a&gt; and community forums&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Test alternatives&lt;/strong&gt;: Try out Bluetooth, AirPlay, or Spotify Connect now&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Support the community&lt;/strong&gt;: If you can code – join the open source projects!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Be patient&lt;/strong&gt;: The projects still need time until May 6, 2026&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;All links to the community projects&lt;/strong&gt; can be found in the video description!&lt;/p&gt;
&lt;h2 id=&#34;conclusion-a-win-win-situation&#34;&gt;Conclusion: A Win-Win Situation
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;At the end of the day, this is a win-win for everyone involved:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For Bose:&lt;/strong&gt; Cloud costs saved, reputation partially rescued&lt;br&gt;
&lt;strong&gt;For users:&lt;/strong&gt; Devices remain usable, new possibilities through open source&lt;br&gt;
&lt;strong&gt;For the community:&lt;/strong&gt; An important precedent for the future&lt;/p&gt;
&lt;p&gt;This shows: &lt;strong&gt;Smart home can be sustainable&lt;/strong&gt; – when manufacturers and communities work together rather than against each other.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;In the video I analyze&lt;/strong&gt; what this development means for the smart home industry in the long run.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;connection-to-my-first-article&#34;&gt;Connection to My First Article
&lt;/h2&gt;&lt;p&gt;This article is an update to: &lt;a class=&#34;link&#34; href=&#34;https://smarthome-aber-sicher.de/cloud-ausgeschaltet&#34; &gt;When Your Smart Home Suddenly Gets Dumb – and What You Can Do About It&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There I described the problem; here I show the resolution. Exactly how it should work!&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;sources-and-further-links&#34;&gt;Sources and Further Links
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.golem.de/news/bose-produkte-verlieren-funktionen-open-source-gemeinschaft-will-soundtouch-lautsprecher-retten-2601-204054.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Golem.de: Open-Source-Gemeinschaft will Soundtouch-Lautsprecher retten&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/topics/soundtouch&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Github: SoundTouch Open Source Projects&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://youtu.be/xNlPdCodqAY&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;My first video: When Your Smart Home Suddenly Gets Dumb&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;Did this article help you?&lt;/strong&gt; Share it with other SoundTouch owners! For more articles on secure and sustainable smart home solutions, browse the rest of the blog.&lt;/p&gt;
 &lt;style&gt;
    .bmc-btn svg {
        height: 32px !important;
        margin-bottom: 0px !important;
        box-shadow: none !important;
        border: none !important;
        vertical-align: middle !important;
        transform: scale(0.9);
        flex-shrink: 0;
    }

    .bmc-btn {
        width: 100%;  
        color: #000000;

        height: 50px;
        border-radius: 12px;
        font-size: 24px;
        font-weight: bold;
        border: none;
        margin-left: 8px;
        padding: 0px 24px;
        line-height: 27px;
        text-decoration: none !important;
        display: flex !important;  
        justify-content: center;  
        align-items: center;  
        font-family: &#39;Lato&#39;, cursive !important;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

    .bmc-btn:hover, .bmc-btn:active, .bmc-btn:focus {
        text-decoration: none !important;
        cursor: pointer;
    }

    .bmc-btn-text {
       text-align: center;  
       margin-top: 8px;
       font-size: 12x;
    }

    .logo-outline {
        fill: #000000;
    }

    .logo-coffee {
        fill: #FFDD00;
    }
    &lt;/style&gt;
    
    &lt;div class=&#34;bmc-btn-container&#34; style=&#34;text-align: center;&#34;&gt;
        &lt;img src=&#34;https://smarthome-aber-sicher.de/img/bank_qr.png&#34; alt=&#34;QR Code&#34; class=&#34;bmc-btn&#34; style=&#34;max-width: 200px; height: auto; display: block; margin: 0 auto;&#34;&gt;
    &lt;div class=&#34;bmc-btn-text&#34;&gt;Scanne diesen Code &lt;br/&gt;mit Deiner Banking App!&lt;/div&gt;        
    &lt;/div&gt;

</description>
        </item>
        
    </channel>
</rss>
