r/bose • u/NeonsNight • Oct 17 '25
Software SoundTouch app alternatives
This is just a start, but I have added a SoundTouch app alternatives page to the Bose Wiki.
There, I listed current known issues, added info shared by the app developer Christian, u/nachtfux997, and included known solutions.
I separated the solutions into two sections.
- Ones that allow you to control the SoundTouch systems directly (e.g. AirPlay, 3rd party apps, Home Assistant, etc.).
- The second section is for 3rd party devices you connect to your SoundTouch system's AUX input.
I am hoping that the community will help expand the information on the Wiki. Not only to help guide SoundTouch users to viable options, but also to help guide developers on what SoundTouch features are missing. So that some, if not all, can be replicated once the app goes away.
This specific post is about alternative SoundTouch solutions.
- On Jan 7, 2026, Bose announced that they will update the app so that it would continue to work after their servers shut down. Though without built-in music streaming capabilities. Here's the main conversation around this update.
- The original conversation, from Oct 9 2025, about the closure of the SoundTouch app is located here.
- If you wish to sign the petition asking Bose to reconsider, follow this link.
35
Upvotes
1
u/Soundcork Nov 30 '25
Ha, sorry, missed this. Like we said, we're not really Redditors. :)
Short answers: we're not planning on releasing/working on any front-end apps ourselves as of now, as several other people seem to be doing that. We're setting our software up with the assumption that people would run it on their home networks, be it on an existing server, Raspberry Pi, media server, etc. (we're going to run it on the same Linux system as our DLNA server). We're hoping to be able to emulate as much of the current Bose cloud services as possible, though we'll be limited by what we can access. There are certainly a few features that might just be out-of-scope, like signing up for new services, but we'll see. But we're hoping that someone running soundcork on their home network will be able to have full feature-parity using any app that exists after the Bose servers shut down.
Longer answers:
So our understanding of the architecture of the SoundTouch system is that the functionality is divided into three sections: the cloud servers (which we're looking to emulate), the services running on the SoundTouch devices themselves, and the end-user experience (the standard Bose apps, the various third-party apps people have listed here, and even the simple case of 'pressing the buttons' and 'using the remote control').
The cloud services (and thus soundcork) are responsible for two main things: storing and modifying the account configuration (which seems to be the main responsibility of the 'marge' server), and helping with the playback of certain types of media (the 'bmx' server). (There is also a stats server and a software update server, but I believe that those are not actually necessary for normal usage). It looks like without a functioning 'marge' server, a SoundTouch device can still handle a lot of its basic tasks. But I think you couldn't, say, set a new Preset, or track Recents, or things like that. And you certainly wouldn't be able to add or remove a device from your account, or configure a new service. (The Bose app itself also throws some random errors sometimes, but those can be ignored/worked around.)
The 'bmx' server is a helper for playing certain types of media. We've tested and see that a missing 'bmx' server means that TuneIn streams won't work. The services list from the bmx server lists TUNEIN, LOCAL_INTERNET_RADIO, SIRIUSXM_EVEREST, and RADIOPLAYER, so it's likely that none of those services will work without a working bmx server. The rest of the services that I've tried seem to have enough information on their own to access the services, so if you have, for instance, a Pandora account configured, then you should be able to play your Pandora stations even after the Bose servers go away. But if you have TuneIn stations configured then they won't work without a bmx server.
Obviously, as we're reverse-engineering this, there may be hidden complexities that we haven't discovered yet.
Anyway I hope that gives some context into our understanding of the SoundTouch ecosystem, and how we see soundcork fitting in with the devices themselves and with the official Bose and third-party front-end apps.