@clef-sh/sops-darwin-x64
v3.9.4
Published
Bundled sops binary for macOS x64 (Intel)
Downloads
124
Readme
@clef-sh/sops-darwin-x64
Bundled sops binary for macOS x64 (Intel).
This package is an implementation detail of Clef — a git-native secrets management tool built on Mozilla SOPS. You should not need to install it directly.
How it works
@clef-sh/cli declares this package as an optionalDependency. When you run npm install on
a macOS Intel machine, npm automatically installs this package and Clef resolves the bundled
binary at runtime — no separate sops installation required.
Resolution order used by Clef:
CLEF_SOPS_PATHenvironment variable — explicit override- This bundled package (if installed)
sopson systemPATH— fallback
Run clef doctor to confirm which source is active.
Versioning
This package is versioned by the sops version it contains, not the Clef version. A package
version of 3.9.4 means it bundles sops v3.9.4. Platform packages are published independently
of @clef-sh/core and @clef-sh/cli.
License
The sops binary is © Mozilla and contributors, distributed under the
Mozilla Public License 2.0 (see LICENSE.sops).
The packaging code in this repository is MIT licensed.
Parent project
- Repository: https://github.com/clef-sh/clef
- Documentation: https://clef.sh
- CLI package: @clef-sh/cli
