micr0-dev / lexido

A terminal assistant, powered by Generative AI
GNU Affero General Public License v3.0
221 stars 8 forks source link

Windows Version when #41

Closed VolumeCheese closed 4 months ago

VolumeCheese commented 5 months ago

Is your feature request related to a problem? Please describe. Im frustrated when i want to concatenate mp4s with ffmpeg but i cant because im too stupid to do it by myself...

Describe the solution you'd like make a windows version 🥺🥺

Describe alternatives you've considered Me switch to linux 🤮🤮🤮

Additional context penis

VolumeCheese commented 5 months ago

@micr0-dev

micr0-dev commented 5 months ago

I will look into this, however I do not have a windows machine to test it on, I may be able to setup a VM but I would still need someone to actually test it on a functional windows machine

Just-a-Unity-Dev commented 5 months ago

I'm fairly sure you can just compile the source code by yourself

micr0-dev commented 5 months ago

You probably can, I can't guarantee if it will work though

On Sun, Apr 7, 2024, 13:01 Just-a-Unity-Dev @.***> wrote:

I'm fairly sure you can just compile the source code by yourself

— Reply to this email directly, view it on GitHub https://github.com/micr0-dev/lexido/issues/41#issuecomment-2041530366, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGJEUKTSHPXN3DXLGGSRBNDY4F3UZAVCNFSM6AAAAABFSDJNEKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBRGUZTAMZWGY . You are receiving this because you were mentioned.Message ID: @.***>

swayz8148 commented 5 months ago

image

lexido works on windows you got to build it using go build like some linux distros at the moment (one slow ass office pc ik don't worry about it lmao).

I'm not sure how to make it work without having the exe in the same file as your current file as im a windows noob.

EDIT: forgot to say you have to manually make a folder in C:\Users\.lexido and then make a file called keyring.json and put this in it { "GOOGLE_AI_KEY": "", "OLLAMA_MODEL": "", "OLLAMA_LOCAL": "false" }

after doing that you will get asked to enter a API key or you can see if ollama works on windows and use that.