Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added topics/appimage/appimage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions topics/appimage/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
display_name: AppImage
short_description: Open source format for distributing portable software on Linux.
github_url: https://github.com/AppImage
logo: appimage.png
released: 2004
topic: appimage
url: https://appimage.org
wikipedia_url: https://en.wikipedia.org/wiki/AppImage
related: flatpak, linux
---
AppImage is an open source format for distributing portable software on Linux. It allows developers to package an application and all its dependencies into a single, self-contained file that runs on most common Linux distributions without requiring installation or root privileges.
Loading