How To Guide
Install the Unmeshed CLI
The Unmeshed CLI lets you trigger processes, inspect executions, and manage automation directly from your terminal. Follow the steps below to install it on Linux or macOS systems.
Install on Linux
Run the install script by piping it to bash. The script pulls down the latest CLI binaries and places them on your $PATH.
If your environment requires a proxy, set the relevant proxy variables before running the command. The script will prompt for sudo only if the target install directory needs elevated permissions.
Install on macOS
The same script works on macOS (tested with both Intel and Apple Silicon). Open Terminal and execute:
The installer automatically detects macOS, downloads the appropriate archive, and updates your shell profile so the unmeshed command is available in new sessions.
Install on Windows
The same script works on Windows (tested on both ARM64 and AMD64). Open Windows PowerShell (or Windows Terminal → PowerShell) and run:
The installer automatically detects the Windows processor architecture and installs the appropriate CLI binary.
Verify the installation
Once the script finishes you should see the confirmation:
Open a fresh shell and confirm the binary is on your path:
You are now ready to automate workflows from the command line. If the command is not found, ensure your shell configuration file includes the directory printed by the installer.