# Installer brightness avec Homebrew, MacPorts

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

## installation

```sh
sudo av install brew:brightness
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install brightness
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install brightness
```

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

## Faits du paquet

- **Clé du paquet:** brew:brightness
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.2
- **Résumé source:** Change macOS display brightness from the command-line
- **Page d'accueil:** <https://github.com/nriley/brightness>
- **Dépôt:** <https://github.com/nriley/brightness>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- brightness (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

brightness is a macOS command-line utility for reading and setting display brightness from scripts or the terminal.

### Historique du projet

The nriley/brightness repository was created in February 2014, with release 1.2 published in August 2015. The README describes a focused utility for controlling all internal and some external displays from the command line.

Its maintenance history mirrors macOS display API changes. The README notes that documented APIs worked through macOS 10.12.3, then Night Shift in 10.12.4 required an undocumented method, and Apple Silicon Macs later required another undocumented method.

### Historique d'adoption

brightness became a durable small utility for macOS automation users. It is packaged in Homebrew and MacPorts according to the input package facts, has hundreds of GitHub stars, and Homebrew analytics reported several thousand installs over the prior year at lookup time.

### Modes d'utilisation

Users run simple commands such as `brightness 1`, `brightness 0.5`, or `brightness -l` to set or list display brightness. The README cautions that displays not controllable through macOS Displays settings generally cannot be controlled by the tool either.

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

brightness is the archetypal tiny macOS system utility package: a single-purpose binary that exists because shell scripts and automation tools need access to a GUI-era hardware setting. Its significance is not breadth, but longevity across changing macOS display internals.

### Chronologie

- 2014: Repository created.
- 2015: Release 1.2 published.
- 2017: README documents the macOS 10.12.4 Night Shift-era API break and workaround.
- 2021: Repository history includes Universal 2 build work for Apple Silicon.
- 2026: Homebrew stable version reported as 1.2.

### Related projects

- Homebrew and MacPorts distribute brightness for macOS users.
- macOS display APIs and IOKit-style display enumeration are the system interfaces around which the utility operates.
- Shell scripts, launch agents, and automation workflows are common consumers of this kind of command-line brightness control.

### Sources

- <https://formulae.brew.sh/api/formula/brightness.json>
- <https://github.com/nriley/brightness>
- <https://raw.githubusercontent.com/nriley/brightness/master/README.md>
- source_facts.package-manager


## 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 - brightness: normalized package name match | MacPorts ports tree: sysutils/brightness/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/brightness.yml](https://github.com/mxcl/pkgdb/blob/main/combined/brightness.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
