Cross-platform desktop app for agentic chat powered by Claude Agent SDK.
npx skills add https://github.com/pheuter/claude-agent-desktop --skill frontend-designInstala esta habilidad con la CLI y comienza a usar el flujo de trabajo SKILL.md en tu espacio de trabajo.
[!IMPORTANT]
This project is not affiliated with Anthropic
The Claude Agent SDK is a powerful toolkit for building AI agents that can execute code, manage files, search the web, and perform complex multi-step tasks. However, using it typically requires programming knowledge, terminal commands, and installing developer tools like Node.js, Python, and package managers.
Claude Agent Desktop removes these barriers entirely. Designed for all knowledge workers, not just engineers, it packages the full power of the Claude Agent SDK into a simple desktop application:
~/Desktop/claude-agent, a shared environment for mutual collaboration. The agent can build applications, generate spreadsheets, and create documents here, while you can drag and drop your own files into the folder for the agent to analyze and work with.Whether you're a researcher analyzing data, a writer managing documents, or anyone who wants AI to actively work on your computer rather than just chat, this app lets you harness frontier agent capabilities without opening the terminal or writing a single line of code.
Pre-built binaries for macOS and Windows are available on the Releases page.
ANTHROPIC_API_KEY or in app settings.bun install
bun run dev # builds skills, starts Electron + Vite
Packaged builds check this repository's GitHub Releases for updates via electron-updater. Set GH_TOKEN when running electron-builder to publish releases with update metadata, and optionally provide UPDATE_FEED_URL to point the app at a custom update server.