by aspasskiy
Lightweight self-hosted AI agent. Open-source OpenClaw alternative in Go.
# Add to your Claude Code skills
git clone https://github.com/aspasskiy/GoGogot
An open-source, self-hosted personal AI agent written in Go. Deploy on your own server as a single ~15 MB binary — it runs shell commands, edits files, browses the web, manages persistent memory, and schedules tasks. A lightweight alternative to OpenClaw (Claude Code) in ~4,500 lines of Go. No frameworks, no plugins, no magic.
GoGogot is a lightweight, extensible, and secure open-source AI agent that lives on your server. It can execute shell commands, read and write files, search and browse the web, maintain persistent memory, and run scheduled tasks. The entire agent is a single Go binary under 15 MB that idles at ~10 MB RAM and deploys with one docker compose up command.
The core philosophy of GoGogot is built around being lightweight, extensible, and secure:
No comments yet. Be the first to share your thoughts!
| Use Case | Example Prompt | | --- | --- | | 📰 Daily Digest | Find top 5 AI news from today, summarize each in 2 sentences, send me every morning at 9:00 | | 📊 Report Generation | Download sales data from this URL, calculate totals by region, generate a PDF report | | 📁 File Processing | Take these 12 screenshots, merge them into a single PDF, and send the file back | | 🔍 Market Research | Search the web for pricing of competitors X, Y, Z and make a comparison table | | 🖥️ Server Monitoring | Check disk and memory usage every hour, alert me in Telegram if anything exceeds 80% | | 🗃️ Data Extraction | Fetch this webpage, extract all email addresses and phone numbers into a CSV | | ⚙️ Routine Automation | Every Friday at 18:00, pull this week's git commits and send me a changelog ...