Skip to content

camsnap

Version 2026.144.1443
Repo superproject

RTSP/ONVIF camera snapshot and clip CLI — the camsnap binary on $PATH Installs the camsnap Go CLI via go install github.com/steipete/camsnap/cmd/camsnap, landing the binary in the user’s GOPATH bin (~/go/bin/camsnap). Verifiable end to end: the binary exists, is executable, and go version -m reports it was built from the upstream github.com/steipete/camsnap module.

This candy’s plan: — the runnable spec charly check executes against a live deployment. check: steps are idempotent probes; run: steps change state.

Intent Step
run command=go install github.com/steipete/camsnap/cmd/camsnap@latest go clean -cache
check the camsnap binary is installed in the user’s GOPATH bin
check the installed camsnap binary is executable
check go version -m reports the binary was built from the camsnap module