Installation
Quick Install
Section titled “Quick Install”The fastest way to get started:
npx @openlatch/client initThis downloads the OpenLatch client, configures your agent hooks, and starts protecting your environment. No global install required.
Prerequisites
Section titled “Prerequisites”- Node.js 18+ — Download Node.js
- An internet connection for the initial setup and the control plane
Platform Support
Section titled “Platform Support”| Platform | Status |
|---|---|
| macOS | Supported |
| Linux | Supported |
| Windows | Supported |
Alternative Installation
Section titled “Alternative Installation”If you prefer to install globally:
npm install -g @openlatch/clientopenlatch initOr with pnpm:
pnpm add -g @openlatch/clientopenlatch initVerifying the Installation
Section titled “Verifying the Installation”After installation, verify that OpenLatch is running:
openlatch statusYou should see output confirming the client is active and connected to the control plane.
Next Steps
Section titled “Next Steps”Once installed, follow the Getting Started guide to see OpenLatch in action.