Mac Installation
Jan runs natively on Apple Silicon Macs. Intel-based Macs are not supported.
Install Jan
Download
Download Jan for MacInstall
- Open the Jan installer (
.dmgfile) - Drag Jan to Applications
- Launch Jan
Compatibility
Minimum Requirements
- Operating System: macOS 13.6 or higher
- Memory:
- Model fit depends heavily on quantization, context length, and how much memory macOS is already using.
- 8GB β typically up to 3B models comfortably; some 7B models may fit only at aggressive low-bit quantizations
- 16GB β typically up to 7B models comfortably; some 13B models may fit at lower quantizations
- 32GB β typically up to 13B models comfortably, with more headroom for higher quantizations, larger context windows, or multitasking
- Storage: 10GB+ free space
Mac Performance Guide
Apple Silicon Macs use Metal for GPU acceleration. Intel-based Macs are not supported.
Apple Silicon (M1, M2, M3, M4) β Supported, with Metal acceleration enabled by default. M4 and newer chips deliver the best performance.
Intel-based Macs are not supported.
Check your Mac's processor: Apple menu β About This Mac
Jan Data Folder
Jan stores all your data locally β downloaded models, conversation threads, settings, and logs generated from using the app. Nothing is sent to the cloud.
Default location:
~/Library/Application\ Support/Jan/data
See Jan Data Folder for details.
Uninstall Jan
Step 1: Remove Application
- Close Jan if it's running
- Open Finder
- Go to Applications
- Find Jan
- Pick your removal method:
- Drag to Trash
- Right-click β Move to Trash
- Command-Delete
Step 2: Clean Up Data (Optional)
Run this in Terminal to remove all data:
rm -rf ~/Library/Application\ Support/Jan/data
β οΈ
This permanently deletes all data. Create backups if needed.