FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

beyondthecode-bc/SoundFlow: Community hub for SoundFlow — support, translations, and direct releases. Download free on the Mac App Store. · GitHub

Repository files navigation

Per-app volume control and audio routing for macOS
Control volume for each app independently. Route audio to different output devices. Native, lightweight, free.

Built with Swift and SwiftUI. No Electron, no web views, no bloat.


Note

This repository is the SoundFlow community hub for translations, issue tracking, support, and direct releases. SoundFlow is a free, closed-source macOS app. For a new installation, download SoundFlow free from the Mac App Store. A separate direct build remains available from GitHub Releases.

OS 27 compatibility

Updated 2026-09-16.

  • GitHub — Version 1.0.4: OS 27 compatibility checked with an Xcode 27 build and signed-artifact checks. The Direct download now supports Apple Silicon and Intel Macs. Extended playback and audio-device testing has not been completed.
  • App Store — Version 1.0.4: OS 27 compatibility checked with an Xcode 27 build. Extended playback and audio-device testing has not been completed.

Checks use Xcode 27 builds and automated tests where available. Full testing on physical devices has not been completed. Minimum OS requirements are unchanged.

Features

  • Per-app volume control — Adjust volume independently for Chrome, Spotify, Zoom, and any other audio-producing app
  • Per-app mute — Silence individual apps without affecting others
  • Audio routing — Send each app's audio to a different output device (speakers, headphones, AirPods)
  • System volume & input controls — Manage your default output device and microphone from the menu bar
  • Global microphone mute — One-click mute that works across all apps
  • Smart app detection — Automatically discovers audio-producing apps, including Chrome helpers and Electron apps
  • Lightweight & native — Built with Swift 6 and SwiftUI. No daemons, no kernel extensions, no virtual audio drivers
  • Lives in your menu bar — Stays out of your way until you need it
  • Free and private — No ads, no subscriptions, no telemetry

Screenshots

  


Update or install the Direct edition

  1. Existing users — update in app: Open the mixer panel and click the version number in its bottom bar (tooltip: Check for updates), then choose Download > Install Now.
  2. New installation: download SoundFlow-v1.0.4.zip, extract it, and move SoundFlow.app to Applications.
  3. Manual fallback: if the in-app updater is unavailable or fails, quit the app, extract the same ZIP, and replace the existing app in Applications.

If you installed SoundFlow from the Mac App Store, updates are delivered through the App Store instead. The App Store build does not include the GitHub updater.

Verify the download

  • Signed with Developer ID, hardened runtime and a secure timestamp. Apple notarization accepted; ticket stapled; Gatekeeper verification passed.
  • VirusTotal: 0 malicious, 0 suspicious; 65 undetected, 2 failure, 7 type-unsupported. View the exact-file report.
  • Asset: SoundFlow-v1.0.4.zip (version 1.0.4, build 7). The sibling SoundFlow-v1.0.4.zip.sha256 contains the same checksum.

SHA-256

55824c8826409b210ae8723756eeb093f52d478567a71d4638a662baff85465d

Download

Mac App Store — recommended

Download SoundFlow free on the Mac App Store. New versions are delivered through the App Store.

Direct build

The separate direct build is available from GitHub Releases. Download the ZIP, move SoundFlow.app to Applications, and launch it. The direct and App Store builds use separate update channels and may show different version numbers.

Requirements

Requirement
OS macOS 14.2 (Sonoma) or later
Direct build chip Apple Silicon or Intel (universal download)

SoundFlow uses the Core Audio Tap API, which was introduced in macOS 14.2. Earlier versions are not supported.

Permissions

On first launch, SoundFlow needs Screen & System Audio Recording permission to read audio streams from other apps. This is the standard permission for the Core Audio Tap API — it does not record your screen.

To grant access:

  1. Click the SoundFlow menu bar icon and try to adjust an app's volume.
  2. macOS will prompt you to grant permission.
  3. Click Open System Settings, then enable SoundFlow under Privacy & Security > Screen & System Audio Recording.
  4. Quit and relaunch SoundFlow.

Translations

This repository hosts the translation files for SoundFlow. You can help translate the app into your language or improve existing translations.

How to contribute

  1. Fork this repository.
  2. Edit an existing file in the languages/ folder, or create a new one by copying English.xml.
  3. Translate the string values (the text between <string> tags) — do not change the key attributes.
  4. Keep any %1, %2, %@, %d placeholders in place — the app needs them.
  5. Submit a pull request.

Current languages

Language File Status
English English.xml Complete

Want to add a new language? Copy English.xml, rename it to your language name (for example, French.xml), translate the values, and submit a pull request.

Bug Reports & Feature Requests

Please use Issues to report bugs or request features.

Support the Project

If SoundFlow is useful to you, consider supporting development:

   


Troubleshooting

Volume slider doesn't affect an app

Some apps need a moment to attach their audio stream. Try playing audio in the app first, then adjust the volume. If it still doesn't work, the app may be using a non-standard audio path, such as a virtual audio driver like BlackHole.

App not appearing in the list

SoundFlow only shows apps that have a real app icon. Background daemons and helper processes are filtered out automatically. If your app uses Electron or web views, the audio may come from a helper process — SoundFlow detects this and shows the parent app's name.


License

The community files in this repository are available under the MIT License. The SoundFlow application is closed source.

About

Community hub for SoundFlow — support, translations, and direct releases. Download free on the Mac App Store.

Topics

Resources

Contributing

Stars

7 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors


Back | FazBrowse Home | New Git URL