A Graphical Interface for Distrobox
Find a file
2024-01-07 15:40:44 +00:00
docs translations for local install 2024-01-06 16:20:12 +00:00
icons finishing manifest and a bit of tweaking 2023-12-10 14:58:07 +00:00
po move po files and generate mo files, add link to poedit 2024-01-07 14:37:53 +00:00
src bump version 2024-01-07 15:40:44 +00:00
.gitignore port dbox handler, not found message 2023-12-09 13:16:42 +00:00
Cargo.lock WIP localisation - add po folder and wrap stuff in gettext 2024-01-06 13:36:22 +00:00
Cargo.toml WIP localisation - add po folder and wrap stuff in gettext 2024-01-06 13:36:22 +00:00
create-pot.sh WIP localisation - add po folder and wrap stuff in gettext 2024-01-06 13:36:22 +00:00
flatpak-build.sh WIP flatpak build 2023-12-10 12:27:26 +00:00
generated-sources.json new gensources 2024-01-06 13:51:00 +00:00
io.github.dvlv.boxbuddyrs.desktop finishing manifest and a bit of tweaking 2023-12-10 14:58:07 +00:00
io.github.dvlv.boxbuddyrs.external.json update appdata and fix formatting on manifests 2024-01-07 14:51:11 +00:00
io.github.dvlv.boxbuddyrs.json update appdata and fix formatting on manifests 2024-01-07 14:51:11 +00:00
io.github.dvlv.boxbuddyrs.metainfo.xml update appdata and fix formatting on manifests 2024-01-07 14:51:11 +00:00
io.github.dvlv.boxbuddyrs.yml WIP flatpak build 2023-12-10 12:27:26 +00:00
LICENSE Create LICENSE 2023-12-21 11:35:54 +00:00
README.md Update README.md 2023-12-23 09:31:32 +00:00
singlefile.sh WIP flatpak build 2023-12-10 12:27:26 +00:00

BoxBuddy

An unofficial GUI for managing your Distroboxes. Written with GTK4 + Libadwaita.

Note that this does not come with Podman or Distrobox, those will need to be installed on the host.

Main Menu

Installing

Flatpak

Download on Flathub

Local Binary

  • Visit the releases section
  • Download and unzip the release
  • Execute ./install.sh

Developing

Boxbuddy is written with Rust using Gtk4 and Libadwaita.

Building Flatpak

  • Install flatpak-builder
  • ./singlefile.sh
  • flatpak install --user boxbuddy.flatpak

Running Locally

  • Install gtk4 development packages - check your distro for something like gtk4-devel or gtk-dev, etc.
  • Install rustup
  • Use the standard cargo run / cargo build workflow

Issues & Feature Requests

Feature requests are welcome! Please check the roadmap to see if a feature is already planned.

When filing issues, please keep in mind that BoxBuddy is just a GUI, and I am not a developer of Distrobox itself. Any issues with created boxes are probably better logged upstream.