Install the JoyStream CLI

Build and run agentic automations from your terminal. One command, macOS and Linux.

curl -fsSL https://get.joystream.ai | sh

Detects your platform, verifies the download's checksum, and installs jstm. Run it again to upgrade. Reading before running is a good habit — view the script.

Then

jstm login      # opens your browser
jstm --help     # or jstm -h

macOS installer

Prefer a package? The .pkg is signed with our Developer ID, notarized by Apple, and stapled — it installs with no Gatekeeper prompt, even offline. Grab it from the latest release.

Manual download

PlatformBinaryInstaller
macOS · Apple Siliconjstm-macos-arm64jstm-macos-arm64.pkg
macOS · Inteljstm-macos-amd64jstm-macos-amd64.pkg
Linux · x86_64jstm-linux-amd64
curl -fsSL -o jstm https://get.joystream.ai/jstm-macos-arm64
chmod +x jstm && mv jstm /usr/local/bin/

Every asset is also available at get.joystream.ai/<name> for a specific version, e.g. get.joystream.ai/cli-v0.23.0/jstm-linux-amd64.

Verify a download

curl -fsSL -O https://get.joystream.ai/checksums.txt

shasum -a 256 -c checksums.txt --ignore-missing   # macOS
sha256sum   -c checksums.txt --ignore-missing     # Linux

Options

JSTM_VERSION

Install a specific version instead of the latest.

JSTM_INSTALL_DIR

Install somewhere other than the default location.