macOS
brew install zetlocal Homebrew formula metadata
brew
CLI utility to find the union, intersection, and set difference of files. Version 2.0.1 via Homebrew; verified from local package data.
install
brew install zetlocal Homebrew formula metadata
nix profile install nixpkgs#zetnixpkgs package indexes · pkgs/by-name/ze/zet/package.nix · source: api.github.com
overview
CLI utility to find the union, intersection, and set difference of files
history
zet is a focused Rust command-line tool for treating files as sets of lines and computing union, intersection, difference, single-occurrence, and multiple-occurrence results while removing duplicates.
The public trail is mostly the repository and a July 2021 Rust Users Forum announcement. The author positioned zet as a small Unix-style utility comparable to uniq and comm, but aimed at direct set operations over whole files rather than sorted-stream workflows.
Users run commands such as zet union, zet intersect, and zet diff over two or more input files. The README emphasizes that output preserves the order in which lines first appear, while the forum announcement notes details such as UTF-16 handling, BOM behavior, line-ending normalization, and memory use proportional to the largest argument plus output.
zet is a nice package-catalog specimen because it fills a tiny gap left by classic POSIX text tools: set algebra over lines without forcing the user to pre-sort files or compose a longer shell pipeline.
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 |
|---|---|---|---|
zet | 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:zet |
|---|---|
| Version | 2.0.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/zet |
| Homepage | https://github.com/yarrow/zet |
| Repository | https://github.com/yarrow/zet |
| Upstream docs | https://github.com/yarrow/zet#readme |
| License | Apache-2.0 OR MIT |
| Source archive | https://github.com/yarrow/zet/archive/refs/tags/v2.0.1.tar.gz |
| Build dependencies | rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | zet |
| Version Scheme | 0 |
| Revision | 0 |
| 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.
zet
nix profile install nixpkgs#zetsource 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.