Install

One-line installers put the binary on your PATH. Prefer Releases over building from source.

macOS & Linux

Installs into ~/.local/bin by default (override with ONLINESIM_INSTALL_DIR).

Bash
curl -fsSL https://raw.githubusercontent.com/on-org/onlinesim-mcp/master/install.sh | sh

Windows (PowerShell)

Installs into %LOCALAPPDATA%\onlinesim\bin and updates your user PATH.

Bash
irm https://raw.githubusercontent.com/on-org/onlinesim-mcp/master/install.ps1 | iex

Verify

Open a new terminal so PATH updates apply, then run:

Bash
onlinesim --version
onlinesim doctor
If the command is not found, ensure the install directory is on your PATH, or open a new shell.