Nipmod

Docs

Docs

Install, search, inspect and audit from one terminal path.

Guide

Choose the right path.

Install the CLI

Set up the CLI and verify the installer.

Find

Search the package registry without an account.

Inspect

Check signer, source, digest and permissions before install.

Flow

Short command first. Verification when needed.

Use the short installer for normal setup. Use the checksum path when reviewing security.

curl -fsSLO https://nipmod.com/install.sh && bash install.sh

Agents

Give agents one link.

Agents should fetch the text runbook, then the JSON manifest for exact endpoints, commands, trust roots and MCP tools.

curl -fsSL https://nipmod.com/llms.txt
curl -fsSL https://nipmod.com/.well-known/nipmod.json
nipmod mcp serve
01

Install CLI

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.sh
02

Find

Search the public registry.

nipmod search gitlawb --online
03

Inspect

Read digest, signer, source, witness and permissions.

nipmod inspect pkg:did:key:z6MkqDAkKNtWH69ZYoFitErk1CCKofFP5AaFjVXy5bVQ4fbD/gitlawb-repo-reader@0.1.0
04

Plan install

Preview the verified dependency graph before the lockfile changes.

nipmod install --plan pkg:did:key:z6MkqDAkKNtWH69ZYoFitErk1CCKofFP5AaFjVXy5bVQ4fbD/gitlawb-repo-reader@0.1.0 --json
05

Install package

Create a demo workspace first so the first lockfile mutation is isolated.

mkdir -p nipmod-demo
cd nipmod-demo
nipmod install gitlawb-repo-reader
06

Audit

Verify the lockfile against current trust and advisory data.

nipmod audit --online
nipmod ci --online

Advanced

Use these when the workspace needs them.

Verify

Verify

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.sh
Check

Check

Confirm the CLI, registry and any publish setup.

nipmod doctor --online
Setup publish

Setup publish

Repair or install the Gitlawb publish helper without piping remote shell scripts.

nipmod setup gitlawb
nipmod doctor --online
Add alias

Add alias

Use add only when you want the short alias for install.

nipmod add gitlawb-repo-reader --online
Restore

Restore

Restore the local store from the lockfile or confirm it is current.

nipmod install
Update

Update

Check for verified root package updates and apply them when available.

nipmod update --plan
nipmod update
SBOM

SBOM

Export the lockfile, permissions and dependency graph for agents.

nipmod sbom --json
Explain

Explain

Show why a package exists in the lockfile.

nipmod explain gitlawb-repo-reader --json
Publish

Publish

Run 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 --json

Ops

What is already watched.

Monitor

Site, discovery, registry, advisories, node, witness and deploy drift run on a live synthetic check.

Restore

Node data, witness state and Fly Postgres have passed disposable restore drills.

Respond

Advisories and quarantine metadata can block install surfaces without owning publishing rights.