TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

53 pointsby foothebarabout 1 year ago
Are there any AI assistants which come bundled with one of the popular distros (Debian-like, Arch, …)?<p>Or anything which is free (at least as in beer) and readily bundled in distro-specific installation packages?

21 comments

yjftsjthsd-habout 1 year ago
NixOS has packages for llama-cpp and ollama: <a href="https:&#x2F;&#x2F;search.nixos.org&#x2F;packages?channel=23.11&amp;from=0&amp;size=50&amp;sort=relevance&amp;type=packages&amp;query=llama" rel="nofollow">https:&#x2F;&#x2F;search.nixos.org&#x2F;packages?channel=23.11&amp;from=0&amp;size=...</a><p>Edit: And Arch packages ollama officially - <a href="https:&#x2F;&#x2F;archlinux.org&#x2F;packages&#x2F;?sort=&amp;q=llama&amp;maintainer=&amp;flagged=" rel="nofollow">https:&#x2F;&#x2F;archlinux.org&#x2F;packages&#x2F;?sort=&amp;q=llama&amp;maintainer=&amp;fl...</a> - and a few things in the AUR - <a href="https:&#x2F;&#x2F;aur.archlinux.org&#x2F;packages?O=0&amp;K=llama" rel="nofollow">https:&#x2F;&#x2F;aur.archlinux.org&#x2F;packages?O=0&amp;K=llama</a>
评论 #39574411 未加载
brucethemoose2about 1 year ago
One thing about LLMs is that they are 6GB+ (and much larger for &quot;smart&quot; ones) just sitting in the background. They suck power and produce heat like nothing else, and they are finicky, especially at smaller sizes.<p>Running one as a background desktop assistant is whole different animal than calling a Microsoft API.
评论 #39562749 未加载
评论 #39562575 未加载
评论 #39562739 未加载
评论 #39564667 未加载
评论 #39562925 未加载
gtirloniabout 1 year ago
None. Microsoft has Copilot in preview mode in Windows and it&#x27;s not very integrated apart from a chat window. I doubt GNOME&#x2F;KDE will be able to dedicate enough resources to adding an assistant that is well integrated with the desktop environment any time soon.<p>A search in Fedora yields a single GSoC project[0] limited in scope to NetworkManager and it&#x27;s not clear if anyone actually is working on that.<p>If the use case you&#x27;re interested in is actually having the LLM doing things for you in SaaS applications, that wouldn&#x27;t need deep integration but, considering Google is yet to deliver a Google Drive client for Linux, I wouldn&#x27;t hold my breath waiting for a native Linux AI-assisted assistant.<p>Your best option right now is to interface with the assistants through their web interface and hope they have plugins&#x2F;extensions to interact with things you want.<p>Other than that, some people have built prototypes running LLMs locally that talk to things like Home Assistant. But again, no deep desktop integration.<p>0 - <a href="https:&#x2F;&#x2F;docs.fedoraproject.org&#x2F;en-US&#x2F;mentored-projects&#x2F;gsoc&#x2F;2024&#x2F;ideas&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.fedoraproject.org&#x2F;en-US&#x2F;mentored-projects&#x2F;gsoc&#x2F;...</a>
评论 #39562823 未加载
评论 #39561964 未加载
评论 #39561973 未加载
louismerlinabout 1 year ago
Not as far as I know, but llamafiles are almost easier to get running than native packages.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Mozilla-Ocho&#x2F;llamafile">https:&#x2F;&#x2F;github.com&#x2F;Mozilla-Ocho&#x2F;llamafile</a>
AlienRobotabout 1 year ago
Unrelated, but is there something like Bonzi Buddy for linux? Not the spyware part, just the friendly looking clippy-esque character that can tell you about your new e-mails, weather, or whatever? I kind of wish I had something like that.
评论 #39562382 未加载
TheCorehabout 1 year ago
Not bundled in a distro-specific way, but ollama fairly straightforward to install and use:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;ollama&#x2F;ollama&#x2F;blob&#x2F;main&#x2F;docs&#x2F;linux.md">https:&#x2F;&#x2F;github.com&#x2F;ollama&#x2F;ollama&#x2F;blob&#x2F;main&#x2F;docs&#x2F;linux.md</a>
gesshaabout 1 year ago
Shameless plug: I’m writing one for Ubuntu Touch and I’m planning on adding a desktop version as well.<p>My frontend side is very weak so it’s going to be very barebones but contributions are welcome once it’s stable:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;gessha&#x2F;llmtest">https:&#x2F;&#x2F;github.com&#x2F;gessha&#x2F;llmtest</a>
bossyTeacherabout 1 year ago
Why? They take lots of space and lots of computing power. Linux has always been about lightweight and a bundle only containing essential things. You can always install one if you need it but as it stands right now LLMs are not useful enough to warrant their bundling in a distro. Just my 2 cents
评论 #39563480 未加载
29athrowawayabout 1 year ago
There is one you can install via Flatpak. That will work in most distros.<p><a href="https:&#x2F;&#x2F;flathub.org&#x2F;apps&#x2F;io.github.Bavarder.Bavarder" rel="nofollow">https:&#x2F;&#x2F;flathub.org&#x2F;apps&#x2F;io.github.Bavarder.Bavarder</a>
bzmrgonzabout 1 year ago
Wouldn&#x27;t it be ironic if chatgpt assistant on linux gives linux end-user desktop dominance? lol... Microsoft would be like, &quot;you fools, you&#x27;ve doomed us all&quot;
harishpillayabout 1 year ago
Perhaps this: <a href="https:&#x2F;&#x2F;github.com&#x2F;yusufcanb&#x2F;tlm">https:&#x2F;&#x2F;github.com&#x2F;yusufcanb&#x2F;tlm</a>?<p>it is not distro bundled (yet), but I have it running on my Fedora Linux 39 running on a NUC with 16GB of RAM. Performance is good enough for me.
quickthrower2about 1 year ago
Jan.ai has a deb package. <a href="https:&#x2F;&#x2F;jan.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jan.ai&#x2F;</a>
评论 #39661626 未加载
throwaway8481about 1 year ago
Could they just package ollama and build a Python GTK interface around the CLI interface?
mdev23about 1 year ago
Check out <a href="https:&#x2F;&#x2F;gitlab.com&#x2F;mdev1974008&#x2F;doda" rel="nofollow">https:&#x2F;&#x2F;gitlab.com&#x2F;mdev1974008&#x2F;doda</a> - Pure terminal UI. Its just python.
javveeabout 1 year ago
Linux options (possibly not bundled) from another thread<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39533494">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39533494</a>
onemoresoopabout 1 year ago
I&#x27;m wondering if there&#x27;s any AI assistant that could run on a headless RPI? And is easy to install?
xk_idabout 1 year ago
When Linux comes bundled with AI I will lose all my faith in humanity and never use a computer again.
dartharvaabout 1 year ago
It&#x27;s a fair assumption ChromeOS will be getting Gemini soon.
adr1anabout 1 year ago
pip install llm # among other, to run local or not. Yet, KDE or Gnome are yet to integrate or develop a nice API for&#x2F; to any of these.
crimsoneerabout 1 year ago
lm studio has a good linux version and gives you everything you&#x27;d ever need.
dartosabout 1 year ago
Open interpreter?