C++ Appimage

Open-source C++ projects categorized as Appimage

Top 7 C++ Appimage Projects

  • 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

  • Project mention: Two reasons because Arch-based AppImages are not a good idea | /r/archlinux | 2023-05-05

    The second reason is the "modularity" of Arch, why Debian packages all the dependences in many different packages? Because a developer can isolate a bug or exclude that package using the right patch. Arch tends to package everything together. That's why an AppImage of Chromium for me is about 140 MB from a Ubuntu base and 280-300 from an Arch-base... but at least this is an issue of both arch-deployer and arch2appimage... I think that by using linuxdeployqt would be better in this case (SPOILER, it requires the host system with an old GLIBC version, also Debian Bookwork is too new for it xD ).

  • AppImageUpdate

    AppImageUpdate lets you update AppImages in a decentral way using information embedded in the AppImage itself.

  • Project mention: Why the neovim in the mint repo is so old? Im currently using mint 21.2. Is there a newer version available already? Im not able to use the plugins in this old version, and the snap version seems kinda laggy for me | /r/linuxmint | 2023-12-06
  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • LAN-Share

    Cross platform LAN File transfer application built with Qt C++ framework

  • linuxdeploy

    AppDir creation and maintenance tool. Featuring flexible plugin system. (by linuxdeploy)

  • Project mention: i need help to create a yml on github for create a AppImage | /r/linux4noobs | 2023-08-31

    name: Build DeSmuME AppImage on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: name: Build DeSmuME AppImage runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 - name: Install libfuse2 and Qt dependencies run: | sudo apt-get update sudo apt-get -y install libfuse2 qtbase5-dev qtchooser - name: Install dependencies run: sudo apt update && sudo apt install meson libsdl2-dev libpcap-dev libgtk-3-dev libgtk2.0-dev autoconf libglu1-mesa-dev - name: Build DeSmuME run: | cd desmume/src/frontend/posix/ meson build ninja -C build - name: List Build Folder Contents run: | cd desmume/src/frontend/posix ls -la cd ./build ls -la - name: Find Executable run: | # Buscar el archivo ejecutable de manera recursiva en el directorio de construcción executable_path=$(find desmume/src/frontend -name "desmume" -type f -executable) # Verificar si se encontró el archivo ejecutable if [[ -n "$executable_path" ]]; then echo "Archivo ejecutable encontrado en la ruta: $executable_path" else echo "Archivo ejecutable no encontrado." exit 1 fi - name: Install linuxdeploy and plugins run: | wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage chmod a+x linuxdeploy-x86_64.AppImage chmod a+x linuxdeploy-plugin-qt-x86_64.AppImage - name: Build AppImage run: | ./linuxdeploy-x86_64.AppImage --appdir AppDir --plugin qt --output appimage mkdir dist mv ./AppDir/*.AppImage dist/ - name: Upload AppImage artifact uses: actions/upload-artifact@v2 with: name: desmume-appimage path: ./dist/

  • nx-software-center

    NX Software Center. A GUI to install and manage AppImages.

  • linuxdeploy-plugin-qt

    Qt plugin for linuxdeploy, bundling Qt resources, plugins, QML files and a lot more.

  • Project mention: i need help to create a yml on github for create a AppImage | /r/linux4noobs | 2023-08-31

    name: Build DeSmuME AppImage on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: name: Build DeSmuME AppImage runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 - name: Install libfuse2 and Qt dependencies run: | sudo apt-get update sudo apt-get -y install libfuse2 qtbase5-dev qtchooser - name: Install dependencies run: sudo apt update && sudo apt install meson libsdl2-dev libpcap-dev libgtk-3-dev libgtk2.0-dev autoconf libglu1-mesa-dev - name: Build DeSmuME run: | cd desmume/src/frontend/posix/ meson build ninja -C build - name: List Build Folder Contents run: | cd desmume/src/frontend/posix ls -la cd ./build ls -la - name: Find Executable run: | # Buscar el archivo ejecutable de manera recursiva en el directorio de construcción executable_path=$(find desmume/src/frontend -name "desmume" -type f -executable) # Verificar si se encontró el archivo ejecutable if [[ -n "$executable_path" ]]; then echo "Archivo ejecutable encontrado en la ruta: $executable_path" else echo "Archivo ejecutable no encontrado." exit 1 fi - name: Install linuxdeploy and plugins run: | wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage chmod a+x linuxdeploy-x86_64.AppImage chmod a+x linuxdeploy-plugin-qt-x86_64.AppImage - name: Build AppImage run: | ./linuxdeploy-x86_64.AppImage --appdir AppDir --plugin qt --output appimage mkdir dist mv ./AppDir/*.AppImage dist/ - name: Upload AppImage artifact uses: actions/upload-artifact@v2 with: name: desmume-appimage path: ./dist/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-12-06.

C++ Appimage related posts

Index

What are some of the best open-source Appimage projects in C++? This list will help you:

Project Stars
1 linuxdeployqt 2,104
2 AppImageUpdate 542
3 LAN-Share 504
4 linuxdeploy 493
5 nx-software-center 133
6 linuxdeploy-plugin-qt 89
7 blink 50
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com