One-command bootstrap
bitforge —init clones poky or OpenEmbedded-core plus
BitBake, scaffolds a starter layer and writes a working config.
Yocto · BitBake workspace manager
BitForge scaffolds a Yocto workspace, manages poky /
OpenEmbedded layers declaratively in BitForge.toml, pins every
layer in a lockfile, generates your BitBake config, and serves a live web
UI to launch and watch builds.
bitforge —init clones poky or OpenEmbedded-core plus
BitBake, scaffolds a starter layer and writes a working config.
Add and remove upstream layers with one command; the manifest and
bblayers.conf stay in sync automatically.
Every dependency is pinned to an exact commit in
BitForge.lock, so a checkout rebuilds the same tree.
A built-in server streams BitBake output in real time — start builds from the CLI or the browser.
No Python venv or global installs to manage — download one binary with the install script and run it.
bitforge —update fetches the latest release, with a
—beta channel for early builds.