Skip to content

Releases: mnemoo/cli

v1.0.0

11 Apr 00:24

Choose a tag to compare

stakecli v1.0.0

Built from commit 5eecffe on 2026-04-11T00:24:52Z.

Changelog

Other


Install

Linux (Debian/Ubuntu):

curl -LO https://github.com/mnemoo/cli/releases/download/v1.0.0/stakecli_1.0.0_linux_amd64.deb
sudo dpkg -i stakecli_1.0.0_linux_amd64.deb

Linux (RHEL/Fedora):

sudo rpm -i https://github.com/mnemoo/cli/releases/download/v1.0.0/stakecli_1.0.0_linux_amd64.rpm

macOS (Apple Silicon):

curl -L https://github.com/mnemoo/cli/releases/download/v1.0.0/stakecli_1.0.0_darwin_arm64.tar.gz | tar -xz
sudo mv stakecli /usr/local/bin/
# If macOS blocks the binary, clear the quarantine flag:
sudo xattr -d com.apple.quarantine /usr/local/bin/stakecli

Windows: download the matching .zip archive from the assets below and extract stakecli.exe.


Already installed? Run stakecli update to self-update in place.
Verify checksums with stakecli_1.0.0_checksums.txt.