A Desktop AI Agent That Edits Files and Builds Slides
WorkAny exists to turn natural language into desktop tasks—file organization, website generation, shell commands—through an agent runtime that stays entirely in-process.

What it does WorkAny is a desktop application that translates natural language instructions into concrete tasks like organizing files, generating websites, and creating documents or spreadsheets. Built with Tauri, React, and Rust, it streams responses in real time and previews artifacts such as HTML and React components directly inside the app. The backend API uses Hono and keeps the agent runtime entirely in-process, meaning it does not rely on external CLI tools to execute commands.
The interesting bit
The project leans on @codeany/open-agent-sdk for its agent runtime rather than orchestrating a tangle of external scripts. That keeps the 30-plus built-in tools—file I/O, shell execution, web search, and code editing—tightly bundled with the UI. It also speaks the Model Context Protocol, accepting MCP servers over stdio, SSE, or HTTP to extend capabilities without leaving the app process.
Key highlights
- Desktop shell built with Tauri 2 and SQLite, frontend in React 19 and Tailwind CSS 4
- 30+ built-in tools covering file system access, shell execution, web search, and code editing
- Live artifact preview for HTML, React, and other code files
- Supports multiple model providers including OpenRouter, Anthropic, OpenAI, and compatible endpoints
- Custom “WorkAny Community License” based on Apache 2.0
Caveats
- The license adds unspecified “additional conditions” to Apache 2.0; the README does not spell out what those are, so read the actual license file before adopting
- While the README mentions a sandbox for isolated code execution, it offers no details on how that isolation works
- Previews suggest broad document generation capabilities, but the README does not clarify output fidelity or supported formats beyond the screenshots shown
Verdict Developers who want a desktop-native, general-purpose AI assistant with deep file-system and shell access should try it. If you need a standard open-source license or a headless server deployment, look elsewhere.
Frequently asked
- What is workany-ai/workany?
- WorkAny exists to turn natural language into desktop tasks—file organization, website generation, shell commands—through an agent runtime that stays entirely in-process.
- Is workany open source?
- Yes — workany-ai/workany is an open-source project tracked on heatdrop.
- What language is workany written in?
- workany-ai/workany is primarily written in TypeScript.
- How popular is workany?
- workany-ai/workany has 1.5k stars on GitHub.
- Where can I find workany?
- workany-ai/workany is on GitHub at https://github.com/workany-ai/workany.