Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Distrobox Alternatives
Similar projects and alternatives to distrobox
-
toolbox
Tool for interactive command line environments on Linux (by containers)
-
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
wsl-distrod
Distrod is a meta-distro for WSL 2 which installs Ubuntu, Arch, Debian, Gentoo, etc. with systemd in a minute for you. Distrod also has built-in auto-start feature on Windows startup and port forwarding ability.
-
-
-
docker-android
Android in docker solution with noVNC supported and video recording
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
bedrocklinux-userland
This tracks development for the things such as scripts and (defaults for) config files for Bedrock Linux
-
apx
apx is the Vanilla OS package manager. It’s meant to be simple to use, but also powerful with support to installing packages from multiple sources without altering the root filesystem.
-
-
-
-
cassowary
Run Windows Applications on Linux as if they are native, Use linux applications to launch files files located in windows vm without needing to install applications on vm. With easy to use configuration GUI
-
-
-
-
-
silverblue-site
Historic website for Fedora Silverblue. Now at https://gitlab.com/fedora/websites-apps/fedora-websites/fedora-websites-3.0
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
distrobox reviews and mentions
-
Toolship: A (More) Secure Workstation
I'm running silverblue but running my containers through distrobox. Both toolbox and distrobox are running on podman under the hood, so it's the same technology as far as I understand. However, distrobox has some interesting features relevant to this idea of development isolation. One is that it has an assemble feature[1] built-in. Where you can feed it a recipe file and it will build or rebuild containers accordingly. The other is that it allows setting a custom home directory for the container, among other host/container isolating options[2].
Perfomance wise my containers take a couple MiB of rams and no perceptible CPU usage when not in use. At least as far as I can tell.
[1] https://github.com/89luca89/distrobox/blob/main/docs/usage/d...
[2] https://github.com/89luca89/distrobox/blob/main/docs/usage/d...
- i386 in Ubuntu Won't Die
- Podman v4.6 Introduces Podmansh: A Revolutionary Login Shell
-
Spotify_player on Steamdeck with distrobox
Distrobox allows you to use any Linux disto as a container to install software that may or may not be available on SteamOS. See https://github.com/89luca89/distrobox for more info.
-
Would it be technically possible for an arch server to build and serve aur packages to other machines/distros?
Any reason why you couldn't use something like distrobox?
-
Work to make a custom linux desktop experience that benefits from group knowledge and experience (Part 2)
- use distrobox for CLI apps and GUI apps you can't find in the formats above.
-
Apx v2, is now ready for testing
Obtain the latest Distrobox release: https://github.com/89luca89/distrobox/releases (version 1.5.0.2 or higher).
-
Getting VS Codium setup properly with Flatpak without defeating the purpose of Flatpak?
outside of having to keep them updated, it's the same packages, same build infrastructure, same signing methods, etc... i wouldn't lose sleep over it.
-
How do I install a downloaded appimage (in localhost downloads) within a toolbox? Fedora Silverblue 38
Distrobox allows me to export the app/binary found within the container to the host, so that I can find it in my 'app-drawer' together with all my other apps/binaries. While this is technically doable on Toolbx, it isn't done with just a single command.
I'll just copy-paste the commands I used to get it to work and provide them with some commentary when needed; these are found at the very end of this comment. I'll be using Distrobox instead of Toolbx as it suits my needs better. * mkdir ~/Desktop/Distrobox/Obsidian : [1] * distrobox create --image registry.fedoraproject.org/fedora-toolbox:37 --name Obsidian --home ~/Desktop/Distrobox/Obsidian : [2] * distrobox enter Obsidian * sudo dnf upgrade * sudo dnf install fuse-libs fuse nss atk at-spi2-atk cups-libs gtk3 : [3] * cd /home/user/Downloads/ * chmod +x Obsidian-1.3.5.AppImage : [4] * ./Obsidian-1.3.5.AppImage
-
A note from our sponsor - InfluxDB
www.influxdata.com | 24 Sep 2023
Stats
89luca89/distrobox is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of distrobox is Shell.