Run zero-knowledge security analysis directly from your local machine. Use Kedgr cloud mode for project-bound dashboard rulesets, or switch to offline mode to scan only the project on disk when the internet is unavailable.
Install the package globally via npm to access the `kedgr` command anywhere.
Login using your API key from `kedgr.solutions/settings`. Credentials are securely stored in `~/.kedgr/config.json`.
Choose the dashboard project whose attached rulesets should govern every terminal scan.
Package the workspace locally, then watch the backend phases progress from pending to scanning to completion.
If there is no internet, run local heuristics and secret detection directly on the current project without contacting the backend.
In automated environments, avoid interactive login. Pass credentials directly and keep the selected project rulesets as the single source of truth.
If cloud mode cannot reach `codechecker.pxxl.pro`, the CLI automatically falls back to an offline project-only scan so the developer can keep moving.