Show HN: Moruk OS – Autonomous AI agent that runs locally on Linux
TL;DR
Moruk OS is a locally running autonomous AI system for Linux – not a chatbot, but an agent that independently breaks complex tasks into subtasks and executes them in parallel.
Key Points
- Supports a wide range of models: Claude, GPT-4, Gemini, Groq, DeepSeek, and any OpenAI-compatible endpoint.
- A 'DeepThink' layer reviews critical actions through a secondary reasoning pass before execution – a built-in safety check.
- Persistent memory via vector database and SQLite allows the agent to learn from every interaction and retain context across sessions.
- Plugin system: drop a single .py file into the plugins folder and it's instantly available. MIT-licensed, built with Python and PyQt6.
Nauti's Take
A solo developer builds a local AI operating system with multi-model support, parallel task execution, and a safety reasoning layer – that's more ambitious than 90% of startup pitches from the past two years. Whether 'Moruk OS' truly qualifies as an 'operating system' or is better described as a well-packaged agent runner is debatable – the label is marketing, but the architecture sounds solid.
With just 1 upvote and zero comments on HN, it's completely under the radar right now. Anyone looking for local agent infrastructure without burning through cloud tokens should take a look – the plugin system alone could make this genuinely useful for tinkerers.