All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Bsub.io: Cloud-Based Batch Execution for Command-Line Tools Without Setup

By

wkoszek

6mo ago· 2 min readen

Summary

Bsub.io is a cloud-based batch execution service that allows developers to run command-line tools like Whisper, Typst, Pandoc, Docling, and FFmpeg without environment setup. Created to simplify running heavy command-line tools from web applications, it eliminates the need for Docker images, Python environments, GPU configuration, sandboxing, and resource management. Users can submit jobs via CLI or REST API, sending files to the cloud for processing and receiving output directly.

Key quotes

· 3 pulled
I built bsub because I was tired of wiring up Docker images, Python environments, GPUs, sandboxing, and resource limits every time I needed to run heavy command-line tools from web apps.
bsub lets you execute tools like Whisper, Typst, Pandoc, Docling, and FFmpeg as remote batch jobs with no environment setup.
Works like running the tool locally, but the compute and isolation
Snippet from the RSS feed
I built bsub because I was tired of wiring up Docker images, Python environments, GPUs, sandboxing, and resource limits every time I needed to run heavy command-line tools from web apps. I wanted: send files -> run job in the cloud -> get output -> done.

You might also wanna read