Releases: cryptohopper/cryptohopper-cli
cli-v0.6.0-alpha.2
Install
npm (any platform with Node 20+)
npm i -g @cryptohopper/cli
# or one-shot:
npx @cryptohopper/cli loginThe Bun-compiled binaries below are the recommended path for non-Node users (faster cold start, no Node dependency).
macOS (Apple Silicon)
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.6.0-alpha.2/cryptohopper-darwin-arm64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohoppermacOS (Intel)
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.6.0-alpha.2/cryptohopper-darwin-x64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohopperLinux x64
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.6.0-alpha.2/cryptohopper-linux-x64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohopperWindows x64
Download cryptohopper-windows-x64.exe, rename to cryptohopper.exe, put it on %PATH%.
First-launch warnings: these binaries are not yet code-signed. macOS will block them with a Gatekeeper prompt — right-click → Open the first time, or run
xattr -d com.apple.quarantine /usr/local/bin/cryptohopper. Windows will show a SmartScreen warning — click "More info" → "Run anyway".
Verify
sha256sum -c SHA256SUMSThen run cryptohopper login.
What's Changed
- Fix two version-comparison bugs in
cryptohopper upgradeby @pimfeltkamp in #7 - Fix two bugs in the OAuth browser-flow by @pimfeltkamp in #8
- Bump @cryptohopper/sdk to ^0.4.0-alpha.2 (auth header fix) by @pimfeltkamp in #9
New Contributors
- @pimfeltkamp made their first contribution in #7
Full Changelog: cli-v0.6.0-alpha.1...cli-v0.6.0-alpha.2
cli-v0.6.0-alpha.1
Install
npm (any platform with Node 20+)
npm i -g @cryptohopper/cli
# or one-shot:
npx @cryptohopper/cli loginThe Bun-compiled binaries below are the recommended path for non-Node users (faster cold start, no Node dependency).
macOS (Apple Silicon)
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.6.0-alpha.1/cryptohopper-darwin-arm64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohoppermacOS (Intel)
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.6.0-alpha.1/cryptohopper-darwin-x64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohopperLinux x64
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.6.0-alpha.1/cryptohopper-linux-x64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohopperWindows x64
Download cryptohopper-windows-x64.exe, rename to cryptohopper.exe, put it on %PATH%.
First-launch warnings: these binaries are not yet code-signed. macOS will block them with a Gatekeeper prompt — right-click → Open the first time, or run
xattr -d com.apple.quarantine /usr/local/bin/cryptohopper. Windows will show a SmartScreen warning — click "More info" → "Run anyway".
Verify
sha256sum -c SHA256SUMSThen run cryptohopper login.
Full Changelog: cli-v0.5.1-alpha.1...cli-v0.6.0-alpha.1
cli-v0.5.1-alpha.1
Install
npm (any platform with Node 20+)
npm i -g @cryptohopper/cli
# or one-shot:
npx @cryptohopper/cli loginThe Bun-compiled binaries below are the recommended path for non-Node users (faster cold start, no Node dependency).
macOS (Apple Silicon)
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.5.1-alpha.1/cryptohopper-darwin-arm64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohoppermacOS (Intel)
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.5.1-alpha.1/cryptohopper-darwin-x64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohopperLinux x64
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.5.1-alpha.1/cryptohopper-linux-x64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohopperWindows x64
Download cryptohopper-windows-x64.exe, rename to cryptohopper.exe, put it on %PATH%.
First-launch warnings: these binaries are not yet code-signed. macOS will block them with a Gatekeeper prompt — right-click → Open the first time, or run
xattr -d com.apple.quarantine /usr/local/bin/cryptohopper. Windows will show a SmartScreen warning — click "More info" → "Run anyway".
Verify
sha256sum -c SHA256SUMSThen run cryptohopper login.
What's Changed
- Bump typescript from 5.9.3 to 6.0.3 by @dependabot[bot] in #6
- Bump @types/node from 20.19.39 to 25.6.0 by @dependabot[bot] in #5
- Bump actions/setup-node from 4 to 6 by @dependabot[bot] in #4
- Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #3
- Bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #2
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #1
New Contributors
- @dependabot[bot] made their first contribution in #6
Full Changelog: cli-v0.5.0-alpha.1...cli-v0.5.1-alpha.1
cli-v0.5.0-alpha.1
Install
npm (any platform with Node 20+)
npm i -g @cryptohopper/cli
# or one-shot:
npx @cryptohopper/cli loginThe Bun-compiled binaries below are the recommended path for non-Node users (faster cold start, no Node dependency).
macOS (Apple Silicon)
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.5.0-alpha.1/cryptohopper-darwin-arm64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohoppermacOS (Intel)
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.5.0-alpha.1/cryptohopper-darwin-x64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohopperLinux x64
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.5.0-alpha.1/cryptohopper-linux-x64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohopperWindows x64
Download cryptohopper-windows-x64.exe, rename to cryptohopper.exe, put it on %PATH%.
First-launch warnings: these binaries are not yet code-signed. macOS will block them with a Gatekeeper prompt — right-click → Open the first time, or run
xattr -d com.apple.quarantine /usr/local/bin/cryptohopper. Windows will show a SmartScreen warning — click "More info" → "Run anyway".
Verify
sha256sum -c SHA256SUMSThen run cryptohopper login.
Full Changelog: cli-v0.4.0-alpha.1...cli-v0.5.0-alpha.1
cli-v0.4.0-alpha.1
Install
macOS (Apple Silicon)
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.4.0-alpha.1/cryptohopper-darwin-arm64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohoppermacOS (Intel)
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.4.0-alpha.1/cryptohopper-darwin-x64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohopperLinux x64
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.4.0-alpha.1/cryptohopper-linux-x64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohopperWindows x64
Download cryptohopper-windows-x64.exe, rename to cryptohopper.exe, put it on %PATH%.
First-launch warnings: these binaries are not yet code-signed. macOS will block them with a Gatekeeper prompt — right-click → Open the first time, or run
xattr -d com.apple.quarantine /usr/local/bin/cryptohopper. Windows will show a SmartScreen warning — click "More info" → "Run anyway".
Verify
sha256sum -c SHA256SUMSThen run cryptohopper login.
Full Changelog: cli-v0.3.0-alpha.1...cli-v0.4.0-alpha.1
cli-v0.3.0-alpha.1
Install
macOS (Apple Silicon)
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.3.0-alpha.1/cryptohopper-darwin-arm64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohoppermacOS (Intel)
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.3.0-alpha.1/cryptohopper-darwin-x64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohopperLinux x64
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.3.0-alpha.1/cryptohopper-linux-x64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohopperWindows x64
Download cryptohopper-windows-x64.exe, rename to cryptohopper.exe, put it on %PATH%.
First-launch warnings: these binaries are not yet code-signed. macOS will block them with a Gatekeeper prompt — right-click → Open the first time, or run
xattr -d com.apple.quarantine /usr/local/bin/cryptohopper. Windows will show a SmartScreen warning — click "More info" → "Run anyway".
Verify
sha256sum -c SHA256SUMSThen run cryptohopper login.
Full Changelog: cli-v0.2.0-alpha.1...cli-v0.3.0-alpha.1
cli-v0.2.0-alpha.1
Install
macOS (Apple Silicon)
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.2.0-alpha.1/cryptohopper-darwin-arm64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohoppermacOS (Intel)
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.2.0-alpha.1/cryptohopper-darwin-x64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohopperLinux x64
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.2.0-alpha.1/cryptohopper-linux-x64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohopperWindows x64
Download cryptohopper-windows-x64.exe, rename to cryptohopper.exe, put it on %PATH%.
First-launch warnings: these binaries are not yet code-signed. macOS will block them with a Gatekeeper prompt — right-click → Open the first time, or run
xattr -d com.apple.quarantine /usr/local/bin/cryptohopper. Windows will show a SmartScreen warning — click "More info" → "Run anyway".
Verify
sha256sum -c SHA256SUMSThen run cryptohopper login.
Full Changelog: cli-v0.1.0-alpha.2...cli-v0.2.0-alpha.1
cli-v0.1.0-alpha.2
Install
macOS (Apple Silicon)
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.1.0-alpha.2/cryptohopper-darwin-arm64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohoppermacOS (Intel)
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.1.0-alpha.2/cryptohopper-darwin-x64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohopperLinux x64
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.1.0-alpha.2/cryptohopper-linux-x64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohopperWindows x64
Download cryptohopper-windows-x64.exe, rename to cryptohopper.exe, put it on %PATH%.
First-launch warnings: these binaries are not yet code-signed. macOS will block them with a Gatekeeper prompt — right-click → Open the first time, or run
xattr -d com.apple.quarantine /usr/local/bin/cryptohopper. Windows will show a SmartScreen warning — click "More info" → "Run anyway".
Verify
sha256sum -c SHA256SUMSThen run cryptohopper login.
Full Changelog: cli-v0.1.0-alpha.1...cli-v0.1.0-alpha.2
cli-v0.1.0-alpha.1
Install
macOS (Apple Silicon)
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.1.0-alpha.1/cryptohopper-darwin-arm64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohoppermacOS (Intel)
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.1.0-alpha.1/cryptohopper-darwin-x64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohopperLinux x64
curl -L https://github.com/cryptohopper/cryptohopper-cli/releases/download/cli-v0.1.0-alpha.1/cryptohopper-linux-x64 -o /usr/local/bin/cryptohopper
chmod +x /usr/local/bin/cryptohopperWindows x64
Download cryptohopper-windows-x64.exe, rename to cryptohopper.exe, put it on %PATH%.
First-launch warnings: these binaries are not yet code-signed. macOS will block them with a Gatekeeper prompt — right-click → Open the first time, or run
xattr -d com.apple.quarantine /usr/local/bin/cryptohopper. Windows will show a SmartScreen warning — click "More info" → "Run anyway".
Verify
sha256sum -c SHA256SUMSThen run cryptohopper login.
Full Changelog: https://github.com/cryptohopper/cryptohopper-cli/commits/cli-v0.1.0-alpha.1