Agent Desktop banner
BaLaurent BaLaurent

Agent Desktop

AI community

Description

An highly configurable desktop client for your favourite LLM

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Agent Desktop

A desktop client for every LLM, built for agents. Claude by default — any model via a custom base URL. Plan mode approvals, MCP servers, a real git panel, a scheduler with variables, voice, Jupyter — wired straight to your filesystem, or headless in a Docker sandbox if that's your vibe.

image

**Full documentation lives on the [Agent Desktop Wiki](https://agent-desktop.wiki)** — features, headless server, architecture, changelog, and guides.

Community

I build this project primarily for my own use — the features I add are the ones I need day to day. Feature requests are welcome on Discord.

[![Discord](https://discord.com/api/guilds/1441514110893424735/widget.png?style=banner4)](https://discord.gg/qfeDTu65SX)

Highlights

  • Chat — streaming, markdown, syntax highlighting, message queue, conversation fork, /compact, /clear
  • Auth — OAuth via Claude subscription or your own Anthropic API key
  • Backends — Claude Agent SDK (default) or PI Coding Agent (experimental)
  • Files — built-in explorer, Monaco code viewer, Mermaid, OpenSCAD 3D, Jupyter notebooks
  • Knowledge base — attach files/folders as conversation context
  • Quick Chat — global overlay with text + voice (local whisper.cpp)
  • TTS — Piper, edge-tts, or spd-say with summary modes
  • Scheduled tasks — recurring agent runs with prompt variables
  • MCP — stdio, HTTP, and SSE Model Context Protocol servers
  • Themes — full CSS custom property editor, day/night auto-switch, folder color tinting
  • Git panel — status, branches, stash, DAG graph, log
  • Headless mode — runs as a web server and/or Discord bot without Electron
  • Auto-update — built-in, via electron-updater + GitHub Releases

See the [wiki](https://agent-desktop.wiki) for the full feature list and configuration guides.

Installation

Prerequisite