Enterprise desktop AI assistant for Azure teams.
Local-first. Governed. Ready to deploy.
AzulClaw is a desktop AI assistant for teams working on Azure that need autonomy without losing operational control.
It combines a local runtime, SQLite memory, workspace boundaries, an MCP sandbox, and optional Azure services. The idea is simple: teams can use AI in their day-to-day work without turning every PC into an unrestricted execution target.
The packaged application runs on Windows 10/11, does not require administrator permissions, and includes the Python backend and MCP server.
|
Desktop application with a Tauri + React UI, Python backend, local memory, scheduler, Bot Framework adapter, MCP client, and filesystem sandbox. Repository | Docs | Releases |
Control plane to publish, certify, approve, distribute, and revoke skills before they reach users or production environments. Repository | Docs | Portal |
- Local runtime. Conversations, preferences, embeddings, and search indexes live in SQLite on the device.
- MCP isolation. File operations go through a separate MCP server and validate paths against the workspace.
- Azure-native identity. Microsoft Entra ID is the preferred path for Azure OpenAI; Key Vault keeps secrets out of local files.
- Governed skills. Employees install approved capabilities locally; IT controls publishing, versioning, approval, and revocation.
- Azure relay channels. Telegram is the current first-party connector; Bot Service, Functions, and Service Bus enable external channels without exposing the local runtime as a public webhook.
AzulClaw Desktop
|
+-- Tauri + React UI
+-- Local orchestration runtime
+-- SQLite memory and search
+-- Heartbeats scheduler
+-- MCP filesystem sandbox
|
+-- Optional Azure services
+-- Azure OpenAI
+-- Microsoft Entra ID
+-- Azure Key Vault
+-- Azure Bot Service
+-- Azure Functions
+-- Azure Service Bus
- Desktop Organizer: organizes folders through a local MCP tool.
- Gemini: connects AzulClaw to a remote agent or compatible endpoint.
- Telegram: connects AzulClaw to Telegram through the Azure Bot relay pattern.
- Application website: https://www.azulclaw.com
- Download AzulClaw for Windows: https://github.com/AzulClaw/AzulClaw-Core/releases/latest
- Core documentation: https://github.com/AzulClaw/AzulClaw-Core/tree/main/docs
- Marketplace and governance hub: https://github.com/AzulClaw/AzulClaw-Marketplace
- Skills model: https://github.com/AzulClaw/AzulClaw-Core/tree/main/skills
AzulClaw brings AI autonomy to Azure teams without giving up local control.



