Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.openwhispr.com/llms.txt

Use this file to discover all available pages before exploring further.

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

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