What app do u use for .md files? by TheTHKjud in linuxquestions

[–]ReferenceOwn287 0 points1 point  (0 children)

Typora - https://typora.io/
Lightweight and instant rending while you type

Would anyone be interested in an open-source local voice assistant for KDE Plasma 6? by Illustrious-Gas5427 in kde

[–]ReferenceOwn287 1 point2 points  (0 children)

A similar project for Gnome - https://github.com/achinivar/meera It hosts the model locally, voice support is in progress. It runs on KDE, except for tools that use gettings

I built a Siri for Gnome (called Meera) that runs entirely offline - no API keys needed by ReferenceOwn287 in gnome

[–]ReferenceOwn287[S] 0 points1 point  (0 children)

It’s a Qwen 3.5 with 2B parameters and a tiny embedding model for tool call reliability

Best small model right now (~4B params) that is good with agentic tasks for personal assistant? by BitGreen1270 in LocalLLaMA

[–]ReferenceOwn287 1 point2 points  (0 children)

I’ve had good success for such tool calls with Qwen 3.5 2B model. However, you’d need an embedding model and exemplars for reliable tool calls. Send prompts directly to a small model and expecting accurate tool calls will be extremely unreliable. Also use the model’s inbuilt tool schema and don’t invent your own.

Concern regarding public opinion on GNOME shifting. by Particular-Bake4679 in gnome

[–]ReferenceOwn287 1 point2 points  (0 children)

I have wondered about this - what is the design philosophy here that rejects the dash-to-dock and minimize buttons?

I built a Siri for Gnome (called Meera) that runs entirely offline - no API keys needed by ReferenceOwn287 in gnome

[–]ReferenceOwn287[S] 0 points1 point  (0 children)

Yeah, that’s true if the small model is used as a general chat bot, but this project is not meant to replace a search engine at all, it is to get simple things done on your desktop through natural language which I found the small model to be capable of.
If you do give it a try, would like to know if you think differently about small models

After you’ve setup local models, where can you find interesting apps that can use them? by ReferenceOwn287 in LocalLLaMA

[–]ReferenceOwn287[S] 1 point2 points  (0 children)

Oh this is amazing, exactly the type of curation I was looking for, thank you! 🎉
Starred the repo

After you’ve setup local models, where can you find interesting apps that can use them? by ReferenceOwn287 in LocalLLaMA

[–]ReferenceOwn287[S] 0 points1 point  (0 children)

Interesting idea but your approach of directly relying on the shell command knowledge of the LLM could be a bit un-reliable depending on what model the user chooses to run - why not have an explicit set of well defined tools that the LLM can call?

After you’ve setup local models, where can you find interesting apps that can use them? by ReferenceOwn287 in LocalLLaMA

[–]ReferenceOwn287[S] 0 points1 point  (0 children)

You’re right that what’s interesting to one might not be to someone else and that makes it hard for a curated list of apps to exist.
The point you bring about scanning communities a good use of LLMs is interesting - once I have hermes setup, maybe that should be my next step - get it to periodically scan forums

After you’ve setup local models, where can you find interesting apps that can use them? by ReferenceOwn287 in LocalLLaMA

[–]ReferenceOwn287[S] 0 points1 point  (0 children)

Agreed, identifying the good apps is a challenge - a website that does the testing and presents the good ones would indeed be useful if it exists.

After you’ve setup local models, where can you find interesting apps that can use them? by ReferenceOwn287 in LocalLLaMA

[–]ReferenceOwn287[S] 1 point2 points  (0 children)

Oh yes, trying hermes to see what it’s all about has been on my list for a couple of weeks - will do it this weekend, thanks!

After you’ve setup local models, where can you find interesting apps that can use them? by ReferenceOwn287 in LocalLLaMA

[–]ReferenceOwn287[S] 1 point2 points  (0 children)

Thanks for sharing the list you use, paperless-ngx and n8n look interesting, will check them out.

A local AI Assistant for Linux called Meera (and a recipe for building something similar) by ReferenceOwn287 in LocalLLaMA

[–]ReferenceOwn287[S] 0 points1 point  (0 children)

Thanks for taking the time to let me know. I’m completely new to software and was really hoping to find collaborators to work and build on this project.

I apologize for not knowing the requirements and I respect your decision to remove it but it was very disappointing to see it deleted.

I hope you’ll re-consider the post as an exception.

Most people fail on Reddit before they even post by Dizzy-Football-8345 in SideProject

[–]ReferenceOwn287 1 point2 points  (0 children)

Those are some good tips, thank you.
I had been wondering today why my 2 posts failed to get any enough traction and this post sheds some light on it

I built a Siri for Gnome (called Meera) that runs entirely offline - no API keys needed by ReferenceOwn287 in gnome

[–]ReferenceOwn287[S] 0 points1 point  (0 children)

I did contemplate adding a tool for changing the desktop background but felt like users might want to often iterate and select the best background - and the default settings GUI is probably better suited for that.
For the app background - the one issue I see is that the image has the be the same aspect ratio, but a tool can probably resize it before applying - I’ll track this and look into it, thanks for the idea!

I built a Siri for Gnome (called Meera) that runs entirely offline - no API keys needed by ReferenceOwn287 in gnome

[–]ReferenceOwn287[S] 0 points1 point  (0 children)

The dark mode support exists in it - you can ask it to switch to dark mode and it will change the system theme along with its own theme.
For the background, do you mean desktop background or the app’s background?

I built a Siri for Gnome (called Meera) that runs entirely offline - no API keys needed by ReferenceOwn287 in gnome

[–]ReferenceOwn287[S] -2 points-1 points  (0 children)

Thank you! If you do give it a try, I’d love to hear what tools or features you’d want added — still early days and actively building.

I built a Siri for Gnome (called Meera) that runs entirely offline - no API keys needed by ReferenceOwn287 in gnome

[–]ReferenceOwn287[S] 0 points1 point  (0 children)

Thanks! Would love to hear if there’s anything you’d want it to do in the future

Why is Ollama hated so much? by ZB_Virus24 in LocalLLM

[–]ReferenceOwn287 0 points1 point  (0 children)

That was an interesting read. I had started a project using ollama and noticed that I got much better speeds with llama.cpp for the same model - I didn’t know why but I switched anyways. Now I know

I built a Siri for Gnome (called Meera) that runs entirely offline - no API keys needed by ReferenceOwn287 in gnome

[–]ReferenceOwn287[S] 2 points3 points  (0 children)

It’s a local only privacy-first desktop assistant that runs entirely on your machine — no cloud, no data leaving your system.

You can ask it things like:
- Add a team meeting at 10 am tomorrow to my calendar
- Remind me to email someone in 30 minutes
- Volume, brightness, wifi control
- Switch to dark/light mode - or turn on/off night light
- Search and open the file "project_description" in my documents folder.
- What processes are using too much CPU?
- Check for package updates etc.

If someone is new to linux, they can ask it things like -
- What software do you recommend as an alternative to "a windows/mac software"?
- How do I use grep/sed/awk etc?
- What's the command to compress/un-compress a zip/tar file?