Skip to content

Getting Started

Terminal window
npm install -g cyber-truss

Or run it without installing:

Terminal window
npx cyber-truss --version

The binary is truss, bare — short enough to type many times a day, and unambiguous on its own.

Terminal window
truss --help
truss --version

Every command accepts --json for structured output. See the CLI reference.

The npm package is the plugin root, so installing it as a plugin gives an agent the same surfaces the CLI exposes. Manifests ship for Claude Code, Cursor, Codex, and Copilot CLI.

Terminal window
# Claude Code
/plugin marketplace add cyberuni/cyber-truss
/plugin install cyber-truss