The mistle CLI is early and not yet ready for general usage. This page collects the current installation notes and will grow into the dedicated CLI reference for workflows, use cases, and commands.
You can install the latest released mistle CLI with:
curl -fsSL https://raw.githubusercontent.com/mistlehq/mistle/main/scripts/install-mistle-cli.sh | shThe installer:
- Detects your operating system and CPU architecture.
- Downloads the matching
mistleCLI release artifact from GitHub Releases. - Verifies the release artifact checksum.
- Installs the binary to
~/.local/bin/mistleby default.
To install a specific release version:
curl -fsSL https://raw.githubusercontent.com/mistlehq/mistle/main/scripts/install-mistle-cli.sh | MISTLE_VERSION=0.17.0 shSet MISTLE_INSTALL_DIR to choose a different install directory:
curl -fsSL https://raw.githubusercontent.com/mistlehq/mistle/main/scripts/install-mistle-cli.sh | MISTLE_INSTALL_DIR="${HOME}/bin" shAfter installing, update the CLI to the latest release with:
mistle update