Installation
Prerequisites
Section titled “Prerequisites”Billy needs Ollama to talk to AI models.
- Billy Slim — install Ollama separately
- Billy Full — Ollama is bundled, auto-starts on first run
Quick Install
Section titled “Quick Install”curl -fsSL https://raw.githubusercontent.com/jd4rider/billy-app/main/scripts/install.sh | bashThen install Ollama separately at ollama.com.
curl -fsSL https://raw.githubusercontent.com/jd4rider/billy-app/main/scripts/install.sh | bash -s -- --fullOllama is included and starts automatically.
brew tap jd4rider/billybrew install billyscoop bucket add billy https://github.com/jd4rider/scoop-billyscoop install billygit clone https://github.com/jd4rider/billy-app.gitcd billy-appgo build -o billy ./cmd/billy./billyRequires Go 1.24+.
Verify installation
Section titled “Verify installation”billy --versionPull your first model
Section titled “Pull your first model”ollama pull mistral # great all-rounder, ~4GB# orollama pull llama3.2 # fast 3B model, ~2GBThen run billy and start chatting.