AirSonos.app
AirSonos.app copied to clipboard
A front end menu bar application for AirSonos on macOS
AirSonos.app
A front end application for AirSonos
Download
Click here to dowload the latest release of AirSonos.app
Screenshots
| click | option + click |
|---|---|
![]() |
![]() |
Debuggin Common Problems
Here are some common things that can cause issues with AirSonos. Before submitting issues, please try these to see if any of these steps can fix your issues
- Make sure you're not using a bridge
- disable (or enable?) UPnP on your router
- disable the firewall on the mac
- disable the firewall on your router
- stop antivirus (if any)
you can get debug logs by option+click and selcting "Collect Debug Logs"
Deveopment
- clone the repo
- run
npm install - run
npm start - to build the release version (for mac)
- run
npm run build - you may need to remove
--osx-signfrombuild:osxinpackage.jsonas it will attempt to sign the resulting app with you apple developer certificate
- run
- the windows version can be built using
npm run build:win(I havent yet built/tested it, so it may not work)

