Skip to main content
Roll Superwhisper out across your fleet without asking each user to download, install, or grant permissions manually. Superwhisper ships signed installers and supports the standard managed-app workflows in Jamf, Microsoft Intune, and other MDM tools.
Reach out to enterprise@superwhisper.com to request the latest signed PKG (macOS) and NSIS EXE (Windows) installers, plus a config profile template for managed settings. We’ll send the artifacts and version metadata for your MDM catalog.

What MDM Deployment Gets You

  • Silent install across Mac and Windows without user interaction
  • Pre-granted microphone permission on macOS via a PPPC profile so users skip the system prompt
  • Auto-activation when paired with SAML SSO and SCIM. Users sign in with their work email and their Enterprise seat activates automatically, no license keys to distribute
  • Centralized updates through your MDM update channel

macOS (Jamf)

Install

  1. Upload the signed Superwhisper PKG to Jamf Admin or your distribution point
  2. Create a policy scoped to the target computer group
  3. Set the trigger (recurring check-in, login, or self-service) and frequency
  4. Run the policy

Microphone Permission (PPPC)

Without a PPPC (Privacy Preferences Policy Control) profile, users see a macOS prompt the first time they try to record. To pre-grant the permission:
  1. Create a new Configuration Profile in Jamf
  2. Add a Privacy Preferences Policy Control payload
  3. Add Superwhisper as an app with the Microphone service set to Allow
  4. Scope the profile to the same computer group as the install policy
The bundle ID and team ID for Superwhisper are included with the installer package we send.

Verification

Confirm a successful deployment with:
mdmclient QueryInstalledApplications | grep -i superwhisper

macOS (Intune)

Intune supports PKG installers for macOS. Upload the signed Superwhisper PKG as a Line-of-business app or macOS app (PKG) in the Intune admin center, then assign to the target group. For the microphone PPPC profile, create a Device configuration profile of type Templates > Privacy preferences policy control and add Superwhisper with Microphone: Allow.

Windows (Intune)

Install

Superwhisper for Windows uses an NSIS-based EXE installer. Intune treats EXE installers as Win32 apps:
  1. In the Intune admin center, go to Apps > Windows > Add
  2. Choose Windows app (Win32) and upload the Superwhisper EXE wrapped as an .intunewin package using the Microsoft Win32 Content Prep Tool
  3. Set the install command (see below) and assign to your target group as Required

Silent Install Command

NSIS installers accept the /S flag for fully silent installation:
SuperwhisperSetup.exe /S
For uninstall, use:
SuperwhisperSetup.exe /S /uninstall

Verification

Check the Intune admin center under Apps > Monitor > App install status for per-device install results.

Activation After Install

If your organization is on Superwhisper Enterprise with SAML SSO configured, users open the app, sign in with their work email, and their license activates automatically. No license keys to push. For setups without SSO, contact enterprise@superwhisper.com to discuss license distribution options.

Updates

Superwhisper checks for updates on launch by default. To manage updates through your MDM instead, deploy the new PKG or EXE as a replacement package on your usual schedule.

Support

Email enterprise@superwhisper.com for installer packages, PPPC bundle and team IDs, version metadata, or help with a specific MDM platform. We also offer a shared Slack channel for Enterprise customers running large deployments.