Installation
Quick Install
Section titled “Quick Install”The fastest way to get started:
npx openlatchThis 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 cloud detection
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 openlatchopenlatch startOr with pnpm:
pnpm add -g openlatchopenlatch startVerifying 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 detection cloud.
Next Steps
Section titled “Next Steps”Once installed, follow the Getting Started guide to see OpenLatch in action.