Releases: bsubio/cli
Releases · bsubio/cli
v0.15.6
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
Documentation
v0.15.5
Immutable
release. Only release title and notes can be modified.
bsubio CLI v0.15.5
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.5/cli_0.15.5_linux_${ARCH}.deb
sudo dpkg -i cli_0.15.5_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.5/cli_0.15.5_linux_${ARCH}.rpm
sudo rpm -i cli_0.15.5_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.5.sha256 - Verify the checksum:
sha256sum -c cli_0.15.5.sha256 - Make it executable:
chmod +x bsubio-* - Move to PATH:
sudo mv bsubio-* /usr/local/bin/bsubio
Documentation
v0.15.4
Immutable
release. Only release title and notes can be modified.
bsubio CLI v0.15.4
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.4/cli_0.15.4_linux_${ARCH}.deb
sudo dpkg -i cli_0.15.4_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.4/cli_0.15.4_linux_${ARCH}.rpm
sudo rpm -i cli_0.15.4_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.4.sha256 - Verify the checksum:
sha256sum -c cli_0.15.4.sha256 - Make it executable:
chmod +x bsubio-* - Move to PATH:
sudo mv bsubio-* /usr/local/bin/bsubio
Documentation
v0.15.3
Immutable
release. Only release title and notes can be modified.
bsubio CLI v0.15.3
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.3/cli_0.15.3_linux_${ARCH}.deb
sudo dpkg -i cli_0.15.3_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.3/cli_0.15.3_linux_${ARCH}.rpm
sudo rpm -i cli_0.15.3_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.3.sha256 - Verify the checksum:
sha256sum -c cli_0.15.3.sha256 - Make it executable:
chmod +x bsubio-* - Move to PATH:
sudo mv bsubio-* /usr/local/bin/bsubio
Documentation
v0.13.0
Immutable
release. Only release title and notes can be modified.
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}.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.13.0/cli_0.13.0_linux_${ARCH}.rpm
sudo rpm -i cli_0.13.0_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 bsubioQuick Install (Recommended)
curl -fsSL https://www.bsub.io/install.sh | shManual Installation
- Download the binary for your platform
- Download the checksums file:
cli_0.13.0.sha256 - Verify the checksum:
sha256sum -c cli_0.13.0.sha256 - Make it executable:
chmod +x bsubio-* - Move to PATH:
sudo mv bsubio-* /usr/local/bin/bsubio
Documentation
v0.12.0
Immutable
release. Only release title and notes can be modified.
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}.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.12.0/cli_0.12.0_linux_${ARCH}.rpm
sudo rpm -i cli_0.12.0_linux_${ARCH}.rpmArch Linux (AUR)
# Using yay
yay -S bsubio-bin
# Or using paru
paru -S bsubio-binmacOS (Homebrew)
brew install bsubio/tap/bsubioWindows (Chocolatey)
choco install bsubioQuick Install (Recommended)
curl -fsSL https://www.bsub.io/install.sh | shManual Installation
- Download the binary for your platform
- Download the checksums file:
cli_0.12.0.sha256 - Verify the checksum:
sha256sum -c cli_0.12.0.sha256 - Make it executable:
chmod +x bsubio-* - Move to PATH:
sudo mv bsubio-* /usr/local/bin/bsubio
Documentation
v0.11.0
Immutable
release. Only release title and notes can be modified.
bsubio CLI v0.11.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.11.0/cli_0.11.0_linux_${ARCH}.deb
sudo dpkg -i cli_0.11.0_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.11.0/cli_0.11.0_linux_${ARCH}.rpm
sudo rpm -i cli_0.11.0_linux_${ARCH}.rpmArch Linux (AUR)
# Using yay
yay -S bsubio-bin
# Or using paru
paru -S bsubio-binmacOS (Homebrew)
brew install bsubio/tap/bsubioWindows (Chocolatey)
choco install bsubioQuick Install (Recommended)
curl -fsSL https://www.bsub.io/install.sh | shManual Installation
- Download the binary for your platform
- Download the checksums file:
cli_0.11.0.sha256 - Verify the checksum:
sha256sum -c cli_0.11.0.sha256 - Make it executable:
chmod +x bsubio-* - Move to PATH:
sudo mv bsubio-* /usr/local/bin/bsubio
Documentation
v0.10.2
Immutable
release. Only release title and notes can be modified.
bsubio CLI v0.10.2
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.10.2/cli_0.10.2_linux_${ARCH}.deb
sudo dpkg -i cli_0.10.2_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.10.2/cli_0.10.2_linux_${ARCH}.rpm
sudo rpm -i cli_0.10.2_linux_${ARCH}.rpmmacOS (Homebrew)
brew install bsubio/tap/bsubioWindows (Chocolatey)
choco install bsubioQuick Install (Recommended)
curl -fsSL https://install.bsub.io/ | shManual Installation
- Download the binary for your platform
- Download the checksums file:
cli_0.10.2.sha256 - Verify the checksum:
sha256sum -c cli_0.10.2.sha256 - Make it executable:
chmod +x bsubio-* - Move to PATH:
sudo mv bsubio-* /usr/local/bin/bsubio
Documentation
v0.10.1
Immutable
release. Only release title and notes can be modified.
bsubio CLI v0.10.1
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.10.1/cli_0.10.1_linux_${ARCH}.deb
sudo dpkg -i cli_0.10.1_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.10.1/cli_0.10.1_linux_${ARCH}.rpm
sudo rpm -i cli_0.10.1_linux_${ARCH}.rpmmacOS (Homebrew)
brew install bsubio/tap/bsubioWindows (Chocolatey)
choco install bsubioQuick Install (Recommended)
curl -fsSL https://install.bsub.io/ | shManual Installation
- Download the binary for your platform
- Download the checksums file:
cli_0.10.1.sha256 - Verify the checksum:
sha256sum -c cli_0.10.1.sha256 - Make it executable:
chmod +x bsubio-* - Move to PATH:
sudo mv bsubio-* /usr/local/bin/bsubio
Documentation
v0.10.0
Immutable
release. Only release title and notes can be modified.
bsubio CLI v0.10.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.10.0/cli_0.10.0_linux_${ARCH}.deb
sudo dpkg -i cli_0.10.0_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.10.0/cli_0.10.0_linux_${ARCH}.rpm
sudo rpm -i cli_0.10.0_linux_${ARCH}.rpmmacOS (Homebrew)
brew install bsubio/tap/bsubioWindows (Chocolatey)
choco install bsubioQuick Install (Recommended)
curl -fsSL https://install.bsub.io/ | shManual Installation
- Download the binary for your platform
- Download the checksums file:
cli_0.10.0.sha256 - Verify the checksum:
sha256sum -c cli_0.10.0.sha256 - Make it executable:
chmod +x bsubio-* - Move to PATH:
sudo mv bsubio-* /usr/local/bin/bsubio