# Installer cliclick avec Homebrew, MacPorts

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de cliclick pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install cliclick
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install cliclick
```

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

## Faits du paquet

- **Clé du paquet:** brew:cliclick
- **Gestionnaire de paquets:** Homebrew
- **Version:** 5.1
- **Résumé source:** Tool for emulating mouse and keyboard events
- **Page d'accueil:** <https://www.bluem.net/jump/cliclick/>
- **Dépôt:** <https://github.com/BlueM/cliclick>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- cliclick (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 5.1
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

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


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

- 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
