macOS
brew install zzzlocal Homebrew formula metadata
brew
Command-line tool to put Macs to sleep. Version 1 via Homebrew; verified from local package data.
install
brew install zzzlocal Homebrew formula metadata
sudo apk add zzzAlpine Linux edge package indexes · zzz · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#zzznixpkgs package indexes · pkgs/by-name/zz/zzz/package.nix · source: api.github.com
overview
Command-line tool to put Macs to sleep
history
Zzz is a tiny macOS command-line utility that immediately requests system sleep. It is essentially a packaged one-command wrapper around Apple's IOKit power-management APIs.
The upstream README presents Zzz as a command-line macOS sleep program similar to SleepNow, with traditional make-based installation and a Homebrew installation path. The source is intentionally small C code using IOMasterPort, IOPMFindPowerManagement, and IOPMSleepSystem to ask macOS to sleep.
There is little public narrative around the project beyond the README and source, so its history is best understood as preservation of a tiny utility rather than an evolving application ecosystem.
Adoption appears narrow: users install it when they want a memorable terminal command that sleeps a Mac immediately, especially in scripts or shell workflows where a GUI sleep command is awkward. The README's explicit Homebrew instructions show that package-manager installation is part of the intended usage story.
Usage is intentionally minimal: run Zzz, and the Mac sleeps immediately. The program has no configuration file, credentials, long-running daemon, or visible help flow; its behavior is the side effect of calling the macOS power-management sleep API.
Zzz is package-nerd significant as an extreme small-package case. It demonstrates why package indexes contain tiny platform appliances: a few lines of C plus a stable command name can be more convenient than remembering or retyping lower-level system calls or scripts.
It also shows the maintenance quirks of old macOS C utilities: even a sleep wrapper depends on SDK headers, IOKit linkage, and small compatibility fixes over time.
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 | cli | global executable |
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 |
| Package manager page | https://formulae.brew.sh/formula/zzz |
| Homepage | https://github.com/Orc/Zzz |
| Repository | https://github.com/Orc/Zzz |
| Upstream docs | https://github.com/Orc/Zzz#readme |
| License | LicenseRef-Homebrew-public-domain |
| Source archive | https://github.com/Orc/Zzz/archive/refs/tags/v1.tar.gz |
| Bottle | available (on arm64_big_sur, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | zzz |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
zzz
nix profile install nixpkgs#zzzzzz 0.2.0-r0
Suspend or hibernate your computer
https://github.com/jirutka/zzz
sudo apk add zzzzzz-doc 0.2.0-r0
Suspend or hibernate your computer (documentation)
https://github.com/jirutka/zzz
sudo apk add zzz-docsource 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.