A lightweight macOS menu bar radio player for Kan 88 (Israeli Public Radio).
swift build -c release- Kill the running app:
pkill -f Kan88 2>/dev/null- Copy the binary into the app bundle:
sudo cp .build/release/RadioPlayer /Applications/Kan88.app/Contents/MacOS/RadioPlayer- Relaunch:
open /Applications/Kan88.appOr use the Claude Code command: /deploy
The app lives at /Applications/Kan88.app with this structure:
Kan88.app/
Contents/
Info.plist
MacOS/
RadioPlayer <-- the binary built by swift build
Resources/
AppIcon.icns
- Streams Kan 88 live radio
- Play/pause via UI button or keyboard media keys
- Volume control
- Auto-reconnect with exponential backoff
- Now Playing integration (macOS Control Center)