WorkAny
Summary
WorkAny is a desktop AI agent application that executes tasks through natural language. It provides core capabilities including real-time code generation, tool execution, and workspace management.
Basic Information
- Official Website: workany.ai
- Homepage Preview:

Function Previews
The following demonstrates core functional scenarios of WorkAny:
- File organization

- Website generation

- Document generation

- Data table generation

- Slide generation

- Custom model provider configuration for agents

- Sandbox-based code execution

- Agent skills management

Core Features
| Feature | Description |
|---|---|
| Task Execution | Natural language task input with real-time streaming output |
| Agent Runtime | Powered by Claude Code |
| Agent SDK | Built on Claude Agent SDK |
| Sandbox | Isolated code execution via Codex CLI |
| Artifact Preview | Live preview support for HTML/React/code files |
| MCP Support | Model Context Protocol server integration |
| Skills Support | Custom agent skills for extended functional capabilities |
| Multi-provider | Compatible with OpenRouter, Anthropic, OpenAI, and custom model providers |
Project Structure
The WorkAny codebase is organized into three main directories:
workany/
├── src/ # Frontend (React + TypeScript)
├── src-api/ # Backend API (Hono + Claude Agent SDK)
└── src-tauri/ # Desktop app (Tauri + Rust)
Technology Stack
| Layer | Technologies Used |
|---|---|
| Frontend | React 19, TypeScript, Vite, Tailwind CSS 4 |
| Backend | Hono, Claude Agent SDK, MCP SDK |
| Desktop | Tauri 2, SQLite |
Development Guide
Prerequisites
- Node.js >= 20
- pnpm >= 9
- Rust >= 1.70
Quick Start Commands
# Install all dependencies
pnpm install
# Start the backend API server
pnpm dev:api
# Start both web and desktop application (recommended)
pnpm dev:app
# Start web application only (optional)
pnpm dev:webContributing
Contributions to the WorkAny project are welcome. Please refer to CONTRIBUTING.md for contribution guidelines.
Acknowledgments
Some components of WorkAny are built with ShipAny.ai, an AI-powered full-stack development platform.
License
This project is licensed under the WorkAny Community License, which is based on Apache License 2.0 with additional conditions. © 2026 ThinkAny, LLC. All rights reserved.