Installation
Install Wilson
Section titled “Install Wilson”git clone https://github.com/agentwilson/wilson.git && cd wilson && bun install && bun startThat’s it. Wilson starts in interactive mode.
Local AI (optional)
Section titled “Local AI (optional)”For fully private, offline AI — no API keys, no cloud:
brew install ollama && ollama pull llama3.1Wilson auto-detects Ollama. No configuration needed.
Cloud AI
Section titled “Cloud AI”Or use any cloud provider. Set one key in .env:
cp env.example .env# Edit .env — uncomment one provider:# OPENAI_API_KEY=sk-...# ANTHROPIC_API_KEY=sk-ant-...See Configuration for all providers.