Provide official AppImage builds for Linux
See original GitHub issuePlease provide PowerShell in the AppImage format for Linux.
AppImage is a packaging format for Linux that lets users download one single file, set the executable bit and run the application (here: PowerShell). Unlike other solutions, no special runtime infrastructure must be installed on the target system(s).
An unofficial PowerShell AppImage has been available on https://bintray.com/probono/AppImages/PowerShell#files. It has been tested on
- CentOS-7.0-1406-x86_64-GnomeLive.iso
- CentOS-7-x86_64-LiveGNOME-1511.iso
- Chromixium-1.5-amd64.iso
- Fedora-Live-Workstation-x86_64-22-3.iso
- Fedora-Live-Workstation-x86_64-23-10.iso
- SL-72-x86_64-2016-02-03-LiveDVDgnome.iso
- debian-live-8.0.0-amd64-xfce-desktop+nonfree.iso
- debian-live-8.4.0-amd64-gnome-desktop.iso
- elementary_OS_0.3_freya_amd64.iso
- kali-linux-2.0-amd64.iso
- kali-linux-2016.1-amd64.iso
- kubuntu-14.04.4-desktop-amd64.iso
- kubuntu-15.04-desktop-amd64.iso
- kubuntu-16.04-desktop-amd64.iso
- linuxmint-17.3-cinnamon-64bit.iso
- neon-devedition-gitunstable-20160814-0806-amd64.iso
- netrunner-17-64bit.iso
- ubuntu-14.04.1-desktop-amd64.iso
- ubuntu-16.04-desktop-amd64.iso
- ubuntu-gnome-16.04-desktop-amd64.iso
- ubuntu-mate-16.04-desktop-amd64.iso
- xubuntu-16.04-desktop-amd64.iso
To try it, run
PS="PowerShell-6.0.0.alpha.9-x86_64.AppImage"
wget -c "https://bintray.com/probono/AppImages/download_file?file_path=$PS" -O "$PS"
chmod a+x "$PS"
./"$PS"
@TravisEz13 mentioned that the AppImage works for him and @andschwa mentioned that he likes the idea of having one format for all Linux distributions.
The script that generated the AppImage is here. Feel free to use it, e.g. as part of the automated Travis CI build process. I am happy to help.
Issue Analytics
- State:
- Created 7 years ago
- Comments:14 (10 by maintainers)
Top Results From Across the Web
AppImage | Linux apps that run anywhere
Distribute your desktop Linux application in the AppImage format and win users running all common Linux distributions. Package once and run everywhere. Reach ......
Read more >Provide official AppImage builds for Linux · Issue #10857
AppImage is a bundling format for Linux that lets users download one single file, set the executable bit and run the application (here:...
Read more >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 ...
Read more >What Is AppImage? Benefits, Drawbacks, and Getting Started
The open source AppImage tool enables developers to make their Linux software available for all Linux distributions.
Read more >AppImage - Briefcase 0.3.15
AppImage provides a way for developers to provide “native” binaries for Linux users. It allow packaging applications for any common Linux based operating ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for providing an AppImage.
PowerShell-6.0.0.alpha.9-x86_64.AppImage works fine on Slackware64-14.2 as well.