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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux AppImage? #207

Open
dandv opened this issue Feb 22, 2025 · 4 comments
Open

Linux AppImage? #207

dandv opened this issue Feb 22, 2025 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@dandv
Copy link

dandv commented Feb 22, 2025

Congratulations on v0.15! 🚀

Any plans to publish AppImage binaries for Linux?

@mayneyao
Copy link
Owner

Building a Linux application image should be feasible. I have attempted to build and publish it through Github Action, but other test users reported that they're unable to open it.
It runs smoothly on my Mac using Parallels with Ubuntu arm64, but the x64 version fails to run. Without access to a suitable Linux device, I'm unable to debug the issue. Any assistance would be greatly appreciated.

@mayneyao mayneyao added the help wanted Extra attention is needed label Feb 22, 2025
@dandv
Copy link
Author

dandv commented Feb 23, 2025

I'm running Fedora on an x64 laptop. Happy to test/debug.

@dandv
Copy link
Author

dandv commented Mar 3, 2025

VirtualBox also supports MacOS arm64 now, maybe it can run x64 guests?

@mayneyao
Copy link
Owner

mayneyao commented Mar 4, 2025

VirtualBox also supports MacOS arm64 now, maybe it can run x64 guests?

Yesterday I tried VirtualBox arm64, which only supports arm64 Linux.I also tried UTM, which supports x86_64 Linux, but I got stuck during system initialization. The emulated execution is very slow, just like they say, the difference between a hare and a tortoise.
Then I discovered that Parallels added support for x86 emulation a while ago. https://www.parallels.com/blogs/parallels-desktop-20-2-0/ It's available for Pro users.I really don't want to subscribe, I'll hardly ever use it.

If you really want to run Eidos on Linux.

git clone https://github.com/mayneyao/eidos.git
pnpm install
pnpm download-libsimple

# for dev
pnpm dev:desktop

# for build
pnpm build:desktop
pnpm pkg:desktop
"engines": {
  "node": ">=18.0.0",
  "pnpm": ">=8.5.0"
},

I am happy to assist with any problems you may encounter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants