OSOpenSyntax

Installation

OpenSyntax is distributed as the public npm package `opensyntax` and exposes both `opensyntax` and `agent` binaries.

Requirements

Install globally with npm

npm install -g opensyntax

Update globally

npm update -g opensyntax

Run without installing

npx opensyntax

Install with Bun

bun add -g opensyntax

Platform notes

Windows

If `opensyntax` is not found, confirm your npm global bin folder is on PATH.

macOS

Use Node 22 LTS from your preferred version manager. Avoid mixing system Node with version-manager npm globals.

Linux

Install Node through your distro or a version manager. Avoid `sudo npm install -g` unless your environment requires it.