All Projects → AppImage → Pkg2appimage

AppImage / Pkg2appimage

Licence: mit
Tool and recipes to convert existing deb packages to AppImage

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Pkg2appimage

Appimageupdate
AppImageUpdate lets you update AppImages in a decentral way using information embedded in the AppImage itself.
Stars: ✭ 261 (-39.16%)
Mutual labels:  applications, packaging, appimage
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
Stars: ✭ 6,909 (+1510.49%)
Mutual labels:  applications, packaging, appimage
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
Stars: ✭ 1,287 (+200%)
Mutual labels:  applications, packaging, appimage
Open Build Service
Build and distribute Linux packages from sources in an automatic, consistent and reproducible way #obs
Stars: ✭ 599 (+39.63%)
Mutual labels:  packaging, appimage
Appimage Builder
Recipe based AppImage creation tool
Stars: ✭ 76 (-82.28%)
Mutual labels:  packaging, appimage
Chromecast
Chromecast desktop app: Node.js, Electron, React & Material-UI.
Stars: ✭ 49 (-88.58%)
Mutual labels:  travis-ci, desktop
Mineos
Home of MineOS and it's software for OpenComputers mod
Stars: ✭ 381 (-11.19%)
Mutual labels:  applications
Desktopify
Convert Ubuntu Server for Raspberry Pi into a Desktop
Stars: ✭ 400 (-6.76%)
Mutual labels:  desktop
Formsfx
A framework for easily creating forms for a JavaFX UI.
Stars: ✭ 380 (-11.42%)
Mutual labels:  desktop
Riiablo
Diablo II remade using Java and LibGDX
Stars: ✭ 371 (-13.52%)
Mutual labels:  desktop
Electrino
Desktop runtime for apps built on web technologies, using the system's own web browser engine
Stars: ✭ 4,197 (+878.32%)
Mutual labels:  desktop
Devops Python Tools
80+ DevOps & Data CLI Tools - AWS, GCP, GCF Python Cloud Function, Log Anonymizer, Spark, Hadoop, HBase, Hive, Impala, Linux, Docker, Spark Data Converters & Validators (Avro/Parquet/JSON/CSV/INI/XML/YAML), Travis CI, AWS CloudFormation, Elasticsearch, Solr etc.
Stars: ✭ 406 (-5.36%)
Mutual labels:  travis-ci
Datacleaner
The premier open source Data Quality solution
Stars: ✭ 391 (-8.86%)
Mutual labels:  desktop
Trufont
TruFont is a streamlined and hackable font editor. À l’ancienne.
Stars: ✭ 382 (-10.96%)
Mutual labels:  desktop
Backlog
Simple desktop app for storing lists of items (todo, tasks, backlog items)
Stars: ✭ 407 (-5.13%)
Mutual labels:  desktop
Crypter
🔓✨🔒 An innovative, convenient and secure encryption app
Stars: ✭ 382 (-10.96%)
Mutual labels:  desktop
Phaser Ce Npm Webpack Typescript Starter Project
Project to get you started with your Phaser-CE (using the npm module) game using Typescript and Webpack for building! No hassle asset management, Google Web Font loader, live server, development vs distribution build pipeline, Electron packaging for desktop builds, and more...
Stars: ✭ 414 (-3.5%)
Mutual labels:  desktop
Microsoft Ui Xaml
Windows UI Library: the latest Windows 10 native controls and Fluent styles for your applications
Stars: ✭ 4,428 (+932.17%)
Mutual labels:  desktop
Compose Jb
Jetpack Compose for Desktop and Web, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
Stars: ✭ 7,562 (+1662.7%)
Mutual labels:  desktop
Pixivdeck
💕 pixiv client for Desktop like TweetDeck 💕
Stars: ✭ 412 (-3.96%)
Mutual labels:  desktop

pkg2appimage discourse Build Status Codacy Badge Donate

Download as an AppImage

This repository is intended to showcase the AppImage format and AppImageKit software used to create AppImages. It contains the pkg2appimage tool and some recipes to generate AppImages (portable Linux apps) using AppImageKit.

There are multiple ways to generate AppImages. Upstream projects are encouraged to produce their own upstream packaging AppImages, like many projects already do.

Some branded applications are unfortunately not provided in AppImage format by their authors yet, and are not allowed to be redistributed. However, if there are suitable existing binary packages (either in archive or .deb format or a ppa) then once can to convert these to an AppImage using pkg2appimage.

image

Usage

For applications for which there is already an existing .yml recipe file, you can simply use the name of the application (without .yml) as an argument. For example, to produce a Spotify AppImage, it is sufficient to do:

wget -c https://github.com/$(wget -q https://github.com/AppImage/pkg2appimage/releases -O - | grep "pkg2appimage-.*-x86_64.AppImage" | head -n 1 | cut -d '"' -f 2)
chmod +x ./pkg2appimage-*.AppImage
./pkg2appimage-*.AppImage Spotify

.yml recipes tell pkg2appimage where to get the ingredients from, and how to convert them to an AppImage. Study some examples to see how it works.

To build an AppImage from a local .yml recipe (e.g., during development):

wget -c https://github.com/$(wget -q https://github.com/AppImage/pkg2appimage/releases -O - | grep "pkg2appimage-.*-x86_64.AppImage" | head -n 1 | cut -d '"' -f 2)
chmod +x ./pkg2appimage-*.AppImage
./pkg2appimage-*.AppImage recipes/XXX.yml

Contributing

You are invited to contribute to the AppImage format, the AppImageKit tools, and the example AppImages provided by us).

The preferred channel of communication for general questions and remarks is our forum and mailing list at http://discourse.appimage.org/.

There is also the #AppImage IRC channel on irc.freenode.net - please stay in there for at least 48 hours because we are not all in the same timezone.

Donations

Donate

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].