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.
- One key, shared. Everyone on the team activates Unfumble with the same key.
- One Mac, one seat. Each activation takes a seat; our licensing partner (Lemon Squeezy) enforces the limit, so you can never exceed what you bought.
- Seats are reusable. When a teammate leaves or swaps machines, they choose Remove from This Mac in Settings and the seat returns to the pool for the next person.
- Offline forever. After the one-time activation, each Mac works fully offline. There is no background “phone home” and no per-seat tracking.
2. Buying seats
Pick a tier on the pricing page:
- Team — 5 seats. Buy in one click; you receive a single key to share with your team. Pricing is $74.99 per year for five seats — about $15 a seat.
- Enterprise — 100+ seats. Custom pricing, invoicing / purchase orders, a DPA, and MDM rollout help. Talk to us and we'll set you up.
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
- On any licensed Mac. Open Unfumble → Settings → License. A team key shows “Team license · X of Y seats in use.”
- Freeing a seat. The same screen's Remove from This Mac button releases that Mac's seat instantly. On MDM-managed Macs, removing the profile (or un-scoping the device) does the same.
- A central view. Each seat is labelled with the person's Mac (or the asset tag you
set via
ManagedLicenseName) so they're easy to tell apart. Check your live seat count any time on the seat dashboard — just paste your team key.
5. For your security review
Unfumble is built privacy-first, which usually makes security sign-off quick:
- Keystrokes are analysed entirely on-device and are never transmitted, logged, or stored off the Mac.
- The only network request the app ever makes is the license activate/validate call to our licensing partner — no analytics, no telemetry, no accounts.
- It needs a single macOS permission, Accessibility, to read and replace the current word — nothing else.
- The app is signed and notarized by Apple. Full details are in our Privacy Policy and Terms.
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.