Skip to content

Installation

The fastest way to get started:

Terminal window
npx @openlatch/client init

This downloads the OpenLatch client, configures your agent hooks, and starts protecting your environment. No global install required.

  • Node.js 18+Download Node.js
  • An internet connection for the initial setup and the control plane
PlatformStatus
macOSSupported
LinuxSupported
WindowsSupported

If you prefer to install globally:

Terminal window
npm install -g @openlatch/client
openlatch init

Or with pnpm:

Terminal window
pnpm add -g @openlatch/client
openlatch init

After installation, verify that OpenLatch is running:

Terminal window
openlatch status

You should see output confirming the client is active and connected to the control plane.

Once installed, follow the Getting Started guide to see OpenLatch in action.