Install
Goal
Install Keypress CLI and verify it is ready to run.
Prerequisites
- Node.js 20+
- Terminal access on the machine where your code lives
Steps
- Install globally:
npm install -g @keypressai/cli
- Verify install:
keypress --version
- Install and authenticate at least one supported agent CLI:
- Claude: see Claude Mode
- Codex: see Codex Mode
- Gemini: see Gemini Mode
- OpenCode: see OpenCode Mode
- GitHub Copilot: see GitHub Copilot Mode
- (Optional) Open help:
keypress --help
Screenshot Placeholder
- What to capture: Terminal showing successful
npm install -g @keypressai/cliandkeypress --versionoutput. - Why this screenshot matters: Confirms a working install before users continue.
- Suggested filename:
install-verify-version.png
Expected Result
keypress runs in your terminal without command-not-found errors.
Next Step
Continue to Connect Vendors.