Skip to content

Releases: cryptohopper/cryptohopper-cli

cli-v0.6.0-alpha.2

28 Apr 09:24

Choose a tag to compare

cli-v0.6.0-alpha.2 Pre-release
Pre-release

Install

npm (any platform with Node 20+)

npm i -g @cryptohopper/cli
# or one-shot:
npx @cryptohopper/cli login

The 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/cryptohopper

macOS (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/cryptohopper

Linux 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/cryptohopper

Windows 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 SHA256SUMS

Then run cryptohopper login.

What's Changed

  • Fix two version-comparison bugs in cryptohopper upgrade by @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

Full Changelog: cli-v0.6.0-alpha.1...cli-v0.6.0-alpha.2

cli-v0.6.0-alpha.1

25 Apr 17:29

Choose a tag to compare

cli-v0.6.0-alpha.1 Pre-release
Pre-release

Install

npm (any platform with Node 20+)

npm i -g @cryptohopper/cli
# or one-shot:
npx @cryptohopper/cli login

The 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/cryptohopper

macOS (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/cryptohopper

Linux 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/cryptohopper

Windows 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 SHA256SUMS

Then run cryptohopper login.

Full Changelog: cli-v0.5.1-alpha.1...cli-v0.6.0-alpha.1

cli-v0.5.1-alpha.1

24 Apr 22:25

Choose a tag to compare

cli-v0.5.1-alpha.1 Pre-release
Pre-release

Install

npm (any platform with Node 20+)

npm i -g @cryptohopper/cli
# or one-shot:
npx @cryptohopper/cli login

The 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/cryptohopper

macOS (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/cryptohopper

Linux 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/cryptohopper

Windows 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 SHA256SUMS

Then 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

Full Changelog: cli-v0.5.0-alpha.1...cli-v0.5.1-alpha.1

cli-v0.5.0-alpha.1

24 Apr 19:28

Choose a tag to compare

cli-v0.5.0-alpha.1 Pre-release
Pre-release

Install

npm (any platform with Node 20+)

npm i -g @cryptohopper/cli
# or one-shot:
npx @cryptohopper/cli login

The 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/cryptohopper

macOS (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/cryptohopper

Linux 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/cryptohopper

Windows 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 SHA256SUMS

Then run cryptohopper login.

Full Changelog: cli-v0.4.0-alpha.1...cli-v0.5.0-alpha.1

cli-v0.4.0-alpha.1

24 Apr 13:07

Choose a tag to compare

cli-v0.4.0-alpha.1 Pre-release
Pre-release

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/cryptohopper

macOS (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/cryptohopper

Linux 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/cryptohopper

Windows 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 SHA256SUMS

Then run cryptohopper login.

Full Changelog: cli-v0.3.0-alpha.1...cli-v0.4.0-alpha.1

cli-v0.3.0-alpha.1

24 Apr 12:45

Choose a tag to compare

cli-v0.3.0-alpha.1 Pre-release
Pre-release

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/cryptohopper

macOS (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/cryptohopper

Linux 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/cryptohopper

Windows 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 SHA256SUMS

Then run cryptohopper login.

Full Changelog: cli-v0.2.0-alpha.1...cli-v0.3.0-alpha.1

cli-v0.2.0-alpha.1

24 Apr 12:23

Choose a tag to compare

cli-v0.2.0-alpha.1 Pre-release
Pre-release

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/cryptohopper

macOS (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/cryptohopper

Linux 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/cryptohopper

Windows 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 SHA256SUMS

Then run cryptohopper login.

Full Changelog: cli-v0.1.0-alpha.2...cli-v0.2.0-alpha.1

cli-v0.1.0-alpha.2

24 Apr 11:56

Choose a tag to compare

cli-v0.1.0-alpha.2 Pre-release
Pre-release

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/cryptohopper

macOS (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/cryptohopper

Linux 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/cryptohopper

Windows 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 SHA256SUMS

Then run cryptohopper login.

Full Changelog: cli-v0.1.0-alpha.1...cli-v0.1.0-alpha.2

cli-v0.1.0-alpha.1

24 Apr 10:40

Choose a tag to compare

cli-v0.1.0-alpha.1 Pre-release
Pre-release

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/cryptohopper

macOS (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/cryptohopper

Linux 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/cryptohopper

Windows 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 SHA256SUMS

Then run cryptohopper login.

Full Changelog: https://github.com/cryptohopper/cryptohopper-cli/commits/cli-v0.1.0-alpha.1