Skip to content

Releases: bsubio/cli

v0.15.6

25 Nov 09:12
Immutable release. Only release title and notes can be modified.
aba301a

Choose a tag to compare

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

v0.15.5

25 Nov 08:48
Immutable release. Only release title and notes can be modified.
3a361c7

Choose a tag to compare

bsubio CLI v0.15.5

Download the appropriate binary for your platform below.

Changelog

Other Changes

  • 3a361c7 Fix: Pass WINGET_GITHUB_TOKEN and AUR_SSH_KEY to GoReleaser (#157)

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.5/cli_0.15.5_linux_${ARCH}.deb
sudo dpkg -i cli_0.15.5_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.5/cli_0.15.5_linux_${ARCH}.rpm
sudo rpm -i cli_0.15.5_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.5.sha256
  3. Verify the checksum: sha256sum -c cli_0.15.5.sha256
  4. Make it executable: chmod +x bsubio-*
  5. Move to PATH: sudo mv bsubio-* /usr/local/bin/bsubio

Documentation

v0.15.4

25 Nov 08:33
Immutable release. Only release title and notes can be modified.
ac15271

Choose a tag to compare

bsubio CLI v0.15.4

Download the appropriate binary for your platform below.

Changelog

Other Changes

  • ac15271 Fix: Make winget, AUR, and Chocolatey publishing optional (fixes #155) (#156)

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.4/cli_0.15.4_linux_${ARCH}.deb
sudo dpkg -i cli_0.15.4_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.4/cli_0.15.4_linux_${ARCH}.rpm
sudo rpm -i cli_0.15.4_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.4.sha256
  3. Verify the checksum: sha256sum -c cli_0.15.4.sha256
  4. Make it executable: chmod +x bsubio-*
  5. Move to PATH: sudo mv bsubio-* /usr/local/bin/bsubio

Documentation

v0.15.3

25 Nov 07:53
Immutable release. Only release title and notes can be modified.
10c6daf

Choose a tag to compare

bsubio CLI v0.15.3

Download the appropriate binary for your platform below.

Changelog

Other Changes

  • 10c6daf Fix: Add Docker login to GHCR before pushing images (fixes #153) (#154)

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.3/cli_0.15.3_linux_${ARCH}.deb
sudo dpkg -i cli_0.15.3_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.3/cli_0.15.3_linux_${ARCH}.rpm
sudo rpm -i cli_0.15.3_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.3.sha256
  3. Verify the checksum: sha256sum -c cli_0.15.3.sha256
  4. Make it executable: chmod +x bsubio-*
  5. Move to PATH: sudo mv bsubio-* /usr/local/bin/bsubio

Documentation

v0.13.0

25 Nov 06:14
Immutable release. Only release title and notes can be modified.
0cdeb05

Choose a tag to compare

bsubio CLI v0.13.0

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.13.0/cli_0.13.0_linux_${ARCH}.deb
sudo dpkg -i cli_0.13.0_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.13.0/cli_0.13.0_linux_${ARCH}.rpm
sudo rpm -i cli_0.13.0_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

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.13.0.sha256
  3. Verify the checksum: sha256sum -c cli_0.13.0.sha256
  4. Make it executable: chmod +x bsubio-*
  5. Move to PATH: sudo mv bsubio-* /usr/local/bin/bsubio

Documentation

v0.12.0

25 Nov 05:57
Immutable release. Only release title and notes can be modified.
cbc1130

Choose a tag to compare

bsubio CLI v0.12.0

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.12.0/cli_0.12.0_linux_${ARCH}.deb
sudo dpkg -i cli_0.12.0_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.12.0/cli_0.12.0_linux_${ARCH}.rpm
sudo rpm -i cli_0.12.0_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 (Chocolatey)

choco install bsubio

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.12.0.sha256
  3. Verify the checksum: sha256sum -c cli_0.12.0.sha256
  4. Make it executable: chmod +x bsubio-*
  5. Move to PATH: sudo mv bsubio-* /usr/local/bin/bsubio

Documentation

v0.11.0

25 Nov 05:54
Immutable release. Only release title and notes can be modified.
23a0a04

Choose a tag to compare

bsubio CLI v0.11.0

Download the appropriate binary for your platform below.

Changelog

Other Changes

  • 23a0a04 Feat: Add Arch Linux (AUR) package distribution (fixes #136) (#138)

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.11.0/cli_0.11.0_linux_${ARCH}.deb
sudo dpkg -i cli_0.11.0_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.11.0/cli_0.11.0_linux_${ARCH}.rpm
sudo rpm -i cli_0.11.0_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 (Chocolatey)

choco install bsubio

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.11.0.sha256
  3. Verify the checksum: sha256sum -c cli_0.11.0.sha256
  4. Make it executable: chmod +x bsubio-*
  5. Move to PATH: sudo mv bsubio-* /usr/local/bin/bsubio

Documentation

v0.10.2

25 Nov 05:06
Immutable release. Only release title and notes can be modified.
9c48cd9

Choose a tag to compare

bsubio CLI v0.10.2

Download the appropriate binary for your platform below.

Changelog

Other Changes

  • 9c48cd9 Fix: Remove duplicate CI runs by removing pull_request trigger (fixes #133) (#134)

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.10.2/cli_0.10.2_linux_${ARCH}.deb
sudo dpkg -i cli_0.10.2_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.10.2/cli_0.10.2_linux_${ARCH}.rpm
sudo rpm -i cli_0.10.2_linux_${ARCH}.rpm

macOS (Homebrew)

brew install bsubio/tap/bsubio

Windows (Chocolatey)

choco install bsubio

Quick Install (Recommended)

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

Manual Installation

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

Documentation

v0.10.1

25 Nov 04:58
Immutable release. Only release title and notes can be modified.
15e7dc8

Choose a tag to compare

bsubio CLI v0.10.1

Download the appropriate binary for your platform below.

Changelog

Other Changes

  • 15e7dc8 Fix: Improve error messages for cancelled/failed jobs (fixes #131) (#132)

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.10.1/cli_0.10.1_linux_${ARCH}.deb
sudo dpkg -i cli_0.10.1_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.10.1/cli_0.10.1_linux_${ARCH}.rpm
sudo rpm -i cli_0.10.1_linux_${ARCH}.rpm

macOS (Homebrew)

brew install bsubio/tap/bsubio

Windows (Chocolatey)

choco install bsubio

Quick Install (Recommended)

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

Manual Installation

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

Documentation

v0.10.0

25 Nov 03:36
Immutable release. Only release title and notes can be modified.
cbed828

Choose a tag to compare

bsubio CLI v0.10.0

Download the appropriate binary for your platform below.

Changelog

Other Changes

  • cbed828 Feat: Allow cancel command to accept multiple job IDs (fixes #129) (#130)

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.10.0/cli_0.10.0_linux_${ARCH}.deb
sudo dpkg -i cli_0.10.0_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.10.0/cli_0.10.0_linux_${ARCH}.rpm
sudo rpm -i cli_0.10.0_linux_${ARCH}.rpm

macOS (Homebrew)

brew install bsubio/tap/bsubio

Windows (Chocolatey)

choco install bsubio

Quick Install (Recommended)

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

Manual Installation

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

Documentation