Skip to main content
Version: 0.6.0

Introduction

Bob is a high-level build system that isolates pipelines from the host system by executing them in a sandboxed shell to run them anywhere.

Designed to bring back the joy of microservice development.

Features

  • Incremental builds Only rebuild targets affected by a change.

  • Sandboxed Pipelines No more "Works on My Machine". Run your builds in isolated environments without relying on Docker.

  • Fast build execution Mount build dependencies to your sources instead of sending a build context.

  • Package Manager based on nix provides over 60.000 packages and compiler toolchains like (Go, java, nodejs, etc.).

  • Multi-Repo support, using batched git cmds to do multi-repository spanning changes all together.