# Install zsh-completions with Homebrew, apk, MacPorts, Nix, pacman

Additional completion definitions for zsh. Version 0.36.0 via Homebrew; verified from local package data. Also installable with nix: nix profile install nixpkgs#zsh-completions.

## Install

```sh
sudo av install brew:zsh-completions
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install zsh-completions
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install zsh-completions
```

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

### Linux

- apk (92%):

```sh
sudo apk add zsh-completions
```

  Evidence: Alpine Linux edge package indexes: zsh-completions from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#zsh-completions
```

  Evidence: nixpkgs package indexes: pkgs/by-name/zs/zsh-completions/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S zsh-completions
```

  Evidence: Arch Linux sync databases: zsh-completions from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Package facts

- **Package key:** brew:zsh-completions
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/zsh-completions>
- **Version:** 0.36.0
- **Source summary:** Additional completion definitions for zsh
- **Homepage:** <https://github.com/zsh-users/zsh-completions>
- **Repository:** <https://github.com/zsh-users/zsh-completions>
- **License:** MIT-Modern-Variant AND BSD-3-Clause AND MIT AND Apache-2.0 AND ISC AND NCSA
- **Source archive:** <https://github.com/zsh-users/zsh-completions/archive/refs/tags/0.36.0.tar.gz>
- **Generated:** 2026-08-04T22:13:35+00:00

## Install behavior

- Post-install hook: not defined
- Caveats: To activate these completions, add the following to your .zshrc: if type brew &>/dev/null; then FPATH=$(brew --prefix)/share/zsh-completions:$FPATH autoload -Uz compinit compinit fi You may also need to force rebuild `zcompdump`: rm -f ~/.zcompdump; compinit Additionally, if you receive "zsh compinit: insecure directories" warnings when attempting to load these completions, you may need to run these commands: chmod go-w '$HOMEBREW_PREFIX/share' chmod -R go-w '$HOMEBREW_PREFIX/share/zsh'
- Bottle: available on all

## Freshness

- Page generated: 2026-08-04
- Package-manager version: 0.36.0
- Local data: ok
- Upstream repository: https://github.com/zsh-users/zsh-completions
- Upstream latest detected: 0.36.0 (current)
- info: No package-manager update timestamp was available.

## Security Notes

No matching local secret-handling manifest was found for zsh-completions. Package metadata is still published here so future coverage has a stable package URL.


## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** zsh-completions
- **Aliases:** zsh-completion
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

- Nix - zsh-completions: normalized package name match | nixpkgs package indexes: pkgs/by-name/zs/zsh-completions/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - zsh-completions - 0.35.0-r0: normalized package name match | Alpine Linux edge package indexes: zsh-completions from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Additional completion definitions for Zsh (packaged as a plugin) | https://github.com/zsh-users/zsh-completions
- pacman - zsh-completions - 0.36.0-1: normalized package name match | Arch Linux sync databases: zsh-completions from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Additional completion definitions for Zsh | https://github.com/zsh-users/zsh-completions
- MacPorts - zsh-completions: normalized package name match | MacPorts ports tree: sysutils/zsh-completions/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Related links

- [Source-control packages](https://pkg.so/source-control-tools/) - Belongs to a source-control command family.
- [Networking and protocol packages](https://pkg.so/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://pkg.so/brew-utility-packages/) - Matched curated package taxonomy and local package facts.
- [zsh-autocomplete](https://pkg.so/brew/zsh-autocomplete/) - Package names and metadata indicate a similar tool family. Shared terms: completion, zsh.
- [zsh-autopair](https://pkg.so/brew/zsh-autopair/) - Package names and metadata indicate a similar tool family. Shared terms: zsh.
- [zsh-autosuggestions](https://pkg.so/brew/zsh-autosuggestions/) - Package names and metadata indicate a similar tool family. Shared terms: zsh.

## Sources

- pkg.so package database
- package-page enrichment
- package version freshness
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
