# Add to your Claude Code skills
git clone https://github.com/workany-ai/workanyLast scanned: 4/28/2026
{
"issues": [
{
"type": "npm-audit",
"message": "xlsx: Prototype Pollution in sheetJS",
"severity": "high"
}
],
"status": "WARNING",
"scannedAt": "2026-04-28T06:29:30.032Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}No comments yet. Be the first to share your thoughts!
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
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.
If you want to sponsor this project, please contact us via email: hello@workany.ai
workany/
├── src/ # Frontend (React + TypeScript)
├── src-api/ # Backend API (Hono + @codeany/open-agent-sdk)
└── src-tauri/ # Desktop app (Tauri + Rust)
| Layer | Technologies |
|---|---|
| Frontend | React 19, TypeScript, Vite, Tailwind CSS 4 |
| Backend | Hono, @codeany/open-agent-sdk, MCP SDK |
| Desktop | Tauri 2, SQLite |

# 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:web
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
This project is licensed under the WorkAny Community License, based on Apache License 2.0 with additional conditions.
© 2026 ThinkAny, LLC. All rights reserved.