homebrew-tap

June 7, 2026 · View on GitHub

A Homebrew tap for macOS apps and CLI tools by @NakaokaRei.

Usage

brew tap NakaokaRei/tap
brew install <formula>
brew install --cask <cask>

Available casks

trackpad-air

macOS app that lets you control the mouse with hand gestures captured by the camera. Requires Apple Silicon and macOS 26 or later.

brew install --cask NakaokaRei/tap/trackpad-air

After install, grant Camera and Accessibility permissions in System Settings → Privacy & Security.

Available formulae

sagui

CLI for programmatically controlling the macOS mouse and keyboard, built on SwiftAutoGUI.

brew install NakaokaRei/tap/sagui

After install, grant Accessibility permissions in System Settings → Privacy & Security → Accessibility to your terminal app.

sagui key shortcut command c
sagui mouse move --x 100 --y 200
sagui screen screenshot --output capture.png

swift-mcp-gui

MCP server that exposes macOS mouse, keyboard, and screen control to MCP clients (Claude Desktop, etc.), built on SwiftAutoGUI. See swift-mcp-gui for the full tool list.

brew install NakaokaRei/tap/swift-mcp-gui

After install, grant Accessibility and Screen Recording permissions to your MCP client application in System Settings → Privacy & Security, then point your client at the installed binary:

{
  "mcpServers": {
    "swift-mcp-gui": {
      "command": "/opt/homebrew/bin/swift-mcp-gui"
    }
  }
}

License

Each formula's source is licensed under its upstream project's terms. The formulae in this repository are released under the MIT License.