An AI Agent That Edits Files and Runs Bash From Your Desktop
LiveAgent is a local-first desktop client that gives LLMs real file-system and shell access, plus an optional gateway for remote browser control.

What it does
LiveAgent is a Tauri-built desktop app that connects to Claude, Codex, Gemini, or compatible APIs and lets them interact directly with your local system. It can read and write files, execute bash commands, supervise long-running processes, and even spawn isolated sub-agents. A built-in memory layer (SQLite + Markdown) and cron-style task scheduler let the agent persist knowledge and run prompts or commands in the background. If you want remote access, an optional Go/gRPC gateway exposes the same interface to any browser without forcing a server dependency.
The interesting bit
Most “AI agents” are chat windows with a plugin store; LiveAgent treats your entire OS as the tool surface via native MCP bridging and direct file-system primitives. The optional Gateway is a nice touch for remote access, but the app is deliberately designed to run fully offline and locally, which is increasingly rare in the current wave of cloud-hosted agent platforms.
Key highlights
- Native file-system operations: precise read/write/edit/delete, plus glob/grep search, not just API wrappers.
- Multi-model routing for Claude, Codex, and Gemini protocols with custom base-URL support.
- MCP stdio/http bridging and a Skills package ecosystem (ClawHub) for progressive tool loading.
- Background automation via bash, HTTP, or prompt-based cron jobs with SQLite-backed memory.
- Cross-platform Tauri 2 desktop (macOS, Windows, Linux) with signed installers and Apple notarization.
Caveats
- Remote access via the optional Gateway requires self-hosting a Go service and proxying gRPC and WebSocket traffic yourself; the README supplies an Nginx reference but no managed option.
- Sub-agent delegation and one-click tunnel exposure are listed as core features, yet the README barely elaborates on them beyond their names.
Verdict
Developers who want a local, multi-model AI operator with real file-system teeth—and don’t mind optional self-hosted remote access—should look here. If you just need a chat wrapper or a fully managed cloud agent, this is overkill.
Frequently asked
- What is Stack-Cairn/LiveAgent?
- LiveAgent is a local-first desktop client that gives LLMs real file-system and shell access, plus an optional gateway for remote browser control.
- Is LiveAgent open source?
- Yes — Stack-Cairn/LiveAgent is open source, released under the MIT license.
- What language is LiveAgent written in?
- Stack-Cairn/LiveAgent is primarily written in TypeScript.
- How popular is LiveAgent?
- Stack-Cairn/LiveAgent has 581 stars on GitHub.
- Where can I find LiveAgent?
- Stack-Cairn/LiveAgent is on GitHub at https://github.com/Stack-Cairn/LiveAgent.