Releases: Cosmic-Chimps/bella-baxter-cli
v0.1.1-preview.95
Install Bella CLI 0.1.1-preview.95
Homebrew (macOS + Linux)
brew tap cosmic-chimps/bella-baxter-cli
brew install bella.NET tool (cross-platform)
dotnet tool install --global BellaBaxter.Cli --version 0.1.1-preview.95Upgrade an existing install:
dotnet tool update --global BellaBaxter.Cli --version 0.1.1-preview.95WinGet (Windows)
winget install CosmicChimps.BellaBaxterCliLinux / macOS (curl)
curl -sSfL https://raw.githubusercontent.com/cosmic-chimps/bella-baxter-cli/main/scripts/install-bella.sh | bashWindows (PowerShell)
irm https://raw.githubusercontent.com/cosmic-chimps/bella-baxter-cli/main/scripts/install-bella.ps1 | iexDocker (zero runtime dependencies)
# glibc (Debian, Ubuntu, most distros)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.95 /usr/local/bin/bella /usr/local/bin/bella
# musl (Alpine Linux)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.95-alpine /usr/local/bin/bella /usr/local/bin/bellaManual download
Download the binary for your platform below, mark it executable and place it in your $PATH.
| Platform | File |
|---|---|
| Windows x64 | cli-win-x64.exe |
| Windows ARM64 | cli-win-arm64.exe |
| macOS Intel | cli-osx-x64 |
| macOS Apple Silicon | cli-osx-arm64 |
| Linux x64 | cli-linux-x64 |
| Linux ARM64 | cli-linux-arm64 |
| Linux (musl/Alpine) x64 | cli-linux-musl-x64 |
| Linux (musl/Alpine) ARM64 | cli-linux-musl-arm64 |
| NuGet dotnet tool | BellaBaxter.Cli.0.1.1-preview.95.nupkg |
Verify your download
Every release ships a checksums.txt (SHA256) and, when the signing key is configured, a checksums.txt.asc (GPG detached signature).
Build provenance is attested via Sigstore and verifiable in your browser.
# Verify SHA256
sha256sum --check --ignore-missing checksums.txt
# Verify GPG signature (requires gpg and the Cosmic Chimps public key)
gpg --import bella-signing-key.asc # one-time import
gpg --verify checksums.txt.asc checksums.txt
# Verify build provenance (requires GitHub CLI)
gh attestation verify cli-linux-x64 --repo cosmic-chimps/bella-baxter-cliBrowse all attestations: https://github.com/cosmic-chimps/bella-baxter-cli/attestations
Upgrade
bella upgradev0.1.1-preview.94
Install Bella CLI 0.1.1-preview.94
Homebrew (macOS + Linux)
brew tap cosmic-chimps/bella-baxter-cli
brew install bella.NET tool (cross-platform)
dotnet tool install --global BellaBaxter.Cli --version 0.1.1-preview.94Upgrade an existing install:
dotnet tool update --global BellaBaxter.Cli --version 0.1.1-preview.94WinGet (Windows)
winget install CosmicChimps.BellaBaxterCliLinux / macOS (curl)
curl -sSfL https://raw.githubusercontent.com/cosmic-chimps/bella-baxter-cli/main/scripts/install-bella.sh | bashWindows (PowerShell)
irm https://raw.githubusercontent.com/cosmic-chimps/bella-baxter-cli/main/scripts/install-bella.ps1 | iexDocker (zero runtime dependencies)
# glibc (Debian, Ubuntu, most distros)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.94 /usr/local/bin/bella /usr/local/bin/bella
# musl (Alpine Linux)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.94-alpine /usr/local/bin/bella /usr/local/bin/bellaManual download
Download the binary for your platform below, mark it executable and place it in your $PATH.
| Platform | File |
|---|---|
| Windows x64 | cli-win-x64.exe |
| Windows ARM64 | cli-win-arm64.exe |
| macOS Intel | cli-osx-x64 |
| macOS Apple Silicon | cli-osx-arm64 |
| Linux x64 | cli-linux-x64 |
| Linux ARM64 | cli-linux-arm64 |
| Linux (musl/Alpine) x64 | cli-linux-musl-x64 |
| Linux (musl/Alpine) ARM64 | cli-linux-musl-arm64 |
| NuGet dotnet tool | BellaBaxter.Cli.0.1.1-preview.94.nupkg |
Verify your download
Every release ships a checksums.txt (SHA256) and, when the signing key is configured, a checksums.txt.asc (GPG detached signature).
Build provenance is attested via Sigstore and verifiable in your browser.
# Verify SHA256
sha256sum --check --ignore-missing checksums.txt
# Verify GPG signature (requires gpg and the Cosmic Chimps public key)
gpg --import bella-signing-key.asc # one-time import
gpg --verify checksums.txt.asc checksums.txt
# Verify build provenance (requires GitHub CLI)
gh attestation verify cli-linux-x64 --repo cosmic-chimps/bella-baxter-cliBrowse all attestations: https://github.com/cosmic-chimps/bella-baxter-cli/attestations
Upgrade
bella upgradev0.1.1-preview.92
Install Bella CLI 0.1.1-preview.92
Homebrew (macOS + Linux)
brew tap cosmic-chimps/bella-baxter-cli
brew install bella.NET tool (cross-platform)
dotnet tool install --global BellaBaxter.Cli --version 0.1.1-preview.92Upgrade an existing install:
dotnet tool update --global BellaBaxter.Cli --version 0.1.1-preview.92WinGet (Windows)
winget install CosmicChimps.BellaBaxterCliLinux / macOS (curl)
curl -sSfL https://raw.githubusercontent.com/cosmic-chimps/bella-baxter-cli/main/scripts/install-bella.sh | bashWindows (PowerShell)
irm https://raw.githubusercontent.com/cosmic-chimps/bella-baxter-cli/main/scripts/install-bella.ps1 | iexDocker (zero runtime dependencies)
# glibc (Debian, Ubuntu, most distros)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.92 /usr/local/bin/bella /usr/local/bin/bella
# musl (Alpine Linux)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.92-alpine /usr/local/bin/bella /usr/local/bin/bellaManual download
Download the binary for your platform below, mark it executable and place it in your $PATH.
| Platform | File |
|---|---|
| Windows x64 | cli-win-x64.exe |
| Windows ARM64 | cli-win-arm64.exe |
| macOS Intel | cli-osx-x64 |
| macOS Apple Silicon | cli-osx-arm64 |
| Linux x64 | cli-linux-x64 |
| Linux ARM64 | cli-linux-arm64 |
| Linux (musl/Alpine) x64 | cli-linux-musl-x64 |
| Linux (musl/Alpine) ARM64 | cli-linux-musl-arm64 |
| NuGet dotnet tool | BellaBaxter.Cli.0.1.1-preview.92.nupkg |
Verify your download
Every release ships a checksums.txt (SHA256) and, when the signing key is configured, a checksums.txt.asc (GPG detached signature).
Build provenance is attested via Sigstore and verifiable in your browser.
# Verify SHA256
sha256sum --check --ignore-missing checksums.txt
# Verify GPG signature (requires gpg and the Cosmic Chimps public key)
gpg --import bella-signing-key.asc # one-time import
gpg --verify checksums.txt.asc checksums.txt
# Verify build provenance (requires GitHub CLI)
gh attestation verify cli-linux-x64 --repo cosmic-chimps/bella-baxter-cliBrowse all attestations: https://github.com/cosmic-chimps/bella-baxter-cli/attestations
Upgrade
bella upgradev0.1.1-preview.90
Install Bella CLI 0.1.1-preview.90
Homebrew (macOS + Linux)
brew tap cosmic-chimps/bella-baxter-cli
brew install bella.NET tool (cross-platform)
dotnet tool install --global BellaBaxter.Cli --version 0.1.1-preview.90Upgrade an existing install:
dotnet tool update --global BellaBaxter.Cli --version 0.1.1-preview.90WinGet (Windows)
winget install CosmicChimps.BellaBaxterCliLinux / macOS (curl)
curl -sSfL https://raw.githubusercontent.com/cosmic-chimps/bella-baxter-cli/main/scripts/install-bella.sh | bashWindows (PowerShell)
irm https://raw.githubusercontent.com/cosmic-chimps/bella-baxter-cli/main/scripts/install-bella.ps1 | iexDocker (zero runtime dependencies)
# glibc (Debian, Ubuntu, most distros)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.90 /usr/local/bin/bella /usr/local/bin/bella
# musl (Alpine Linux)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.90-alpine /usr/local/bin/bella /usr/local/bin/bellaManual download
Download the binary for your platform below, mark it executable and place it in your $PATH.
| Platform | File |
|---|---|
| Windows x64 | cli-win-x64.exe |
| Windows ARM64 | cli-win-arm64.exe |
| macOS Intel | cli-osx-x64 |
| macOS Apple Silicon | cli-osx-arm64 |
| Linux x64 | cli-linux-x64 |
| Linux ARM64 | cli-linux-arm64 |
| Linux (musl/Alpine) x64 | cli-linux-musl-x64 |
| Linux (musl/Alpine) ARM64 | cli-linux-musl-arm64 |
| NuGet dotnet tool | BellaBaxter.Cli.0.1.1-preview.90.nupkg |
Verify your download
Every release ships a checksums.txt (SHA256) and, when the signing key is configured, a checksums.txt.asc (GPG detached signature).
Build provenance is attested via Sigstore and verifiable in your browser.
# Verify SHA256
sha256sum --check --ignore-missing checksums.txt
# Verify GPG signature (requires gpg and the Cosmic Chimps public key)
gpg --import bella-signing-key.asc # one-time import
gpg --verify checksums.txt.asc checksums.txt
# Verify build provenance (requires GitHub CLI)
gh attestation verify cli-linux-x64 --repo cosmic-chimps/bella-baxter-cliBrowse all attestations: https://github.com/cosmic-chimps/bella-baxter-cli/attestations
Upgrade
bella upgradev0.1.1-preview.89
Install Bella CLI 0.1.1-preview.89
Homebrew (macOS + Linux)
brew tap cosmic-chimps/bella-baxter-cli
brew install bella.NET tool (cross-platform)
dotnet tool install --global BellaBaxter.Cli --version 0.1.1-preview.89Upgrade an existing install:
dotnet tool update --global BellaBaxter.Cli --version 0.1.1-preview.89WinGet (Windows)
winget install CosmicChimps.BellaBaxterCliLinux / macOS (curl)
curl -sSfL https://raw.githubusercontent.com/cosmic-chimps/bella-baxter-cli/main/scripts/install-bella.sh | bashWindows (PowerShell)
irm https://raw.githubusercontent.com/cosmic-chimps/bella-baxter-cli/main/scripts/install-bella.ps1 | iexDocker (zero runtime dependencies)
# glibc (Debian, Ubuntu, most distros)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.89 /usr/local/bin/bella /usr/local/bin/bella
# musl (Alpine Linux)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.89-alpine /usr/local/bin/bella /usr/local/bin/bellaManual download
Download the binary for your platform below, mark it executable and place it in your $PATH.
| Platform | File |
|---|---|
| Windows x64 | cli-win-x64.exe |
| Windows ARM64 | cli-win-arm64.exe |
| macOS Intel | cli-osx-x64 |
| macOS Apple Silicon | cli-osx-arm64 |
| Linux x64 | cli-linux-x64 |
| Linux ARM64 | cli-linux-arm64 |
| Linux (musl/Alpine) x64 | cli-linux-musl-x64 |
| Linux (musl/Alpine) ARM64 | cli-linux-musl-arm64 |
| NuGet dotnet tool | BellaBaxter.Cli.0.1.1-preview.89.nupkg |
Verify your download
Every release ships a checksums.txt (SHA256) and, when the signing key is configured, a checksums.txt.asc (GPG detached signature).
Build provenance is attested via Sigstore and verifiable in your browser.
# Verify SHA256
sha256sum --check --ignore-missing checksums.txt
# Verify GPG signature (requires gpg and the Cosmic Chimps public key)
gpg --import bella-signing-key.asc # one-time import
gpg --verify checksums.txt.asc checksums.txt
# Verify build provenance (requires GitHub CLI)
gh attestation verify cli-linux-x64 --repo cosmic-chimps/bella-baxter-cliBrowse all attestations: https://github.com/cosmic-chimps/bella-baxter-cli/attestations
Upgrade
bella upgradev0.1.1-preview.88
Install Bella CLI 0.1.1-preview.88
Homebrew (macOS + Linux)
brew tap cosmic-chimps/bella-baxter-cli
brew install bella.NET tool (cross-platform)
dotnet tool install --global BellaBaxter.Cli --version 0.1.1-preview.88Upgrade an existing install:
dotnet tool update --global BellaBaxter.Cli --version 0.1.1-preview.88WinGet (Windows)
winget install CosmicChimps.BellaBaxterCliLinux / macOS (curl)
curl -sSfL https://raw.githubusercontent.com/cosmic-chimps/bella-baxter-cli/main/scripts/install-bella.sh | bashWindows (PowerShell)
irm https://raw.githubusercontent.com/cosmic-chimps/bella-baxter-cli/main/scripts/install-bella.ps1 | iexDocker (zero runtime dependencies)
# glibc (Debian, Ubuntu, most distros)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.88 /usr/local/bin/bella /usr/local/bin/bella
# musl (Alpine Linux)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.88-alpine /usr/local/bin/bella /usr/local/bin/bellaManual download
Download the binary for your platform below, mark it executable and place it in your $PATH.
| Platform | File |
|---|---|
| Windows x64 | cli-win-x64.exe |
| Windows ARM64 | cli-win-arm64.exe |
| macOS Intel | cli-osx-x64 |
| macOS Apple Silicon | cli-osx-arm64 |
| Linux x64 | cli-linux-x64 |
| Linux ARM64 | cli-linux-arm64 |
| Linux (musl/Alpine) x64 | cli-linux-musl-x64 |
| Linux (musl/Alpine) ARM64 | cli-linux-musl-arm64 |
| NuGet dotnet tool | BellaBaxter.Cli.0.1.1-preview.88.nupkg |
Verify your download
Every release ships a checksums.txt (SHA256) and, when the signing key is configured, a checksums.txt.asc (GPG detached signature).
Build provenance is attested via Sigstore and verifiable in your browser.
# Verify SHA256
sha256sum --check --ignore-missing checksums.txt
# Verify GPG signature (requires gpg and the Cosmic Chimps public key)
gpg --import bella-signing-key.asc # one-time import
gpg --verify checksums.txt.asc checksums.txt
# Verify build provenance (requires GitHub CLI)
gh attestation verify cli-linux-x64 --repo cosmic-chimps/bella-baxter-cliBrowse all attestations: https://github.com/cosmic-chimps/bella-baxter-cli/attestations
Upgrade
bella upgradev0.1.1-preview.87
Install Bella CLI 0.1.1-preview.87
Homebrew (macOS + Linux)
brew tap cosmic-chimps/bella-baxter-cli
brew install bella.NET tool (cross-platform)
dotnet tool install --global BellaBaxter.Cli --version 0.1.1-preview.87Upgrade an existing install:
dotnet tool update --global BellaBaxter.Cli --version 0.1.1-preview.87WinGet (Windows)
winget install CosmicChimps.BellaBaxterCliLinux / macOS (curl)
curl -sSfL https://raw.githubusercontent.com/cosmic-chimps/bella-baxter-cli/main/scripts/install-bella.sh | bashWindows (PowerShell)
irm https://raw.githubusercontent.com/cosmic-chimps/bella-baxter-cli/main/scripts/install-bella.ps1 | iexDocker (zero runtime dependencies)
# glibc (Debian, Ubuntu, most distros)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.87 /usr/local/bin/bella /usr/local/bin/bella
# musl (Alpine Linux)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.87-alpine /usr/local/bin/bella /usr/local/bin/bellaManual download
Download the binary for your platform below, mark it executable and place it in your $PATH.
| Platform | File |
|---|---|
| Windows x64 | cli-win-x64.exe |
| Windows ARM64 | cli-win-arm64.exe |
| macOS Intel | cli-osx-x64 |
| macOS Apple Silicon | cli-osx-arm64 |
| Linux x64 | cli-linux-x64 |
| Linux ARM64 | cli-linux-arm64 |
| Linux (musl/Alpine) x64 | cli-linux-musl-x64 |
| Linux (musl/Alpine) ARM64 | cli-linux-musl-arm64 |
| NuGet dotnet tool | BellaBaxter.Cli.0.1.1-preview.87.nupkg |
Verify your download
Every release ships a checksums.txt (SHA256) and, when the signing key is configured, a checksums.txt.asc (GPG detached signature).
Build provenance is attested via Sigstore and verifiable in your browser.
# Verify SHA256
sha256sum --check --ignore-missing checksums.txt
# Verify GPG signature (requires gpg and the Cosmic Chimps public key)
gpg --import bella-signing-key.asc # one-time import
gpg --verify checksums.txt.asc checksums.txt
# Verify build provenance (requires GitHub CLI)
gh attestation verify cli-linux-x64 --repo cosmic-chimps/bella-baxter-cliBrowse all attestations: https://github.com/cosmic-chimps/bella-baxter-cli/attestations
Upgrade
bella upgradev0.1.1-preview.86
Install Bella CLI 0.1.1-preview.86
Homebrew (macOS + Linux)
brew tap cosmic-chimps/bella-baxter-cli
brew install bella.NET tool (cross-platform)
dotnet tool install --global BellaBaxter.Cli --version 0.1.1-preview.86Upgrade an existing install:
dotnet tool update --global BellaBaxter.Cli --version 0.1.1-preview.86WinGet (Windows)
winget install CosmicChimps.BellaBaxterCliLinux / macOS (curl)
curl -sSfL https://raw.githubusercontent.com/cosmic-chimps/bella-baxter-cli/main/scripts/install-bella.sh | bashWindows (PowerShell)
irm https://raw.githubusercontent.com/cosmic-chimps/bella-baxter-cli/main/scripts/install-bella.ps1 | iexDocker (zero runtime dependencies)
# glibc (Debian, Ubuntu, most distros)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.86 /usr/local/bin/bella /usr/local/bin/bella
# musl (Alpine Linux)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.86-alpine /usr/local/bin/bella /usr/local/bin/bellaManual download
Download the binary for your platform below, mark it executable and place it in your $PATH.
| Platform | File |
|---|---|
| Windows x64 | cli-win-x64.exe |
| Windows ARM64 | cli-win-arm64.exe |
| macOS Intel | cli-osx-x64 |
| macOS Apple Silicon | cli-osx-arm64 |
| Linux x64 | cli-linux-x64 |
| Linux ARM64 | cli-linux-arm64 |
| Linux (musl/Alpine) x64 | cli-linux-musl-x64 |
| Linux (musl/Alpine) ARM64 | cli-linux-musl-arm64 |
| NuGet dotnet tool | BellaBaxter.Cli.0.1.1-preview.86.nupkg |
Verify your download
Every release ships a checksums.txt (SHA256) and, when the signing key is configured, a checksums.txt.asc (GPG detached signature).
Build provenance is attested via Sigstore and verifiable in your browser.
# Verify SHA256
sha256sum --check --ignore-missing checksums.txt
# Verify GPG signature (requires gpg and the Cosmic Chimps public key)
gpg --import bella-signing-key.asc # one-time import
gpg --verify checksums.txt.asc checksums.txt
# Verify build provenance (requires GitHub CLI)
gh attestation verify cli-linux-x64 --repo cosmic-chimps/bella-baxter-cliBrowse all attestations: https://github.com/cosmic-chimps/bella-baxter-cli/attestations
Upgrade
bella upgradev0.1.1-preview.85
Install Bella CLI 0.1.1-preview.85
Homebrew (macOS + Linux)
brew tap cosmic-chimps/bella-baxter-cli
brew install bella.NET tool (cross-platform)
dotnet tool install --global BellaBaxter.Cli --version 0.1.1-preview.85Upgrade an existing install:
dotnet tool update --global BellaBaxter.Cli --version 0.1.1-preview.85WinGet (Windows)
winget install CosmicChimps.BellaBaxterCliLinux / macOS (curl)
curl -sSfL https://raw.githubusercontent.com/cosmic-chimps/bella-baxter-cli/main/scripts/install-bella.sh | bashWindows (PowerShell)
irm https://raw.githubusercontent.com/cosmic-chimps/bella-baxter-cli/main/scripts/install-bella.ps1 | iexDocker (zero runtime dependencies)
# glibc (Debian, Ubuntu, most distros)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.85 /usr/local/bin/bella /usr/local/bin/bella
# musl (Alpine Linux)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.85-alpine /usr/local/bin/bella /usr/local/bin/bellaManual download
Download the binary for your platform below, mark it executable and place it in your $PATH.
| Platform | File |
|---|---|
| Windows x64 | cli-win-x64.exe |
| Windows ARM64 | cli-win-arm64.exe |
| macOS Intel | cli-osx-x64 |
| macOS Apple Silicon | cli-osx-arm64 |
| Linux x64 | cli-linux-x64 |
| Linux ARM64 | cli-linux-arm64 |
| Linux (musl/Alpine) x64 | cli-linux-musl-x64 |
| Linux (musl/Alpine) ARM64 | cli-linux-musl-arm64 |
| NuGet dotnet tool | BellaBaxter.Cli.0.1.1-preview.85.nupkg |
Verify your download
Every release ships a checksums.txt (SHA256) and, when the signing key is configured, a checksums.txt.asc (GPG detached signature).
Build provenance is attested via Sigstore and verifiable in your browser.
# Verify SHA256
sha256sum --check --ignore-missing checksums.txt
# Verify GPG signature (requires gpg and the Cosmic Chimps public key)
gpg --import bella-signing-key.asc # one-time import
gpg --verify checksums.txt.asc checksums.txt
# Verify build provenance (requires GitHub CLI)
gh attestation verify cli-linux-x64 --repo cosmic-chimps/bella-baxter-cliBrowse all attestations: https://github.com/cosmic-chimps/bella-baxter-cli/attestations
Upgrade
bella upgradev0.1.1-preview.84
Install Bella CLI 0.1.1-preview.84
Homebrew (macOS + Linux)
brew tap cosmic-chimps/bella-baxter-cli
brew install bella.NET tool (cross-platform)
dotnet tool install --global BellaBaxter.Cli --version 0.1.1-preview.84Upgrade an existing install:
dotnet tool update --global BellaBaxter.Cli --version 0.1.1-preview.84WinGet (Windows)
winget install CosmicChimps.BellaBaxterCliLinux / macOS (curl)
curl -sSfL https://raw.githubusercontent.com/cosmic-chimps/bella-baxter-cli/main/scripts/install-bella.sh | bashWindows (PowerShell)
irm https://raw.githubusercontent.com/cosmic-chimps/bella-baxter-cli/main/scripts/install-bella.ps1 | iexDocker (zero runtime dependencies)
# glibc (Debian, Ubuntu, most distros)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.84 /usr/local/bin/bella /usr/local/bin/bella
# musl (Alpine Linux)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.84-alpine /usr/local/bin/bella /usr/local/bin/bellaManual download
Download the binary for your platform below, mark it executable and place it in your $PATH.
| Platform | File |
|---|---|
| Windows x64 | cli-win-x64.exe |
| Windows ARM64 | cli-win-arm64.exe |
| macOS Intel | cli-osx-x64 |
| macOS Apple Silicon | cli-osx-arm64 |
| Linux x64 | cli-linux-x64 |
| Linux ARM64 | cli-linux-arm64 |
| Linux (musl/Alpine) x64 | cli-linux-musl-x64 |
| Linux (musl/Alpine) ARM64 | cli-linux-musl-arm64 |
| NuGet dotnet tool | BellaBaxter.Cli.0.1.1-preview.84.nupkg |
Verify your download
Every release ships a checksums.txt (SHA256) and, when the signing key is configured, a checksums.txt.asc (GPG detached signature).
Build provenance is attested via Sigstore and verifiable in your browser.
# Verify SHA256
sha256sum --check --ignore-missing checksums.txt
# Verify GPG signature (requires gpg and the Cosmic Chimps public key)
gpg --import bella-signing-key.asc # one-time import
gpg --verify checksums.txt.asc checksums.txt
# Verify build provenance (requires GitHub CLI)
gh attestation verify cli-linux-x64 --repo cosmic-chimps/bella-baxter-cliBrowse all attestations: https://github.com/cosmic-chimps/bella-baxter-cli/attestations
Upgrade
bella upgrade