leona / helix-gpt

Code assistant language server for Helix with support for Copilot/OpenAI/Codeium/Ollama
MIT License
285 stars 19 forks source link

ARM Support #36

Open reskin89 opened 4 months ago

reskin89 commented 4 months ago

Is your feature request related to a problem? Please describe. Unable to use this on Mac M1 as it seems to only be built for AMD

Describe the solution you'd like A compiled binary for ARM64

cd-a commented 4 months ago

It’s a JS file, so it doesn’t affect the architecture.

It think it would help for you to comment on your steps that trigger the error.

reskin89 commented 4 months ago

I followed the "without bun" readme instructions here

and receive the following error:

➜  ~ helix-gpt
zsh: exec format error: helix-gpt
morganhein commented 4 months ago

Follow the "with bun" instructions and it works fine. Without bun is a pre-compiled binary for linux.