Appimage

Top 23 Appimage Open-Source Projects

  • 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

  • Project mention: GoboLinux | news.ycombinator.com | 2024-02-28

    What you're looking for sounds like AppImages (https://appimage.org/) . I have only used them while downloading games from itch.io, etc. (since i prefer package managers) but they seem to work out of the box on popular distros.

  • Bottles

    Run Windows software and games on Linux

  • Project mention: Tip: How to disable internet access for games or programs running on Wine | /r/linux_gaming | 2023-11-03

    Source

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • 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

  • vidcutter

    A modern yet simple multi-platform video cutter and joiner.

  • Project mention: FFmpeg is getting better with multithreaded transcoding pipelines | news.ycombinator.com | 2023-11-06
  • Gifcurry

    😎 The open-source, Haskell-built video editor for GIF makers.

  • Project mention: Random Code Inspiration Volume 2 | dev.to | 2023-10-01

    He also made Gifcurry which looks cool but I didn't try it because I am on Windows right now, but I will.

  • open-build-service

    Build and distribute Linux packages from sources in an automatic, consistent and reproducible way #obs

  • Project mention: Snaps. Why? Please Stop | news.ycombinator.com | 2023-11-23

    It is basically a solved problem for developers.

    https://build.opensuse.org/ will let you target 20+ distros with very little work. You can also run your own local instance if you want https://github.com/openSUSE/open-build-service

  • bauh

    Graphical user interface for managing your Linux applications. Supports AppImage, Debian and Arch packages (including AUR), Flatpak, Snap and native Web applications

  • Project mention: Imade a simple shell script program to manage packages in Linux. Currently it supports apt, flatpak, snap. It can probably be useful for someone. | /r/linux | 2023-06-23

    Like bauh which supports AppImage, Arch packages (including AUR), Debian packages, Flatpak, Snap and native Web applications

  • 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
  • ytDownloader

    A modern GUI App for downloading Videos and Audios from hundreds of sites

  • pkg2appimage

    Tool and recipes to convert existing deb packages to AppImage

  • go-appimage

    Go implementation of AppImage tools

  • Project mention: Flatpak Is Not the Future | news.ycombinator.com | 2023-08-21

    Snap and flatpak run a daemon to integrate into your system. Appimage has an optional daemon to give you the same integration https://github.com/probonopd/go-appimage

    Handles making it executable, automatic upgrades, no need to move it to your $PATH, and adds the application to your app list.

    Only other thing you might want to do is symlink a friendly name for cli

  • appimagepool

    A simple, modern AppImageHub Client, powered by flutter.

  • Project mention: Appimagepool: A simple, modern AppImageHub Client, powered by flutter | news.ycombinator.com | 2023-11-26
  • 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
  • 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/

  • zap

    :zap: Delightful AppImage package manager (by srevinsaju)

  • movie-monad

    :tv: A free and simple to use video player made with Haskell.

  • calculator

    Uno Calculator: A simple yet powerful iOS/Android/WebAssembly/Linux C# port of the calculator that ships with Windows (by unoplatform)

  • awesome-appimage

    Lovingly crafted AppImage tools and resources

  • kuro

    An elegant Microsoft ToDo desktop client for Linux (a fork of Ao)

  • appimage-builder

    GNU/Linux packaging solution using the AppImage format

  • WALC

    An unofficial WhatsApp Desktop client for linux systems.

  • gameimage

    Gameimage - FlatImage Game Packer

  • Project mention: How to sandbox AppImages ? | /r/linuxquestions | 2023-09-26

    I am on fedora38 . I created an appimage of a free opensource windows only game(DCSS bcrawl) using this tool and it runs perfectly . But when I try to run it with firejail(--noprofile --appimage) I get this error

  • cargo-packager

    Rust executable packager, bundler and updater.

  • Project mention: Package All the Things | dev.to | 2023-10-13

    Today we are pleased to share cargo-packager. It is Apache-2/MIT licensed, available as a Cargo subcommand, and even as a library so it can be easily integrated into any workflow. You can configure it with a json file, a toml file, with CLI flags, or as [package.metadata.packager] metadata in a Cargo.toml file. To make sure it works, we have tested it with a few examples of frameworks you might already have heard about:

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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).

Appimage related posts

  • GoboLinux

    3 projects | news.ycombinator.com | 28 Feb 2024
  • Bitwarden Heist – How to Break into Password Vaults Without Using Passwords

    1 project | news.ycombinator.com | 3 Jan 2024
  • 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

    2 projects | /r/linuxmint | 6 Dec 2023
  • Archimage 2.0: a tool to create AppImages from Arch Linux packages (supports AUR and ChaoticAUR) that can run also on distros with at least the kernel 2.6 (thanks to JuNest). This new release allows you to create even smoller AppImages.

    7 projects | /r/archlinux | 27 Nov 2023
  • Appimagepool: A simple, modern AppImageHub Client, powered by flutter

    1 project | news.ycombinator.com | 26 Nov 2023
  • How to sandbox AppImages ?

    2 projects | /r/linuxquestions | 26 Sep 2023
  • Ask HN: What's the best CLI installation experience you've ever seen?

    2 projects | news.ycombinator.com | 29 Aug 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 5 Jun 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

Project Stars
1 AppImageKit 8,517
2 Bottles 5,940
3 linuxdeployqt 2,129
4 vidcutter 1,748
5 Gifcurry 1,314
6 open-build-service 892
7 bauh 906
8 ytDownloader 795
9 pkg2appimage 677
10 go-appimage 659
11 appimagepool 613
12 AppImageUpdate 547
13 LAN-Share 518
14 linuxdeploy 501
15 zap 490
16 movie-monad 419
17 calculator 371
18 awesome-appimage 371
19 kuro 314
20 appimage-builder 293
21 WALC 239
22 gameimage 222
23 cargo-packager 183

Sponsored
Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com