this post was submitted on 04 Aug 2025
8 points (100.0% liked)

Generative Artificial Intelligence

286 readers
1 users here now

Welcome to the Generative AI community on Lemmy! This is a place where you can share and discuss anything related to generative AI, which is a kind of technology that can make new things, like pictures, words, or sounds, by learning from existing things. You can post your own creations, ask for feedback, share resources, or just chat with other fans. Whether you are a beginner or an expert, you are welcome here. Please follow the Lemmy etiquette and be respectful to each other. Have fun and enjoy the magic of generative AI!

P.s. Every aspect of this community was created with AI tools, isn't that nifty.

founded 2 years ago
MODERATORS
 

Newelle is a GTK graphical front end for interacting with LLMs from Gnome desktop. It supports both local LLMs and online ones.

In addition to basic chat, it supports:

  • Speech to text and TTS models
  • Can perform web searches
  • Can drag files into Newelle to discuss it's contents
  • Run terminal commands
  • Manage files
  • Other features like image generation can be added through it's plugin system.

Obviously you'll want to be careful with letting it interact with your system directly through files/terminal commands, but still sounds pretty promising.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] pinball_wizard@lemmy.zip 1 points 5 days ago (1 children)

I've tried Gemini-CLI, and while it can run terminal commands, it asks permission before each one.

That sounds much safer.

[โ€“] Fubarberry@sopuli.xyz 2 points 5 days ago

Having now spent some time with Newelle, it asks for permission before running commands as well. By default the commands are run inside the flatpak sandbox as well. It even gives the option to run the commands in an external window and see the results before deciding whether to let the LLM access the results of the command (in case you're worried the results might have private info you don't want shared.

Overall it handles it really well to be honest.