Your Bazel dev environment, managed.
tbzl owns the local Bazel environment: MODULE.bazel and version management, workspaces, worktrees, ~/.bazelrc, repo sync, the credential helper, and the build-facing RBE surface. A thin front-end over the shared fvkit core.
preview
MODULE.bazel + version + workspace + worktree managementManages a marked region of your ~/.bazelrcRepo sync + the universal credential helperDrives builds on your own RBE
get started
Point one workspace at tbzl.
Install, add the registry, ask the graph — the rest is Bazel.
01
Install
curl -fsSL tbzl.dev/install | sh — installs the tbzl CLI and (optionally) the cred-helper and a pinned bazelisk.
02
Resolve
Add common --registry=https://registry.tbzl.dev/ to your .bazelrc so the rules_* family and fvkit resolve, integrity-checked.
03
Query
tbzl graph rdeps //lib:greet shows a change's real blast radius before you push.
One graph, from source to build.
tbzl is one of 6 services in the tbzl.dev source & build layer — open at the edges, yours at the core.