Install¶
Foil runs on Apple Silicon Macs (M-series) with macOS Ventura or later. Intel Macs are not supported — MLX requires Apple's unified memory.
Option A — DMG¶
- Download
Foil.dmgfrom the releases page - Open the DMG and drag Foil into Applications
- Launch Foil from Applications — the tray icon appears in the menu bar
- On first run, the app creates
~/.foil/venv/, downloads the default model, and starts the local server on port 9090
Option B — Homebrew (reccomended)¶
The cask installs the same app bundle as the DMG and handles upgrades via brew upgrade.
Requirements¶
- macOS Ventura (13+) or later, Apple Silicon only
- ~10 GB free disk for the default model
- Homebrew Python 3.11+ is not required for the DMG install — the app ships its own isolated venv under
~/.foil/venv/ - Brew and other 2 libraries for PDF generation are required, if you don't have your PDF generation capabilities will be reduced
First-run checklist¶
After Foil starts:
- Click the tray icon → Open dashboard to confirm the web UI is up on
http://localhost:9090 - Run
foil server statusfrom a terminal — you should see a healthy server and loaded model - Run
foil scan path/to/your/projectto kick off the first scan
If anything fails, foil server logs --lines 200 is the fastest way to see what went wrong.
See the Quick start for a walkthrough of the first scan.