Skip to content

v0.15.6

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Nov 09:12
Immutable release. Only release title and notes can be modified.
aba301a

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}.deb

RHEL/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}.rpm

Arch Linux (AUR)

# Using yay
yay -S bsubio-bin

# Or using paru
paru -S bsubio-bin

macOS (Homebrew)

brew install bsubio/tap/bsubio

Windows (winget)

winget install bsubio.bsubio

Windows (Chocolatey)

choco install bsubio

Docker

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.pdf

Quick Install (Recommended)

curl -fsSL https://www.bsub.io/install.sh | sh

Manual Installation

  1. Download the binary for your platform
  2. Download the checksums file: cli_0.15.6.sha256
  3. Verify the checksum: sha256sum -c cli_0.15.6.sha256
  4. Make it executable: chmod +x bsubio-*
  5. Move to PATH: sudo mv bsubio-* /usr/local/bin/bsubio

Documentation