macOS
brew install zzzprovider-native install command
brew / rank 9283
Command-line tool to put Macs to sleep. Version 1 via Homebrew; verified 2026-07-10.
install
brew install zzzprovider-native install command
overview
Command-line tool to put Macs to sleep
history
Zzz is a small macOS command-line program that asks the operating system's power-management service to put the machine to sleep immediately.
The project's manual page is dated 11 August 2011 and describes a single-purpose system utility authored by David Parsons. The upstream C source remains intentionally small: it locates the IOKit power-management service, calls `IOPMSleepSystem`, reports errors, and exits.
The official README documents both traditional make-based installation into `/usr/local/bin` and Homebrew installation. This positions Zzz as a compact packaged convenience for shell users rather than a larger application or daemon.
Run `Zzz` with no arguments to request immediate sleep. The manual documents a zero exit status on success and a nonzero status on failure; no root access is required.
Zzz is a characteristic micro-utility: a stable, memorable command packages a platform API call that would otherwise require custom C code or a less discoverable system workflow. Its makefile, manual page, C source, and Homebrew path exemplify the durable Unix packaging of tiny native tools.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
Zzz | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:zzz |
|---|---|
| Version | 1 |
| Package manager | Homebrew |
| Homepage | https://github.com/Orc/Zzz |
| Repository | https://github.com/Orc/Zzz |
| Last updated | 2026-07-10T09:37:19-04:00 |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.