How to install LM Studio on macOS
macOS 12+, internet, ~2 GB free disk space
What this does
Installs the LM Studio desktop application on a Mac so that local language models can be run, managed, and accessed through a local API server. After completion, the application opens from the Applications folder.
Steps
Download the macOS disk image. Navigate to the official LM Studio downloads page and select the macOS
.dmgfile appropriate for the chip architecture.Open the disk image and drag LM Studio to Applications. After the
.dmgmounts, a Finder window opens listing the application bundle. Drag LM Studio.app into the Applications folder.Grant execute permissions on first launch. macOS may show an unidentified developer warning. Open System Settings > Privacy & Security, locate the entry for LM Studio, and click Open Anyway.
Confirm the installation is present. Open a terminal and launch the application.
open -a "LM Studio"Expected output: the LM Studio window opens without errors.
Verification
mdfind "kMDItemCFBundleIdentifier == 'lm-studio'" | head -1
# Expected: /Applications/LM Studio.app
Common failures
- Cannot be opened because it is from an unidentified developer — Gatekeeper blocks the app. Navigate to System Settings > Privacy & Security and explicitly approve the application.
- App crashes on launch — The architecture does not match. Confirm whether the Mac uses Apple Silicon or Intel and re-download the correct
.dmgvariant. - Disk image fails to mount — The downloaded file may be corrupted. Delete the file and re-download from the official site.
- Insufficient disk space — The installer requires writable space to unpack temporary files. Free at least 2 GB before proceeding.
Operator checkpoint
Before treating this as solved, write down the local runtime, model or package version, hardware/backend if relevant, and the verification output. This keeps the guide useful as a Will-It-Run style decision instead of a one-off command transcript.