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 | shiwr -useb https://www.mogplex.com/install.ps1 | iexThe PowerShell installer currently targets Windows x64. Windows ARM64 is not supported yet.
What the installer does
The hosted installer downloads the current release archive, extracts the
mogplex binary, and installs it into the Mogplex home bin directory by
default:
- macOS and Linux:
~/.mogplex/bin/mogplex - Windows:
%USERPROFILE%\\.mogplex\\bin\\mogplex.exe
After that, it tries to make mogplex runnable immediately:
- on macOS and Linux it first tries to link
mogplexinto a writable directory that is already on yourPATH - if that is not possible, it falls back to updating your shell profile or printing the export command you need
- on Windows it updates the user
PATHwhen needed for future PowerShell sessions
If you want to install somewhere else, set MOGPLEX_INSTALL_DIR before running
the installer.
Verify
mogplex --versionIf the binary is on your PATH, you should see the installed version string.
The installer now tries to make mogplex available immediately by linking it
into a writable PATH directory or by updating your shell profile.
The installer also ends by printing:
run: mogplexThat is the intended next step.
If your current shell still does not see it yet, run:
rehash
# or open a fresh login shell
exec zsh -lOn macOS and Linux, the installer requires curl or wget for download, plus
unzip on macOS or tar on Linux for archive extraction.
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.