Deploying MacWhisper with MDM

If you are planning to distribute MacWhisper across your organisation through MDM you can use our simple info.plist method. If a user has a MacWhisper license file at the following location they will be automatically be validated on launch.

~/Library/Application\ Support/MacWhisper/mdmlicense.plist

The info.plist format is as follows

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>licenseKey</key>
<string>LICENSEKEYHERE</string>
<key>allowsRemoteTranslation</key>
<true/>
<key>allowsAddingAIServices</key>
<true/>
<key>allowsCloudTranscription</key>
<true/>
</dict>
</plist>

The following fields can be adjusted ad must all be in the plist file.


licenseKey

*Required

Fill in the license key associated with your MDM license purchase


allowsRemoteTranslation

Boolean that allows users to add a DeepL API key to translate transcriptions.


allowsAddingAIServices

Boolean that allows users to add AI services (remote and local) to prompt with the AI features.


allowsCloudTranscription

Boolean that allows users to use online dictation providers such as OpenAI and Groq to transcribe their audio recordings


If there are other features in the app you want to control, don't hesitate to let us know and we'll gladly add them.



If you are interested in deploying MacWhisper in your organisation and you have more questions or features you would want to configure, please reach out to support@macwhisper.com and we'd be happy to see what we can do!

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.