Install the CLI
Set up the CLI and verify the installer.
Docs
Install, search, inspect and audit from one terminal path.
Guide
Set up the CLI and verify the installer.
Search the package registry without an account.
Check signer, source, digest and permissions before install.
Flow
Use the short installer for normal setup. Use the checksum path when reviewing security.
curl -fsSLO https://nipmod.com/install.sh && bash install.shAgents
Run the short installer. It installs Nipmod and sets up Gitlawb publish support when the helper is missing.
curl -fsSLO https://nipmod.com/install.sh && bash install.shSearch the public registry.
nipmod search gitlawb --onlineRead digest, signer, source, witness and permissions.
nipmod inspect pkg:did:key:z6MkqDAkKNtWH69ZYoFitErk1CCKofFP5AaFjVXy5bVQ4fbD/gitlawb-repo-reader@0.1.0Preview the verified dependency graph before the lockfile changes.
nipmod install --plan pkg:did:key:z6MkqDAkKNtWH69ZYoFitErk1CCKofFP5AaFjVXy5bVQ4fbD/gitlawb-repo-reader@0.1.0 --jsonCreate a demo workspace first so the first lockfile mutation is isolated.
mkdir -p nipmod-demo
cd nipmod-demo
nipmod install gitlawb-repo-readerVerify the lockfile against current trust and advisory data.
nipmod audit --online
nipmod ci --onlineAdvanced
Use the checksum path when you want manual verification before execution.
curl -fLO https://nipmod.com/install.sh
curl -fLO https://nipmod.com/install.sh.sha256
shasum -a 256 -c install.sh.sha256
bash install.shConfirm the CLI, registry and any publish setup.
nipmod doctor --onlineRepair or install the Gitlawb publish helper without piping remote shell scripts.
nipmod setup gitlawb
nipmod doctor --onlineUse add only when you want the short alias for install.
nipmod add gitlawb-repo-reader --onlineRestore the local store from the lockfile or confirm it is current.
nipmod installCheck for verified root package updates and apply them when available.
nipmod update --plan
nipmod updateExport the lockfile, permissions and dependency graph for agents.
nipmod sbom --jsonShow why a package exists in the lockfile.
nipmod explain gitlawb-repo-reader --jsonRun the author preflight before any public write.
nipmod setup gitlawb
nipmod init --name gitlawb-demo-package --dir gitlawb-demo-package
cd gitlawb-demo-package
nipmod manifest validate --dir . --json
nipmod publish . --dry-run --jsonOps
Site, discovery, registry, advisories, node, witness and deploy drift run on a live synthetic check.
Node data, witness state and Fly Postgres have passed disposable restore drills.
Advisories and quarantine metadata can block install surfaces without owning publishing rights.