Skip to content

v0.7.6

Compare
Choose a tag to compare
@d-mo d-mo released this 14 Apr 16:39
  • Bugfix: Fix help display issue

Installation

Instructions

Linux

  1. Download the latest release with the command:
    curl -LO "https://dl.mist.io/cli/v0.7.6/bin/linux/amd64/mist"
    
  2. Validate the binary (optional):
    Download the mist checksum file:
    curl -LO "https://dl.mist.io/cli/v0.7.6/bin/linux/amd64/mist.sha256"
    
    Validate the mist binary against the checksum file:
    echo "$(<mist.sha256) mist" | sha256sum --check
    
    If valid, the output is:
    mist: OK
    
    If the check fails, sha256 exits with nonzero status and prints output similar to:
    mist: FAILED
    sha256sum: WARNING: 1 computed checksum did NOT match
    
  3. Make mist binary executable:
    chmod +x ./mist
    
  4. Install mist on path (optional):
    e.g.
    mv mist /usr/local/bin/mist
    
  5. Enable mist autocompletion on all your sessions (optional):
    Bash
    echo 'source <(mist completion bash)' >>~/.bashrc
    
    Zsh
    echo 'source <(mist completion zsh)' >>~/.zshrc
    

MacOS

  1. Download the latest release with the command:
    curl -LO "https://dl.mist.io/cli/v0.7.6/bin/darwin/amd64/mist"
    
  2. Validate the binary (optional):
    Download the mist checksum file:
    curl -LO "https://dl.mist.io/cli/v0.7.6/bin/darwin/amd64/mist.sha256"
    
    Validate the mist binary against the checksum file:
    echo "$(<mist.sha256) mist" | sha256sum --check
    
    If valid, the output is:
    mist: OK
    
    If the check fails, sha256 exits with nonzero status and prints output similar to:
    mist: FAILED
    sha256sum: WARNING: 1 computed checksum did NOT match
    
  3. Make mist binary executable:
    chmod +x ./mist
    
  4. Install mist on path (optional):
    e.g.
    sudo mv ./mist /usr/local/bin/mist
    sudo chown root: /usr/local/bin/mist
    
  5. Enable mist autocompletion on all your sessions (optional):
    Bash
    • Check bash version
      echo $BASH_VERSION
      
    • Install/upgrade bash to v4.0+ if older
      brew install bash
      
    • Source completion script
      echo 'source <(mist completion bash)' >>~/.bash_profile
      
    Zsh
    echo 'source <(mist completion zsh)' >>~/.zshrc
    

Windows

  1. Download the latest release with the command:
    curl -LO "https://dl.mist.io/cli/v0.7.6/bin/windows/amd64/mist.exe"
    
  2. Validate the binary (optional):
    Download the mist checksum file:
    curl -LO "https://dl.mist.io/cli/v0.7.6/bin/windows/amd64/mist.exe.sha256"
    
    Validate the mist binary against the checksum file:
    • Using Command Prompt to manually compare CertUtil's output to the checksum file downloaded:
      CertUtil -hashfile mist.exe SHA256
      type mist.exe.sha256
      
    • Using PowerShell to automate the verification using the -eq operator to get a True or False result:
      $($(CertUtil -hashfile .\mist.exe SHA256)[1] -replace " ", "") -eq $(type .\mist.exe.sha256)
      
  3. Add the binary in to your PATH.
  4. Install mist on path (optional):
    e.g.
    mv mist /usr/local/bin/mist
    
  5. Enable mist autocompletion on all your sessions (optional):
    Powershell
    mist completion powershell
    
    Bash
    echo 'source <(mist completion bash)' >>~/.bashrc
    
    Zsh
    echo 'source <(mist completion zsh)' >>~/.zshrc
    

Binaries

Linux

Arch SHA256
amd64 7f9eb17943157522f3646b1a6f8a373591f8fa34214aba7b46691c4d0210cf08
arm64 bc192ef110dcce1af45f375bda3ca31931644dac3d7fe2dba7b36886361815fd

Darwin

Arch SHA256
amd64 bf48d72aa1060c2f530b19055a67d35a6cab3a056028cf8e7bbfda06b4088994
arm64 5bf4763e6f17e710791a5d4b1e1e0bad71d31b88b5760d30c0317fb9c45e3026

Windows

Arch SHA256
amd64 6be484176650daa2863155643c71ecbc6bc390ade08e1de15a87575a7347e232

Freebsd

Arch SHA256
amd64 df0653eb10629eaab2f78330069091a9378903a11a169209732c7e4b77fc1b83
arm64 f7e487faf8e5ad99dac33499203c49a7861b906dfe2575160866433c1dfd6276

Openbsd

Arch SHA256
amd64 dd8b8be6fc080340e747231533b54dd929f9f787f41a0288db522cfccaa852d7
arm64 d6c8e9a59414a6cd3d57c8888a4a660bd3aaa85c8e119448ff63c898dc21e353

Netbsd

Arch SHA256
amd64 6c677ac018ce0ca8a272e489ce1fd4d9c14d533df3716e780b71a5f857b6e413
arm64 689d2118a83b17f0be915bbc5b174e577860fd064a9197aff4458c2dc4fca435