Mogplex Docs
CLI

Installation

Install the Mogplex CLI on macOS, Linux, or Windows.

Use the hosted installer to download the current release binary for your platform. No Node.js runtime is required for this path.

Install

curl -fsSL https://www.mogplex.com/install.sh | sh
iwr -useb https://www.mogplex.com/install.ps1 | iex

The PowerShell installer currently targets Windows x64. Windows ARM64 is not supported yet.

Verify

mogplex --version

If the binary is on your PATH, you should see the installed version string. The installer prints the default install directory and a PATH export snippet when it needs one.

Upgrade

Re-run the installer. It detects an existing installation and replaces the binary in place.

Uninstall

Delete the mogplex binary from the location the installer reported. Your session data in ~/.mogplex/ is left untouched. Remove that directory too if you want to clear config, auth, logs, slash commands, and local state.

Edit on GitHub

On this page