SaaSHub helps you find the best software and product alternatives Learn more →
Linuxdeploy Alternatives
Similar projects and alternatives to linuxdeploy
-
AppImageKit
Package desktop applications as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, openSUSE, SLED, Ubuntu, Fedora, debian and derivatives. Join #AppImage on irc.libera.chat
-
AppSignal
AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.
-
-
-
-
linuxdeploy-plugin-qt
Qt plugin for linuxdeploy, bundling Qt resources, plugins, QML files and a lot more.
-
linuxdeployqt
Makes Linux applications self-contained by copying in the libraries and plugins that the application uses, and optionally generates an AppImage. Can be used for Qt and other applications
-
qt6-docker
This repo contains sources for the dockerhub https://hub.docker.com/r/stateoftheartio/qt6
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
linuxdeploy discussion
linuxdeploy reviews and mentions
- i need help to create a yml on github for create a AppImage
-
I'm completely lost as how to how to distribute a c++ program that had 3rd party dependencies.
Check out LinuxDeploy as an example of tooling for packing up a Linux application with all dependencies and shipping an artifact that is easy to run: https://github.com/linuxdeploy/linuxdeploy
-
Can't find a way to create AppImage for Qt6 programs
I recommend moving away from linuxdeployqt, and use linuxdeploy (almost the same name, but without the "qt" at the end). It has a Qt plugin, and it's as easy to use. Check how a real world application is using it, and it's with Qt 6.
- Linuxdeploy goes from AUR source code to AppImage Executable While Bundling Resources In One Script
-
deploying an app in linux?
You can use linuxdeploy if you want an alternative to generating the AppDir and the AppImage.
-
Help building a tool from github
This is how you would generally build linuxdeploy (or any cmake project, in general): $ git clone https://github.com/linuxdeploy/linuxdeploy $ cd linuxdeploy $ cmake --build BUILD_DIRECTORY Where BUILD_DIRECTORY is either a directory in source path (eg. build) or another directory somewhere else (incase you want to do out-of-tree building)
-
Glibc error for static linking Ada project?
You can use AppImage for this. It's easy to generate one using linuxdeploy, but I've found that it's not so easy to generate a fully portable one, when the distributions are very different in library versions.
-
Build stand-alone Qt product + publishing
The maintainer of that tool is rather hostile about allowing it to run anywhere but an ancient version of Ubuntu. If supporting ancient distributions isn't a requirement the similarly named linuxdeploy is a good choice. https://github.com/linuxdeploy/linuxdeploy
-
Can I repurpose an ond android phone with adguardhome?
With it being rooted you could use Linux Deploy (requires Busybox) & then the documentation seems pretty robust for AdGuard Home. Tricky part would be to figure out how to give the phone a static IP.
-
A note from our sponsor - SaaSHub
www.saashub.com | 9 Aug 2026
Stats
linuxdeploy/linuxdeploy is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of linuxdeploy is C++.