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

Generative Artificial Intelligence

284 readers
26 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 2 points 16 hours ago (3 children)

Run terminal commands

That's a no for me. I don't need an AI to wipe my databases.

But I assume this will be configurable. I might find a use for some of the other bits, if it can run securely and privately.

[–] Fubarberry@sopuli.xyz 3 points 15 hours ago (1 children)

I've tried Gemini-CLI, and while it can run terminal commands, it asks permission before each one. Being able to read the commands and then click yes once I see what it's doing can work pretty well in my experience, and should be somewhat safe.

They do recommend running gemini-cli inside a container though, for added safety. I'm not sure if that's possible with Newelle yet.

[–] pinball_wizard@lemmy.zip 1 points 11 hours 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 8 hours 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.

load more comments (1 replies)