Skip to content
Marko@VMHOMELAB edited this page Jun 6, 2026 · 7 revisions

Printbuddy Wiki

Printbuddy is a self-hosted print archive and management dashboard for Bambu Lab, Klipper/Moonraker, and PrusaLink printers.

Status: Printbuddy is still under active development. Test from the dev branch when validating new work; use main / latest only for stable deployments.

Quick links

Correct project references

Use the Printbuddy fork/repository and image names:

Repository:      https://github.com/vmhomelab/Printbuddy
Container image: ghcr.io/vmhomelab/printbuddy
Stable tag:      ghcr.io/vmhomelab/printbuddy:latest
Dev tag:         ghcr.io/vmhomelab/printbuddy:dev
Compose file:    https://raw.githubusercontent.com/vmhomelab/Printbuddy/main/docker-compose.yml

Do not use the old pre-fork image or raw URLs such as ghcr.io/maziggy/bambuddy or raw.githubusercontent.com/maziggy/bambuddy/....

Repository workflow

Development happens on dev first:

  1. Commit and push work to dev.
  2. Test from dev.
  3. Merge approved changes into main.
  4. Release from main.

Clone this wiki locally