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 keypress
- Verify install:
keypress --version
- Check your agent tools:
- Claude mode:
claudeshould be installed and authenticated. - Codex mode:
codexshould be installed and authenticated. - Gemini mode:
geminishould be installed.
- (Optional) Open help:
keypress --help
Screenshot Placeholder
- What to capture: Terminal showing successful
npm install -g keypressandkeypress --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 Quickstart.