Skip to main content
The OpenWhispr CLI (@openwhispr/cli) is a single binary that operates against either the local desktop app or the cloud API.

Requirements

Install

npm install -g @openwhispr/cli
pnpm add -g @openwhispr/cli
bun add -g @openwhispr/cli

Verify

openwhispr --version
Then check which backends are reachable:
openwhispr doctor
The doctor command reports the local desktop bridge and remote API independently. Exit code is 0 if at least one backend is reachable, 2 otherwise.

Next steps