LockDown Browser on Apple Silicon Mac - Do You Need Rosetta 2?
The short answer
| LDB version | Apple Silicon (M1-M4) | Intel |
|---|---|---|
| 2.x (current, 2022+) | ✓ Native - no Rosetta needed | ✓ Native |
| 1.x (legacy) | Rosetta 2 required | ✓ Native |
Most universities distribute 2.x. A small number still distribute 1.x for legacy reasons.
How to verify your install is native arm64
- Quit LDB if running.
- Open Activity Monitor (⌘+Space → "Activity Monitor").
- Launch LockDown Browser from your LMS.
- In Activity Monitor, search for "LockDown Browser" in the search field.
- Look at the "Kind" column for the LDB process.
Result interpretation:
- "Apple": native arm64 - full speed, no Rosetta. Most users see this.
- "Intel" on an Apple Silicon Mac: running through Rosetta 2. Either you have LDB 1.x or your 2.x install is corrupted.
If your install is "Intel" on Apple Silicon
Two scenarios:
Scenario A: You have LDB 1.x (legacy)
Right-click LDB.app → Get Info → Version. If the version starts with "1.", that's legacy.
Solutions:
- Confirm with your university IT that 1.x is still required (most have moved to 2.x by 2026).
- If 1.x is required, install Rosetta 2 - macOS prompts for it on first launch. Click "Install".
- If 2.x is now standard at your institution, uninstall 1.x and reinstall from the current LMS link.
Scenario B: You have 2.x but it's running through Rosetta
The .app bundle was somehow corrupted. Reinstall:
- Run the complete uninstall (uninstall cluster).
- Restart your Mac.
- Sign in to your LMS, download LDB fresh.
- Install. Verify in Activity Monitor that it shows "Apple" Kind.
How to install Rosetta 2 (only if needed)
Most users will never need to do this in 2026. Only relevant for legacy LDB 1.x distributions:
softwareupdate --install-rosetta --agree-to-license
This downloads Rosetta 2 from Apple's servers (~50 MB) and installs system-wide. You only need to do this once per macOS account; subsequent Rosetta-required apps don't re-prompt.
macOS Sequoia 15.4+ Rosetta toggle
Apple changed Rosetta 2 from "auto-installed on first need" to "system-wide pref toggle" in Sequoia 15.4+. If your university distributes 1.x:
- System Settings → General → Software Update → Rosetta toggle.
- Enable Rosetta.
- If the toggle is missing, install via the
softwareupdate --install-rosettacommand above.
For LDB 2.x, none of this matters; the app runs native.
Performance impact of Rosetta (if you're on legacy 1.x)
- ~30-50% higher CPU usage compared to native arm64.
- ~25-40% higher battery drain per hour.
- ~1-2 second slower launch time.
- Functionally identical - exam launches and runs correctly under Rosetta.
If you're forced to use 1.x, plan for the higher battery cost - keep your Mac plugged in for exams > 90 minutes.
Frequently asked questions
My friend has LDB 2.x and theirs runs as Apple, mine as Intel. Why?
Likely a corrupted install on your end. Reinstall from your LMS link - the 2.x download is the same Universal Binary, but the bundle may have been damaged during your specific download.
Will Rosetta 2 ever be removed by Apple?
Apple has signaled Rosetta 2 will eventually retire (originally announced as "transition only"). As of macOS Sequoia 15.4, it's opt-in but available. macOS 27+ may not include it. By that point, all proctoring vendors will have shipped native arm64 builds.
Does running through Rosetta affect Monitor recording quality?
No - Monitor records the screen output, not the LDB process behavior. The recording is identical regardless of whether LDB runs native or under Rosetta. Battery and CPU cost differ.