hack-ink / AiR

AI with Rust.
GNU General Public License v3.0
118 stars 6 forks source link

Support Unix #40

Open AurevoirXavier opened 3 months ago

johnblommers commented 2 months ago

Note that we may install this project from source code following the instructions at the README. I already had Rust installed. After installing the two dependencies, it took only four minutes on my small form factor PC to successfully build AiR. It ran perfectly once I entered my OPENAI_API_KEY.

AurevoirXavier commented 2 months ago

Yep, most functions should work. But something relies on the OS API won't work, such as auto hide on lost focus. That needs to be fixed.