This is the official Homebrew tap for Donely CLI - an AI-native desktop GUI automation framework for macOS.
brew tap donely-ai/tap
brew install --cask donely-cliOr install directly:
brew install --cask donely-ai/tap/donely-cli# Check accessibility permissions
donely check
# List running applications
donely apps
# Take a screenshot
donely screenshot output.png
# Inspect app UI tree
donely inspect --app Finder --depth 3
# Find UI elements
donely find "role:Button" --app Finder
# Start MCP server for AI integration
donely mcp- macOS 12.0+ (Monterey or later)
- Accessibility permissions (granted via System Settings)