[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-74966":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":16,"stars30d":17,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":18,"rankGlobal":10,"rankLanguage":10,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":20,"hasPages":20,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":27,"readmeContent":28,"aiSummary":29,"trendingCount":15,"starSnapshotCount":15,"syncStatus":30,"lastSyncTime":31,"discoverSource":32},74966,"workany","workany-ai\u002Fworkany","workany-ai","Desktop Agent for Any Task","https:\u002F\u002Fworkany.ai",null,"TypeScript",1475,238,11,0,5,8,58.44,"Other",false,"dev",[23,24,25,26],"ai-assistant","desktop-agent","general-agent","open-cowork","2026-06-12 04:01:16","# WorkAny\n\nWorkAny is a desktop AI agent application that executes tasks through natural language. It provides real-time code generation, tool execution, and workspace management.\n\n**Website:** [workany.ai](https:\u002F\u002Fworkany.ai)\n\n![](.\u002Fpublic\u002Fimgs\u002Fhome.png)\n\n## Previews\n\n- Organize files\n\n![](.\u002Fpublic\u002Fimgs\u002Ffiles.png)\n\n- Generate website\n\n![](.\u002Fpublic\u002Fimgs\u002Fweb.png)\n\n- Generate document\n\n![](.\u002Fpublic\u002Fimgs\u002Fdoc.png)\n\n- Generate data table\n\n![](.\u002Fpublic\u002Fimgs\u002Fexcel.png)\n\n- Generate slides\n\n![](.\u002Fpublic\u002Fimgs\u002Fppt.png)\n\n- Use custom model provider for Agent.\n\n![](.\u002Fpublic\u002Fimgs\u002Fsettings.png)\n\n## ❤️ Sponsor\n\n\u003Ca href='https:\u002F\u002F302.ai\u002F?utm_source=workany_github' target='_blank'>\n  \u003Cimg src=\"https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002Fa03edf82-2031-4f23-bdb8-bfc0bfd168a4\" width=\"100%\" alt=\"icon\"\u002F>\n\u003C\u002Fa>\n\n[302.AI](https:\u002F\u002F302.ai\u002F?utm_source=workany_github) is a pay-as-you-go AI application platform that offers the most comprehensive AI APIs and online applications available.\n\n> If you want to sponsor this project, please contact us via email: [hello@workany.ai](mailto:hello@workany.ai)\n\n## Features\n\n- **Task Execution** - Natural language task input with real-time streaming\n- **Agent Runtime** - Powered by [@codeany\u002Fopen-agent-sdk](https:\u002F\u002Fgithub.com\u002Fcodeany-ai\u002Fopen-agent-sdk-typescript), runs entirely in-process with no external CLI dependency\n- **30+ Built-in Tools** - File I\u002FO, shell execution, web search, code editing, and more\n- **Sandbox** - Isolated code execution environment\n- **Artifact Preview** - Live preview for HTML\u002FReact\u002Fcode files\n- **MCP Support** - Model Context Protocol server integration (stdio\u002FSSE\u002FHTTP)\n- **Skills Support** - Custom agent skills for extended capabilities\n- **Multi-provider** - OpenRouter, Anthropic, OpenAI, and any compatible API endpoint\n\n## Project Structure\n\n```\nworkany\u002F\n├── src\u002F                # Frontend (React + TypeScript)\n├── src-api\u002F            # Backend API (Hono + @codeany\u002Fopen-agent-sdk)\n└── src-tauri\u002F          # Desktop app (Tauri + Rust)\n```\n\n## Tech Stack\n\n| Layer | Technologies |\n|-------|--------------|\n| Frontend | React 19, TypeScript, Vite, Tailwind CSS 4 |\n| Backend | Hono, @codeany\u002Fopen-agent-sdk, MCP SDK |\n| Desktop | Tauri 2, SQLite |\n\n\n## Architecture\n\n![](\u002Fpublic\u002Fimgs\u002Farchitecture.png)\n\n## Development\n\n### Requirements\n\n- Node.js >= 20\n- pnpm >= 9\n- Rust >= 1.70\n\n### Quick Start\n\n```bash\n# Install dependencies\npnpm install\n\n# Start API server\npnpm dev:api\n\n# Start Web and Desktop App (recommended)\npnpm dev:app\n\n# Start Web only (Optional)\npnpm dev:web\n```\n\n## Contributing\n\nContributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n## Community\n\n- [Join Discord](https:\u002F\u002Fdiscord.gg\u002FrDSmZ8HS39)\n- [Follow on X](https:\u002F\u002Fx.com\u002Fworkanyai)\n\n## ❤️ Contributors\n\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fworkany-ai\u002Fworkany\u002Fgraphs\u002Fcontributors\">\n  \u003Cimg src=\"https:\u002F\u002Fcontrib.rocks\u002Fimage?repo=workany-ai\u002Fworkany\" \u002F>\n\u003C\u002Fa>\n\n## ⭐️ Star History\n\n[![Star History Chart](https:\u002F\u002Fapi.star-history.com\u002Fsvg?repos=workany-ai\u002Fworkany&type=Timeline)](https:\u002F\u002Fstar-history.com\u002F#workany-ai\u002Fworkany&Timeline)\n\n## License\n\nThis project is licensed under the [WorkAny Community License](LICENSE), based on Apache License 2.0 with additional conditions.\n\n© 2026 ThinkAny, LLC. All rights reserved.\n","WorkAny 是一款桌面AI代理应用程序，通过自然语言执行任务。它支持实时代码生成、工具执行和工作区管理等功能，并且内置了30多种工具，如文件I\u002FO、Shell执行、网页搜索等。该应用基于TypeScript开发，前端使用React 19与Vite构建，后端采用Hono框架及@codeany\u002Fopen-agent-sdk库，桌面部分则利用Tauri 2和Rust实现。其独特的多模型提供商支持（包括OpenRouter, Anthropic, OpenAI等）以及MCP协议服务器集成能力，使得用户能够灵活选择最适合自己的AI服务。此外，WorkAny还提供了安全的沙盒环境用于隔离代码执行，确保操作的安全性。此项目适用于需要提高日常工作效率或简化复杂任务处理的各种场景。",2,"2026-06-11 03:51:44","high_star"]