Skip to content

Installation

The fastest way to get started:

Terminal window
npx openlatch

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 cloud detection
PlatformStatus
macOSSupported
LinuxSupported
WindowsSupported

If you prefer to install globally:

Terminal window
npm install -g openlatch
openlatch start

Or with pnpm:

Terminal window
pnpm add -g openlatch
openlatch start

After installation, verify that OpenLatch is running:

Terminal window
openlatch status

You should see output confirming the client is active and connected to the detection cloud.

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