A native macOS menu bar app that shares what you're listening to on Apple Music with your Twitch chat, Discord profile, and stream overlays — automatically.
Download • Docs • Changelog • Discord
- Now Playing in Twitch Chat — Viewers type
!songand instantly see what you're listening to - Discord Rich Presence — Show "Listening to Apple Music" on your profile with album art
- OBS Stream Widget — Drop-in browser source overlay that displays your current track
- Automatic Updates — Stay up to date via Sparkle (DMG) or Homebrew (
brew upgrade --cask) - Secure by Default — Credentials stored in macOS Keychain, never plain text
- Easy Setup — Guided onboarding wizard gets you connected in minutes
brew tap mrdemonwolf/den
brew install --cask wolfwave- Grab the latest
.dmgfrom GitHub Releases - Open the DMG and drag WolfWave to Applications
- Launch WolfWave and follow the onboarding wizard
The app is signed and notarized by Apple — no Gatekeeper warnings.
Your viewers can use these commands in Twitch chat:
| Command | What it does |
|---|---|
!song · !currentsong · !nowplaying |
Shows the current track |
!lastsong · !last · !prevsong |
Shows the previous track |
Enable in Settings > Discord Integration to show what you're listening to on your Discord profile. Album artwork is fetched automatically — no manual setup needed.
Enable in Settings > Now-Playing Widget to start a local WebSocket server that powers a browser source overlay. Copy the widget URL and add it as a Browser Source (500 x 120) in OBS to display your now-playing track on stream.
- macOS 26.0+ (Tahoe)
- Apple Silicon (M1 or later)
- Xcode 16.0+
- Swift 5.9+
- bun (for docs, marketing, and monorepo scripts)
- Command Line Tools:
xcode-select --install
git clone https://github.com/MrDemonWolf/WolfWave.git
cd WolfWave
# Configure API keys
cp apps/native/wolfwave/Config.xcconfig.example apps/native/wolfwave/Config.xcconfig
# Edit Config.xcconfig with your Twitch Client ID and Discord Application ID
# Open in Xcode and run (Cmd+R)
make open-xcodeGet a Twitch Client ID at dev.twitch.tv/console/apps
Get a Discord Application ID at discord.com/developers/applications
bun install && bun run dev --filter docsOpen http://localhost:3000/widget/?port=8765 to preview the OBS stream widget locally.
| Command | Description |
|---|---|
bun install |
Install all workspace dependencies |
bun run dev --filter docs |
Start docs dev server |
bun run build --filter docs |
Build docs site |
bun run dev --filter wolfwave-announcement |
Open Remotion studio |
| Command | Description |
|---|---|
make build |
Debug build |
make clean |
Clean build artifacts |
make prod-build |
Release build + DMG |
make notarize |
Notarize the DMG (requires Developer ID) |
make test |
Run unit tests (215 tests) |
make open-xcode |
Open Xcode project |
make update-deps |
Resolve SwiftPM dependencies |
Run the full test suite with:
make testOr in Xcode with Cmd+U. Tests cover bot commands, version comparison, onboarding navigation, Twitch view model state, and app constants integrity. The CI pipeline runs tests automatically on every push and pull request to main.
Full docs at mrdemonwolf.github.io/wolfwave
Want to contribute? Check out the Development Guide for build instructions, architecture overview, and testing info.
Questions or feedback? Join the Discord: mrdwolf.net/discord
Made with ❤️ by MrDemonWolf, Inc.