I've been building an open-source project called HULLAR — a remote-control assistant that lets you operate a Windows PC from anywhere through a Telegram bot, using natural language.
What it does
You just text the bot — even with typos or incomplete phrasing — and it gets the job done:
-
battery,status→ system info + a live screenshot -
open youtube,set volume to 50,screenshot,shutdown(with confirmation) - "look at the screen and click Play" → it actually sees the screen using a local vision model
- "build an html calculator on the desktop" → a multi-step agent writes and runs the code
- voice replies, file transfer, Wake-on-LAN… 288+ skills in total
How it works
A 3-layer router keeps it fast and free:
- Instant regex rules for known commands (typo & multi-language tolerant)
- An AI normalization layer for broken/natural language
- A multi-step agent for complex tasks (writing code, multi-step automation)
It runs fully offline with Ollama, or you can plug in Google Gemini, Anthropic Claude, OpenAI, or OpenRouter. It supports 5 languages and is MIT licensed.
Try it
Code, setup wizard and a demo are on GitHub:
👉 https://github.com/BackSaitama/Hullar-Agent
I'd love any feedback, ideas or contributions — and a ⭐ helps a lot. Thanks for reading!

Top comments (0)