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 | shWindows (PowerShell)
Installs into %LOCALAPPDATA%\onlinesim\bin and updates your user PATH.
Bash
irm https://raw.githubusercontent.com/on-org/onlinesim-mcp/master/install.ps1 | iexVerify
Open a new terminal so PATH updates apply, then run:
Bash
onlinesim --version
onlinesim doctorIf the command is not found, ensure the install directory is on your PATH, or open a new shell.