https://github.com/oratis/homebrew-tap
Homebrew tap for LISA — an AI agent with a real self. brew install oratis/tap/lisa
https://github.com/oratis/homebrew-tap
Last synced: 20 days ago
JSON representation
Homebrew tap for LISA — an AI agent with a real self. brew install oratis/tap/lisa
- Host: GitHub
- URL: https://github.com/oratis/homebrew-tap
- Owner: oratis
- License: mit
- Created: 2026-05-13T07:35:53.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-07T06:35:02.000Z (29 days ago)
- Last Synced: 2026-06-07T08:14:06.548Z (29 days ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebrew-tap
Homebrew tap for [Lisa](https://github.com/oratis/LISA) — an AI agent with a real self.
## Install
```sh
brew tap oratis/tap
brew install lisa
```
That's it. First launch:
```sh
mkdir -p ~/.lisa
echo 'ANTHROPIC_API_KEY=sk-ant-...' > ~/.lisa/config.env
lisa # interactive REPL
lisa serve --web # browser UI on http://localhost:5757
```
Other LLM providers (DeepSeek, Gemini, Ollama, …) — see the [provider recipes](https://github.com/oratis/LISA/blob/main/docs/PROVIDERS.md).
## Updates
```sh
brew update && brew upgrade lisa
```
## What you get
- The `lisa` binary, 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)
## Reporting issues
For Lisa itself: [oratis/LISA/issues](https://github.com/oratis/LISA/issues).
For tap-specific problems (formula breaks, Homebrew install fails): open here.
## Maintenance
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](https://github.com/oratis/LISA/blob/main/packaging/homebrew/lisa.rb). Per-release flow lives in [docs/PUBLISH.md §2](https://github.com/oratis/LISA/blob/main/docs/PUBLISH.md).
## License
MIT — same as Lisa.