# zzz を Homebrew, apk, Nix でインストール

zzz のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:zzz
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install zzz
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add zzz
```

  証拠: Alpine Linux edge package indexes: zzz from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#zzz
```

  証拠: nixpkgs package indexes: pkgs/by-name/zz/zzz/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:zzz
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1
- **ソース概要:** Command-line tool to put Macs to sleep
- **ホームページ:** <https://github.com/Orc/Zzz>
- **リポジトリ:** <https://github.com/Orc/Zzz>
- **最終更新:** 2026-07-10T09:37:19-04:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- Zzz (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 2011-08-11: The Zzz manual page documents the macOS sleep command.
- Later upstream README: Traditional make installation and Homebrew installation are documented side by side.

### Related projects

- The README compares Zzz with SleepNow, while its implementation directly uses Apple's IOKit power-management interfaces.

### ソース

- <https://github.com/Orc/Zzz#readme>
- <https://github.com/Orc/Zzz/blob/main/Zzz.8>
- <https://github.com/Orc/Zzz/blob/main/Zzz.c>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Nix - zzz: normalized package name match | nixpkgs package indexes: pkgs/by-name/zz/zzz/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - zzz - 0.2.0-r0: normalized package name match | Alpine Linux edge package indexes: zzz from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Suspend or hibernate your computer | https://github.com/jirutka/zzz
- apk - zzz-doc - 0.2.0-r0: normalized package name match | Alpine Linux edge package indexes: zzz-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Suspend or hibernate your computer (documentation) | https://github.com/jirutka/zzz


## Combined YAML source

View the package source record on GitHub. [combined/zzz.yml](https://github.com/mxcl/pkgdb/blob/main/combined/zzz.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
