Install on macOS
Works on macOS 13 (Ventura) and later. Apple Silicon is strongly recommended if this Mac will run the AI — its unified memory is what lets a laptop hold a useful model.
Install
Section titled “Install”-
Open Terminal: press ⌘ + Space, type
Terminal, press Enter. -
Paste this line and press Enter:
Terminal window curl -fsSL https://github.com/waired-ai/waired-agent/releases/latest/download/install.sh | sh -
Read the summary it prints, and press Enter at
Proceed? [Y/n]. -
Enter your Mac password when asked.
Nothing appears on screen as you type it. That is how Terminal handles passwords — it is not frozen. Type it and press Enter.
Waired asks for it because the background service is registered for the whole machine, so it starts at boot without anyone logging in.
Now sign in and set up.
Skip the AI software
Section titled “Skip the AI software”Waired installs Ollama — the program that runs models — during setup, and only on computers that will run models. To make sure it is never installed:
curl -fsSL https://github.com/waired-ai/waired-agent/releases/latest/download/install.sh | sh -s -- --skip-ollamaWhat gets installed
Section titled “What gets installed”| Commands | /usr/local/bin/waired, /usr/local/bin/waired-agent |
| Background service | A system launchd daemon, starts at boot |
| Settings and state | /Library/Application Support/waired |