Official Homebrew tap for PleaseAI tools.
This is a Homebrew tap (third-party repository) that provides formulae for installing PleaseAI command-line tools.
Install any formula directly:
brew install pleaseai/tap/csp
brew install pleaseai/tap/asana-cli
brew install pleaseai/tap/notion-cliOr add the tap first, then install:
brew tap pleaseai/tap
brew install csp
brew install asana-cli
brew install notion-cliFast and accurate hybrid code search for agents (semantic + BM25). Ships as a self-contained binary — no Node.js or Bun required.
Installation:
brew install pleaseai/tap/cspUsage:
csp --help
csp search "where is auth handled" .
csp index .
csp mcp # run the MCP serverRepository: pleaseai/code-search
Manage your Asana tasks from the command line.
Installation:
brew install pleaseai/tap/asana-cliUsage:
asana --help
asana auth login --token YOUR_TOKEN
asana task list -a meRepository: pleaseai/asana
Manage Notion from the command line.
Installation:
brew install pleaseai/tap/notion-cliUsage:
notion --help
notion auth login --token YOUR_NOTION_TOKEN
notion page list
notion database listRepository: pleaseai/notion
Claude Code LLM gateway — an Anthropic Messages proxy that routes models to OpenAI/Codex and Anthropic-compatible backends.
Installation:
brew install pleaseai/tap/shuntUsage:
shunt --help
shunt run --config shunt.toml # start the gateway
shunt check --config shunt.toml # validate the configRepository: pleaseai/shunt
Update all installed formulae from this tap:
brew upgradeOr update a specific formula:
brew upgrade csp
brew upgrade asana-cli
brew upgrade notion-cliRemove a formula:
brew uninstall csp
brew uninstall asana-cli
brew uninstall notion-cliRemove the tap:
brew untap pleaseai/tapThis tap is automatically updated by GitHub Actions whenever a new release is published to the respective tool repositories.
The formulae are maintained at:
- csp: csp.rb
- asana-cli: asana-cli.rb
- notion-cli: notion-cli.rb
Formulae in this tap are automatically generated and updated. Please do not submit manual updates.
If you find issues with a formula, please open an issue in the respective tool's repository:
- csp issues: pleaseai/code-search/issues
- asana-cli issues: pleaseai/asana/issues
- notion-cli issues: pleaseai/notion/issues
MIT