smol-ai / GodMode

AI Chat Browser: Fast, Full webapp access to ChatGPT / Claude / Bard / Bing / Llama2! I use this 20 times a day.
https://smol.ai
MIT License
4.16k stars 326 forks source link

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

Open krstp opened 3 months ago

krstp commented 3 months ago

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):

Additional context N/A