WorkAny is a desktop AI agent application that executes tasks through natural language. It provides real-time code generation, tool execution, and workspace management.
Website: workany.ai
302.AI is a pay-as-you-go AI application platform that offers the most comprehensive AI APIs and online applications available.
MiniMax-M2.1 is an open-source SOTA model that excels at coding, navigating digital environments, and handling long, multi-step tasks. Click to get an exclusive 12% off the MiniMax Coding Plan.
If you want to sponsor this project, please contact us via email: hello@workany.ai
- Organize files
- Generate website
- Generate document
- Generate data table
- Generate slides
- Use custom model provider for Agent.
- Use Sandbox to execute Code
- Configure Agent Skills
- Task Execution - Natural language task input with real-time streaming
- Agent Runtime - Powered by Claude Code
- Agent SDK - Built on Claude Agent SDK
- Sandbox - Isolated execution via Codex CLI
- Artifact Preview - Live preview for HTML/React/code files
- MCP Support - Model Context Protocol server integration
- Skills Support - Custom agent skills for extended capabilities
- Multi-provider - OpenRouter, Anthropic, OpenAI, custom providers
workany/
├── src/ # Frontend (React + TypeScript)
├── src-api/ # Backend API (Hono + Claude Agent SDK)
└── src-tauri/ # Desktop app (Tauri + Rust)
| Layer | Technologies |
|---|---|
| Frontend | React 19, TypeScript, Vite, Tailwind CSS 4 |
| Backend | Hono, Claude Agent SDK, MCP SDK |
| Desktop | Tauri 2, SQLite |
- Node.js >= 20
- pnpm >= 9
- Rust >= 1.70
# Install dependencies
pnpm install
# Start API server
pnpm dev:api
# Start Web and Desktop App (recommended)
pnpm dev:app
# Start Web only (Optional)
pnpm dev:webContributions are welcome! Please see CONTRIBUTING.md for guidelines.
Some components are built with ShipAny.ai - AI-powered full-stack development platform.
This project is licensed under the WorkAny Community License, based on Apache License 2.0 with additional conditions.
© 2026 ThinkAny, LLC. All rights reserved.








