Skip to content

Releases: steel-dev/cli

v0.3.5

25 Mar 07:14

Choose a tag to compare

Install steel-cli 0.3.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/steel-dev/cli/releases/download/v0.3.5/steel-cli-installer.sh | sh

Download steel-cli 0.3.5

File Platform Checksum
steel-cli-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
steel-cli-x86_64-apple-darwin.tar.gz Intel macOS checksum
steel-cli-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
steel-cli-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo steel-dev/cli

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

v0.3.4

20 Mar 15:24

Choose a tag to compare

Install steel-cli 0.3.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/steel-dev/cli/releases/download/v0.3.4/steel-cli-installer.sh | sh

Download steel-cli 0.3.4

File Platform Checksum
steel-cli-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
steel-cli-x86_64-apple-darwin.tar.gz Intel macOS checksum
steel-cli-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
steel-cli-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo steel-dev/cli

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

v0.3.3

20 Mar 10:57

Choose a tag to compare

Install steel-cli 0.3.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/steel-dev/cli/releases/download/v0.3.3/steel-cli-installer.sh | sh

Download steel-cli 0.3.3

File Platform Checksum
steel-cli-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
steel-cli-x86_64-apple-darwin.tar.gz Intel macOS checksum
steel-cli-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
steel-cli-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo steel-dev/cli

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

v0.3.2

19 Mar 13:47

Choose a tag to compare

Install steel-cli 0.3.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/steel-dev/cli/releases/download/v0.3.2/steel-cli-installer.sh | sh

Download steel-cli 0.3.2

File Platform Checksum
steel-cli-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
steel-cli-x86_64-apple-darwin.tar.gz Intel macOS checksum
steel-cli-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
steel-cli-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo steel-dev/cli

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

v0.3.1

18 Mar 08:41

Choose a tag to compare

Install steel-cli 0.3.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/steel-dev/cli/releases/download/v0.3.1/steel-cli-installer.sh | sh

Download steel-cli 0.3.1

File Platform Checksum
steel-cli-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
steel-cli-x86_64-apple-darwin.tar.gz Intel macOS checksum
steel-cli-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
steel-cli-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo steel-dev/cli

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

v0.3.0

17 Mar 13:26
b4d4c09

Choose a tag to compare

Install steel-cli 0.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/steel-dev/cli/releases/download/v0.3.0/steel-cli-installer.sh | sh

Download steel-cli 0.3.0

File Platform Checksum
steel-cli-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
steel-cli-x86_64-apple-darwin.tar.gz Intel macOS checksum
steel-cli-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
steel-cli-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo steel-dev/cli

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

Release v0.2.4-beta

17 Mar 08:44

Choose a tag to compare

Improvements

Housekeeping


release-image

Come Hang Out

  • Questions? Join us on Discord
  • Found a bug? Open an issue on GitHub

Release v0.2.3-beta

14 Mar 03:42

Choose a tag to compare

Housekeeping


release-image

Come Hang Out

  • Questions? Join us on Discord
  • Found a bug? Open an issue on GitHub

Release v0.2.2-beta

14 Mar 03:27

Choose a tag to compare

Improvements

Bug Fixes

  • f30870: fix(browser): align CDP passthrough and bundle vendored daemon assets (@hussufo)
  • 0b20c8: fix: test and connect url (@junhsss)
  • aefc66: fix(browser): redact connect URLs and align stealth session payload (@hussufo)
  • 2c6c74: fix(browser): handle session lookup errors and bootstrap flag parsing (@hussufo)
  • f6c2b3: fix: don't block commands on failed auto-updates (@junhsss)
  • 6e9abf: fix: bypass session check for auth/device/session subcommands (@junhsss)

Documentation

  • af7801: docs(plan): recalibrate browser fork track statuses (@hussufo)
  • a29ba5: docs(browser): publish migration and compatibility references (@hussufo)
  • 4247f2: docs(plan): reconcile remaining release gates with completed work (@hussufo)
  • 0a3481: docs(browser): expand agent troubleshooting and output security references (@hussufo)
  • 373d9e: docs(plan): detail expanded cloud e2e command-chain coverage (@hussufo)
  • 41db93: docs(skills): add steel-browser skill package (@hussufo)
  • ce9994: docs(steel-browser): rewrite skill docs with broader triggers, command cheatsheet, and quick-start patterns (@hussufo)

Housekeeping


release-image

Come Hang Out

  • Questions? Join us on Discord
  • Found a bug? Open an issue on GitHub

Release v0.1.9-beta

29 Oct 09:47
4701902

Choose a tag to compare

Bug Fixes

Housekeeping


release-image

Come Hang Out

  • Questions? Join us on Discord
  • Found a bug? Open an issue on GitHub