Ask HN: What AI assistants are already bundled for Linux?

![]() |
|
None. Microsoft has Copilot in preview mode in Windows and it’s not very integrated apart from a chat window. I doubt GNOME/KDE will be able to dedicate enough resources to adding an assistant that is well integrated with the desktop environment any time soon.
A search in Fedora yields a single GSoC project[0] limited in scope to NetworkManager and it’s not clear if anyone actually is working on that. If the use case you’re interested in is actually having the LLM doing things for you in SaaS applications, that wouldn’t need deep integration but, considering Google is yet to deliver a Google Drive client for Linux, I wouldn’t hold my breath waiting for a native Linux AI-assisted assistant. Your best option right now is to interface with the assistants through their web interface and hope they have plugins/extensions to interact with things you want. Other than that, some people have built prototypes running LLMs locally that talk to things like Home Assistant. But again, no deep desktop integration. 0 – https://docs.fedoraproject.org/en-US/mentored-projects/gsoc/… |
![]() |
|
Not OP, but when searching for files, spelling something wrong, or using the wrong synonym is a big problem. We’re just used to computers being inflexible.
|
![]() |
|
> I wouldn’t hold my breath waiting for a native Linux AI-assisted assistant.
On Mac when I press Command + Space, it brings up Spotlight search That can’t easily be added to be the equivalent of some kind of LLM prompt on GNOME/KDE/XFCE? I don’t quite know what you’d ask it/do with it that would be of much value? Seems like a quicker way/a wrapper around either asking an LLM questions via CLI or basically Electron wrapping HTML (like this https://github.com/lencx/ChatGPT)? |
![]() |
|
pip install llm # among other, to run local or not. Yet, KDE or Gnome are yet to integrate or develop a nice API for/ to any of these.
|