Skip to content

[Bug] Will not run on linux, requires root, requires --no-sandbox fails due to missing latest-linux.yml #299

@krstp

Description

@krstp

Describe the bug
The run on ubuntu requires fuse installation, which is OK. However, further executioion of executable chmod +x .AppImage will not run claiming the execution requires root. Even sudo-ing it will require --no-sandbox, which is further not good. Ultimately will fail complaining from underlying electron's node execution such as:

(node:9747) UnhandledPromiseRejectionWarning: Error: Cannot find latest-linux.yml in the latest release artifacts (https://github.com/smol-ai/GodMode/releases/download/v1.0.0-beta.10/latest-linux.yml): HttpError: 404

To Reproduce

 sudo ./GodMode-1.0.0-beta.10.AppImage --no-sandbox

Expected behavior
I expected the application to run, instead an empty window launches with electron unable to create UI.

Screenshots
Godmode

Desktop (please complete the following information):

  • OS:
OS: Linux X11 ubuntu 24.04
Memory: 15.3 GiB
Architecture: x86_64
  • GodMode Version GodMode-1.0.0-beta.10.AppImage

Additional context
N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions