Orkee banner
OrkeeAI OrkeeAI

Orkee

Development community

Description

Your complete project and agent orchestration solution

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Orkee

A CLI, TUI, dashboard, and native desktop app for AI agent orchestration

Features

  • 🤖 AI Agent Orchestration - Deploy and manage AI agents across different environments
  • 🎯 Customizable AI Models - Configure different AI providers and models for each task type (chat, PRD generation, insight extraction, etc.)
  • 📦 AI-Powered Sandboxes - Isolated execution environments with multi-provider support (Docker, Beam, E2B, Modal, Fly.io, and more)
  • 📊 Real-time Dashboard - Web-based interface for monitoring and management
  • 🖥️ Terminal Interface - Rich TUI for interactive command-line workflows
  • 🖼️ Native Desktop App - Tauri-based desktop application with system tray integration
  • 🔧 CLI Tools - Command-line interface for configuration and control
  • 🔗 Workflow Coordination - Orchestrate complex multi-agent workflows
  • 🔐 Enterprise Security - OAuth authentication, JWT validation, and Row Level Security
  • 🔒 HTTPS/TLS Support - Secure connections with auto-generated or custom certificates
  • 💾 Local-First Architecture - SQLite-based storage for fast, reliable data management

Project Structure

This is a Turborepo monorepo containing:

orkee/
├── packages/
│   ├── cli/          # Rust Axum HTTP server providing REST API endpoints
│   ├── dashboard/    # React SPA with Vite, Shadcn/ui, and Tailwind CSS
│   │   └── src-tauri/    # Tauri desktop app wrapper with system tray
│   ├── tui/          # Ratatui-based standalone terminal interface
│   ├── projects/     # Shared Rust library for core functionality (used by CLI and TUI)
│   ├── preview/      # Development server management with registry
│   ├── agents/       # AI agent registry and definitions
│   ├── sandbox/      # Sandbox infrastructure with multi-provider support
│   └── mcp-server/   # MCP (Model Context Protocol) server for Claude integration
├── deployment/       # Production deployment configurations
└── scripts/          # Build and release