Install Aspect CLI (Legacy)
See full install instructions in README.md.
Bazelisk (MacOS / Linux)
Configure bazelisk to use the Aspect CLI for all developers in a repository
by adding the following to .bazeliskrc in the repository root:
BAZELISK_BASE_URL=https://github.com/aspect-build/aspect-cli-legacy/releases/download
USE_BAZEL_VERSION=aspect/2025.49.2Note
This approach doesn't provide the aspect init command, which has to run outside a Bazel workspace.
The underlying version of Bazel can be configured in your .bazelversion file or the BAZEL_VERSION environment variable.
Homebrew (MacOS)
To install the Aspect CLI on MacOS, you can run
brew install aspect-build/aspect/aspect-legacyThis installs the aspect command and also links it to bazel, just like the bazelisk installer does.
What's Changed
- feat: support run|build|test--watch source changes during build by @jbedard in #276
- chore: upgrade aspect-gazelle to b53abc0af39f by @jbedard in #277
Full Changelog: 2025.48.2...2025.49.2