This is the official Homebrew tap for Agentbay Cloud, providing a convenient way to install the Agentbay command-line tool.
# 1. Add Agentbay Cloud's Homebrew tap
brew tap aliyun/agentbay
# 2. Install agentbay command-line tool
brew install agentbay
# 3. Verify installation
agentbay versionAfter installation, you can use the following commands:
# Check version information
agentbay version
# View help information
agentbay --help
# Use Agentbay commands
agentbay [command] [options]# update only agentbay
brew upgrade agentbay# Uninstall agentbay
brew uninstall agentbay
# Remove tap (optional)
brew untap aliyun/agentbay- Project Homepage: https://github.com/aliyun/agentbay-cli
- Current Version: v$VERSION
- License: MIT
- Description: Secure infrastructure for running AI-generated code
-
Installation Failed
# Update Homebrew brew update # Clean cache brew cleanup # Reinstall brew reinstall agentbay
-
Network Issues (Especially for Chinese Users)
The Formula has been configured with Chinese mirror sources. If you still have issues:
# Set Go proxy export GOPROXY=https://goproxy.cn,direct export GOSUMDB=sum.golang.google.cn # Reinstall brew reinstall agentbay
-
Permission Issues
# Fix Homebrew permissions sudo chown -R $(whoami) $(brew --prefix)/*
Formula/agentbay.rb contains:
- Build Dependencies: Go language environment
- Network Optimization: Configured with Chinese mirror sources to improve download speed
- Version Information: Automatically injects version number, Git commit, and build time
- Test Cases: Validates installation and basic functionality
If you encounter issues:
- Check Issues
- Create a new Issue to report problems
- View Agentbay CLI Project