Skip to content

Latest commit

 

History

History
125 lines (77 loc) · 3.23 KB

File metadata and controls

125 lines (77 loc) · 3.23 KB

WorkAny

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

Previews

  • Organize files

  • Generate website

  • Generate document

  • Generate data table

  • Generate slides

  • Use custom model provider for Agent.

❤️ Sponsor

icon

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

Features

  • Task Execution - Natural language task input with real-time streaming
  • Agent Runtime - Powered by @codeany/open-agent-sdk, runs entirely in-process with no external CLI dependency
  • 30+ Built-in Tools - File I/O, shell execution, web search, code editing, and more
  • Sandbox - Isolated code execution environment
  • Artifact Preview - Live preview for HTML/React/code files
  • MCP Support - Model Context Protocol server integration (stdio/SSE/HTTP)
  • Skills Support - Custom agent skills for extended capabilities
  • Multi-provider - OpenRouter, Anthropic, OpenAI, and any compatible API endpoint

Project Structure

workany/
├── src/                # Frontend (React + TypeScript)
├── src-api/            # Backend API (Hono + @codeany/open-agent-sdk)
└── src-tauri/          # Desktop app (Tauri + Rust)

Tech Stack

Layer Technologies
Frontend React 19, TypeScript, Vite, Tailwind CSS 4
Backend Hono, @codeany/open-agent-sdk, MCP SDK
Desktop Tauri 2, SQLite

Architecture

Development

Requirements

  • Node.js >= 20
  • pnpm >= 9
  • Rust >= 1.70

Quick Start

# 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

Contributing

Contributions are welcome! Please see CONTRIBUTING.md for guidelines.

Community

❤️ Contributors

⭐️ Star History

Star History Chart

License

This project is licensed under the WorkAny Community License, based on Apache License 2.0 with additional conditions.

© 2026 ThinkAny, LLC. All rights reserved.