I recently, in early 2026, ditched the command line for some of my daily automation tasks using AutoClaw. AutoClaw is a desktop application from the AutoGLM team that turns chat apps like Telegram and WhatsApp into a complete AI agent interface for Windows 11. After setting this up in just 5 minutes, I will show you how to get an autonomous assistant that browses the web and manages up to 100 files per second directly from your smartphone, without modifying a single json configuration file.
What is AutoClaw and why is it a game changer?
AutoClaw is the zero-friction bridge between advanced AI models and the messaging apps you use every day. Unlike OpenClaw or other frameworks that live exclusively in the terminal, AutoClaw sits as an invisible desktop listener on your Windows machine.
The core idea is to eliminate the learning curve of new interfaces. I can send a message in a dedicated Telegram chat saying: "Find the latest news on local AI models and save a PDF summary to my desktop". AutoClaw intercepts the command, spins up the agent, uses browser tools to search online, generates the document on my PC, and replies in the chat with the file attached. According to AutoGLM's March 2026 benchmarks, using AutoClaw reduces repetitive desktop task time by 40%. The software is released under the Apache 2.0 license and natively supports Windows 10 and Windows 11. If you are interested in small local models to power this, see my guide on how to run Qwen 3.5 0.8B locally with OpenClaw.
The Newsletter for CTOs and Devs
Subscribe to get practical guides on implementing local AI agents and development tools.
OpenClaw vs AutoClaw: Which should you choose?
If you have followed my previous guides on setting up OpenClaw agents locally, you might be wondering which tool fits your needs.
- OpenClaw is built for developers. It offers total control over manifests, custom LLM connections, and deep system tools. If you need to debug workflows or build custom Python tools, it remains the superior choice.
- AutoClaw is designed for the end user. There is no terminal and no complex dashboard. It is perfect for those who want the power of an autonomous AI agent triggered directly from their phone, using Telegram as a remote control for their Windows PC. If you instead prefer a zero-install cloud option, you might want to look into MaxClaw.
How to connect AutoClaw to Telegram on Windows
The setup takes just a few clicks.
1. Launch the AutoClaw app
Download and run the executable on your Windows computer. The application will start and display a simple connection panel, without asking you to install Node.js or Python dependencies.
2. Link your Telegram bot
Create a new bot via BotFather on Telegram and copy the token. Paste the token into the AutoClaw interface. The app will immediately begin listening to messages sent to that bot.
Status: Connected to Telegram
Listening for incoming agent tasks...
3. Send your first command
Open Telegram on your phone, find your new bot, and type: "Analyze my Downloads folder and tell me which are the largest files". The agent will reply with a detailed breakdown in seconds.
Real productivity benefits
Having your agent accessible via Telegram means you do not need to be physically at your computer to trigger complex workflows. The lack of dashboards and lengthy setups completely removes initial friction: natural language inside a familiar chat window is all it takes.
FAQ
Does AutoClaw support local models like Ollama?
Yes, the desktop application allows you to select local providers. If you have Ollama running on your Windows PC, you can configure AutoClaw to route requests there, keeping your data completely private.
Is it Windows only?
Currently, the main application is heavily optimized for Windows environments, where it natively handles filesystem permissions and browser automation.
Can I use WhatsApp instead of Telegram?
The AutoGLM team designed the system to support multiple chat applications, including WhatsApp and WeChat. However, Telegram remains the most reliable choice due to its developer-friendly bot API.
Conclusion
AutoClaw represents a major step forward in democratizing AI agents. By moving the interface out of the terminal and into everyday chat apps, interaction becomes immediate and accessible to anyone, while still leveraging the full execution power of your desktop PC.
Written by Matteo Giardino, CTO and founder. I build AI agents for small and medium businesses. View my projects.
