Talk to your tools in plain English. Everything runs on your computer.
curl -fsSL https://terrapin.tools/install.sh | bash
Or follow the manual steps below if you prefer.
Ollama runs AI on your computer. Download it at ollama.com — installs like any app.
Download Ollama →Terminal is an app already on your Mac. Press Command + Space, type Terminal, hit Enter.
ollama pull gemma4
This downloads your AI brain — about 5GB, like downloading a movie. Takes a few minutes.
Open Terminal and run these two commands — one in each tab:
npm run agent
npm run serve
Then go to localhost:8080/agent.html and both dots will be green.
Everything runs on your computer. Nothing goes to the cloud. Your data never leaves your machine.
Requires a Mac with 8GB RAM or more. Windows support coming soon.