Homebrew tap for Lisa — an AI agent with a real self.
brew tap oratis/tap
brew install lisaThat's it. First launch:
mkdir -p ~/.lisa
echo 'ANTHROPIC_API_KEY=sk-ant-...' > ~/.lisa/config.env
lisa # interactive REPL
lisa serve --web # browser UI on http://localhost:5757Other LLM providers (DeepSeek, Gemini, Ollama, …) — see the provider recipes.
brew update && brew upgrade lisa- The
lisabinary, linked into Homebrew's prefix - Bash + zsh tab-completion (auto-installed if those shells are set up)
- Fish completion in
vendor_completions.d(auto-loaded if fish is installed)
For Lisa itself: oratis/LISA/issues.
For tap-specific problems (formula breaks, Homebrew install fails): open here.
This tap is auto-maintained. The Formula/lisa.rb file is generated per release from the master template at oratis/LISA/packaging/homebrew/lisa.rb. Per-release flow lives in docs/PUBLISH.md §2.
MIT — same as Lisa.