# 使用 Homebrew, MacPorts 安装 brightness

查看 brightness 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install brightness
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install brightness
```

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

## 软件包事实

- **软件包键:** brew:brightness
- **软件包管理器:** Homebrew
- **版本:** 1.2
- **来源摘要:** Change macOS display brightness from the command-line
- **主页:** <https://github.com/nriley/brightness>
- **仓库:** <https://github.com/nriley/brightness>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- brightness (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.2
## 项目历史与用法

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

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

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

### 来源

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


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 其他软件包管理器记录

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


## 来源

- 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
