github charmbracelet/crush v0.73.0

3 hours ago

Follow-up to Bedrock

Last Friday, we shipped some changes for Bedrock to make it work by default for most users.

Before that release, your AWS_REGION or AWS_DEFAULT_REGION could instruct Crush to try to reach Bedrock at a different region, and it could not work at all because most models are only available in very few regions. Because it was not clear why Crush was not working for Bedrock, this could be confusing to users. We then enforced us-east-1 for region because that one should work for everyone.

Bedrock Europe 🇪🇺

Since then, a few of you reached out telling us that models are also available on eu-west-1, and some users in Europe might prefer or need (due to employer restrictions) to use an European region.

Starting on this release, you'll see two providers if you search for "bedrock":

  • Bedrock US: will use us-east-1
  • Bedrock Europe: will use eu-west-1
Screenshot 2026-05-26 at 14 45 31

That's all for today.
Stay tuned for the next releases!

Changelog

New!

Fixed


Verifying the artifacts

First, download the checksums.txt file and the checksums.txt.sigstore.json file files, for example, with wget:

wget 'https://github.com/charmbracelet/crush/releases/download/v0.73.0/checksums.txt'
wget 'https://github.com/charmbracelet/crush/releases/download/v0.73.0/checksums.txt.sigstore.json'

Then, verify it using cosign:

cosign verify-blob \
  --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  --bundle 'checksums.txt.sigstore.json' \
  ./checksums.txt

If the output is Verified OK, you can safely use it to verify the checksums of other artifacts you downloaded from the release using sha256sum:

sha256sum --ignore-missing -c checksums.txt

Done! You artifacts are now verified!

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

Don't miss a new crush release

NewReleases is sending notifications on new releases.