Onboarding and help center for BOS
Find a file
2026-07-15 19:02:36 +08:00
.forgejo/workflows Add standalone repo scaffolding (README, packaging, CI) 2026-07-15 19:00:30 +08:00
content breadhelp 0.2.0: live guided tour overlay replacing static onboarding 2026-07-15 18:48:10 +08:00
packaging Add standalone repo scaffolding (README, packaging, CI) 2026-07-15 19:00:30 +08:00
src breadhelp 0.2.0: live guided tour overlay replacing static onboarding 2026-07-15 18:48:10 +08:00
.gitignore Add standalone repo scaffolding (README, packaging, CI) 2026-07-15 19:00:30 +08:00
Cargo.lock Add Cargo.lock for standalone build 2026-07-15 19:02:36 +08:00
Cargo.toml breadhelp 0.2.0: live guided tour overlay replacing static onboarding 2026-07-15 18:48:10 +08:00
LICENSE Add standalone repo scaffolding (README, packaging, CI) 2026-07-15 19:00:30 +08:00
README.md Add standalone repo scaffolding (README, packaging, CI) 2026-07-15 19:00:30 +08:00

breadhelp

Onboarding and help center for BOS (Bread Operating System) — GTK4, a searchable guide library, an interactive keybind viewer, a troubleshooting wizard with one-click fixes, and a live guided tour overlay that spotlights real on-screen bread* apps (breadbar, breadbox, ...) instead of walking through a static wizard.

Split out of the bos repo into its own repo so a breadhelp release doesn't require a BOS ISO release, and vice versa. Pacman-packaged (not bakery-managed) — see packaging/README.md.

Building

cargo build --release

Packaging / releasing

See packaging/README.md. In short: bump Cargo.toml's version, tag vX.Y.Z, push the tag to both remotes — .forgejo/workflows/package.yml builds and publishes to the [breadway] pacman repo automatically.