Roll Unfumble out to your whole team with a single multi-seat license key, and deploy it silently across every Mac with Jamf, Kandji, Intune, or any MDM. It stays exactly as private as the personal app: keystrokes never leave the device, and the only network call is a one-time license check.

The short version. A Team license is one key with N seats. Each Mac takes one seat when it activates. IT can push the key through a configuration profile so employees never type anything, and a seat frees up the moment someone removes it from their Mac.

1. How team licensing works

A Team license is an ordinary Unfumble license key with its activation limit set to the number of seats you buy. There's nothing different to install — it's the same app from the same download.

2. Buying seats

Pick a tier on the pricing page:

Need a specific seat count between tiers, or an invoice instead of a card? Email us — we're happy to help.

3. Hands-off deployment with MDM

You don't have to hand the key to anyone. Push it once through a configuration profile and every managed Mac activates itself on first launch — employees never see or type a key, and the in-app license screen simply shows “Managed by your organization.”

Create a profile for the preference domain com.unfumble.app with a single string key, ManagedLicenseKey, set to your team license key. In Jamf Pro: Configuration Profiles → New → Application & Custom Settings → External Applications, preference domain com.unfumble.app, then add the property below. Kandji, Intune, Mosyle, and others accept the same .mobileconfig:

<dict>
  <key>PayloadType</key>        <string>com.unfumble.app</string>
  <key>PayloadIdentifier</key>  <string>com.unfumble.app.license</string>
  <key>PayloadUUID</key>        <string>GENERATE-A-UUID</string>
  <key>PayloadVersion</key>     <integer>1</integer>

  <!-- Your Team license key -->
  <key>ManagedLicenseKey</key>  <string>XXXX-YOUR-TEAM-LICENSE-KEY-XXXX</string>

  <!-- Optional: label this Mac's seat (e.g. an asset tag) so it's
       easy to identify in your license dashboard -->
  <key>ManagedLicenseName</key> <string>Design-Mac-014</string>
</dict>

Scope the profile to the Macs (or smart group) that should run Unfumble, and you're done. If you ever rotate the key, just update the profile — each Mac releases its old seat and re-activates on the new key automatically.

4. Seeing how many seats are in use

5. For your security review

Unfumble is built privacy-first, which usually makes security sign-off quick:

6. Talk to us

Questions about rollout, seat counts, invoicing, or a security questionnaire? Email hello@unfumble.app and a human will get back to you, usually within a day.