Immutable
release. Only release title and notes can be modified.
bsubio CLI v0.15.6
Download the appropriate binary for your platform below.
Changelog
Other Changes
Installation
Debian/Ubuntu (.deb)
# Download the .deb package for your architecture (amd64 or arm64)
ARCH=$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/')
wget https://github.com/bsubio/cli/releases/download/v0.15.6/cli_0.15.6_linux_${ARCH}.deb
sudo dpkg -i cli_0.15.6_linux_${ARCH}.debRHEL/CentOS/Fedora (.rpm)
# Download the .rpm package for your architecture (amd64 or arm64)
ARCH=$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/')
wget https://github.com/bsubio/cli/releases/download/v0.15.6/cli_0.15.6_linux_${ARCH}.rpm
sudo rpm -i cli_0.15.6_linux_${ARCH}.rpmArch Linux (AUR)
# Using yay
yay -S bsubio-bin
# Or using paru
paru -S bsubio-binmacOS (Homebrew)
brew install bsubio/tap/bsubioWindows (winget)
winget install bsubio.bsubioWindows (Chocolatey)
choco install bsubioDocker
docker pull ghcr.io/bsubio/cli:latest
docker run ghcr.io/bsubio/cli:latest version
# With API key and file mounting
docker run -e BSUBIO_API_KEY=$BSUBIO_API_KEY \
-v $(pwd):/data \
ghcr.io/bsubio/cli:latest submit pdf/extract /data/input.pdfQuick Install (Recommended)
curl -fsSL https://www.bsub.io/install.sh | shManual Installation
- Download the binary for your platform
- Download the checksums file:
cli_0.15.6.sha256 - Verify the checksum:
sha256sum -c cli_0.15.6.sha256 - Make it executable:
chmod +x bsubio-* - Move to PATH:
sudo mv bsubio-* /usr/local/bin/bsubio