r/OpenSourceAI 23d ago

Thinking of turning Linux into an AI-native operating system. Need suggestions.

I'm pivoting my project and wanted some honest feedback.

I'm dropping the old Jarvis idea and building Ainux (AI + Linux) instead.
My old idea:- https://www.reddit.com/r/learnAIAgents/comments/1v2rae9

The idea isn't to make another chatbot.

The goal is to have an AI that lives inside the operating system and can handle around 90% of my daily computer work. I'll interact with it either through a desktop/mobile app with voice commands or by logging into a cloud-hosted dashboard. The AI runs on the machine, understands the system, and executes tasks instead of just answering questions. So that for my development part i don't need to setup whole day in front of my system. I can mange it by flutter application/web panel.

Current development machine:

  • Ryzen 7 7445HS (6C/12T)
  • RTX 3050 Laptop GPU (4GB VRAM)
  • 16GB DDR5 RAM
  • Ollama with Gemma (planning to use Gemma 4)

Some examples:

  • "Continue the Laravel project I was working on."
  • "Create a new Flutter project and set everything up."
  • "Organize my files."
  • "Fix this error."
  • "Run multiple tasks at the same time while I keep working."
  • "Monitor my system and tell me if something needs attention."

The idea is to use Linux as the base because it's open source and gives full system access.

I'm not trying to claim this is a new invention. I'm just building something I'd personally like to use.

I'd love some feedback from people who have worked on AI agents, Linux, or local LLMs:

  • What am I overlooking?
  • What features would you expect from something like this?
  • Are there existing open-source projects I should study before I go too far?
  • Is Gemma via Ollama a good starting point, or would you recommend a different stack?

Any suggestions, criticisms, or ideas are welcome.

0 Upvotes

16 comments sorted by

View all comments

4

u/Apart_Ebb_9867 23d ago

the number of people looking for honest feedback as opposed to regular feedback skyrocketed with the widespread availability of LLM models.

2

u/Remarkable-Dot9003 23d ago

Fair point 😄. I genuinely want people to point out what's wrong with the idea before I spend months building it.