# cliclick を Homebrew, MacPorts でインストール

cliclick のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:cliclick
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install cliclick
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install cliclick
```

  証拠: MacPorts ports tree: sysutils/cliclick/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:cliclick
- **パッケージマネージャ:** Homebrew
- **バージョン:** 5.1
- **ソース概要:** Tool for emulating mouse and keyboard events
- **ホームページ:** <https://www.bluem.net/jump/cliclick/>
- **リポジトリ:** <https://github.com/BlueM/cliclick>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- cliclick (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 5.1
## プロジェクトの歴史と使われ方

cliclick is a small macOS command-line automation utility for driving mouse and keyboard events from Terminal. Its official README expands the name as Command Line Interface Click, says it is written in Objective-C, and documents commands for clicking, moving, dragging, waiting, printing mouse position, and sending key events.

### プロジェクトの歴史

The upstream GitHub repository was created in 2013 and is maintained by Carsten Bluem under the BlueM account. The project has stayed deliberately focused on macOS GUI event automation rather than becoming a general cross-platform automation framework.

### 採用の歴史

The official README strongly recommends installing with Homebrew and also notes MacPorts availability. The batch input independently lists both Homebrew and MacPorts package-manager entries, which is the main distribution signal for this niche macOS CLI.

### 使われ方

Typical use is shell-driven UI automation: click a coordinate, move relative to the current mouse position, drag, wait between events, print coordinates, or send key presses. The README also notes that Terminal or the invoking app must have macOS Accessibility permission or the tool may appear to do nothing.

### パッケージ好きにとっての重要性

cliclick matters to package-manager users because it fills a narrow but durable gap: scriptable GUI input on macOS without AppleScript ceremony or a larger automation runtime. Its appeal is strongest in test scripts, window-manager glue, demos, and local automation where a packaged single binary is easier to depend on than a GUI automation stack.

### タイムライン

- 2013: BlueM/cliclick GitHub repository created.
- 2025: Version 5.1 is the latest tag visible from the official repository tag list.
- 2026: The batch input lists Homebrew and MacPorts distribution.

### Related projects

- cliclick sits near macOS automation tools such as AppleScript, Automator, Shortcuts, and lower-level event injectors, but its official scope is a command-line tool for mouse and keyboard actions.

### ソース

- <https://github.com/BlueM/cliclick#readme>
- <https://www.bluem.net/jump/cliclick>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- MacPorts - cliclick: normalized package name match | MacPorts ports tree: sysutils/cliclick/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/cliclick.yml](https://github.com/mxcl/pkgdb/blob/main/combined/cliclick.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
