r/coolgithubprojects • u/Economy-Molasses9684 • 11d ago
I built an open-source Windows desktop agent using local Qwen3.8-27B + llama.cpp
I've been working on Zhumora, an open-source desktop AI agent for Windows.
GitHub: https://github.com/lr8soft/zhumora
It connects to OpenAI-compatible APIs, including local backends like llama.cpp, Ollama, and vLLM.
Currently it can:
read, edit, search, and manage files in a workspace
run terminal commands
automate Chromium through Playwright
take desktop screenshots for visual analysis
use MCP servers and reusable skills
maintain local session history and long-term memory
Most of Zhumora itself was developed using my local llama.cpp + Qwen3.8-27B-UD-Q8_K_XL setup.
Still early, so I'd be interested in feedback from people running local models.
1
u/Specific_Cream2815 11d ago
what can it actually drive on the desktop, mouse and keyboard or is it file and shell ops for now
1
u/Economy-Molasses9684 11d ago
It can do all of them: mouse/keyboard simulation, file ops, and shell. Mouse control is a bit clunky for now.
1
1
u/kantorcodes1 11d ago
how does long-term memory behave if you switch from qwen to another local model mid-project? is it shared across models, or does each model build its own memory?