Skip to main content

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

  1. Install globally:
npm install -g keypress
  1. Verify install:
keypress --version
  1. Check your agent tools:
  • Claude mode: claude should be installed and authenticated.
  • Codex mode: codex should be installed and authenticated.
  • Gemini mode: gemini should be installed.
  1. (Optional) Open help:
keypress --help
Screenshot Placeholder
  • What to capture: Terminal showing successful npm install -g keypress and keypress --version output.
  • 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.