Skip to content

Installation

Downloading the zip file

  1. Download the zip file related to your current operating system and CPU architecture from the GitHub Releases page.

  2. Extract the binary from the downloaded zip file.

    After extracting, you may run the binary directly:

    sh
    ./myst

    For easier access (so you don't need to type ./ every time), you can move the binary to a directory included in your system's PATH, such as /usr/local/bin:

    sh
    mv ./myst /usr/local/bin/myst
    chmod +x /usr/local/bin/myst

    Now you can run myst from anywhere:

    sh
    myst

macOS Security Warning

In macOS, as the binary is not signed by Apple Developer, you may see a warning: "Apple could not verify 'myst' is free of malware that may harm your Mac or compromise your privacy."

To resolve this:

  1. Go to Settings > Privacy & Security
  2. Under the Security section, click "Allow Anyway"
  3. Re-execute the myst command

Security Note

You can check if the binary contains viruses or malware using your system's security tools. If you are suspicious about the binary, you can run it in a virtual machine or sandbox environment for additional safety.