Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

how open .Appimage on MacOS X? #96

Closed
KDGNOR opened this issue Oct 1, 2016 · 13 comments
Closed

how open .Appimage on MacOS X? #96

KDGNOR opened this issue Oct 1, 2016 · 13 comments

Comments

@KDGNOR
Copy link

KDGNOR commented Oct 1, 2016

$ arch
$ i386

$ chmod a+x filename-i386.AppImage
$ zsh: exec format error: /Users/kdg/Desktop/Subsurface-4.5.1.251-i386.AppImage

i try install FUSE for mac but it still give same error 馃憥

OS : MacOS 10.6.8
Got: Homebrew 1.0.5

thanks for everything that can help me 馃憤

@KDGNOR KDGNOR changed the title how open .appimage on macosx? how open .appimage on MacOS X? Oct 1, 2016
@KDGNOR KDGNOR changed the title how open .appimage on MacOS X? how open .Appimage on MacOS X? Oct 1, 2016
@probonopd
Copy link
Member

probonopd commented Oct 1, 2016

AppImages cannot be executed on macOS, but you can use other tools to unpack them. Rename to something.iso and open that. Or use bsdtar to unpack. (This is valid for type 1 AppImages.)

@KDGNOR
Copy link
Author

KDGNOR commented Oct 1, 2016

thanks for for replay 馃憤
renmae something.appimage to something.iso did not work for me.
but bsdtar did work great for unpack-it but not open it as a Application.
next i try:
$ zsh: exec format error: /Users/kdg/Desktop/Subsurface/usr/bin/subsurface
try renmae it to
$ zsh: exec format error: /Users/kdg/Desktop/Subsurface/usr/bin/subsurface.sh
did not help me at all 馃憥

not sure open .desktop on mac at all 馃憥

so some way to trick mac os x to open .appimage as a app?

workaround/tricks/drityTrick....

thanks for everything that can help me 馃憤

@probonopd
Copy link
Member

probonopd commented Oct 1, 2016

You cannot run Linux applications on macOS, I am sure you are aware of that?

@KDGNOR
Copy link
Author

KDGNOR commented Oct 1, 2016

so Appimage can not trick mac os x to run linux apps?

i can use macport/homebrew install bsd/linux-apps + X11 apps too

@probonopd
Copy link
Member

No, AppImage can't make macOS run apps compiled for Linux.
macport/homebrew apps are specifically compiled for macOS and won't run on Linux.

@KDGNOR
Copy link
Author

KDGNOR commented Oct 1, 2016

can i mabye build a macport/homebrew .appimage 馃憤 ?

@probonopd
Copy link
Member

Possibly. But it will not let you run applications compiled for Linux on macOS either. What do you want to achieve in the end?

@sdubois
Copy link

sdubois commented Jul 26, 2020

What would be really cool is a macOS program that runs .appimage files inside a Linux VM that's running in the background. Imagine dragging a .appimage file into a macOS program and having it run as its own macOS process.

@probonopd
Copy link
Member

Just run a Linux VM, and then download and run AppImages there?

@csirollilmco
Copy link

We would need a WSL but on macOS, a MSL - macOS Subsystem for Linux. Then we could run AppImages on macOS like we can on Windows.

@sdubois
Copy link

sdubois commented Oct 20, 2021

@csirollilmco
Copy link

@sdubois was just looking at that. Someone ought to continue work on it. Would be good to have.

@capnslipp
Copy link

Also worth looking at: https://github.com/karton/karton

Seems to take the approach of Wine, but for Linux apps on other *nix distros (including macOS).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants