Skip to content

DAC v1.0.0

Choose a tag to compare

@github-actions github-actions released this 06 May 17:26
· 7 commits to main since this release

Release Notes

This is the initial release of Desktop Agent Center, a powerful and highly extensible cross-platform desktop AI assistant hub.

✨ Core Features

  • Modern Tech Stack: Built with Electron, Vite, and the latest React 19, ensuring a high-performance development experience and stable runtime.
  • UI/UX Design: Integrated with the Mantine 9.1 UI framework for a professional look and feel, powered by Zustand for lightweight state management.
  • Multi-Provider AI Support: Native support for ChatGPT, Gemini, and Perplexity, allowing seamless switching between different AI models.
  • Automation Workflow:
    • Clipboard Monitoring: Automatically capture and process content with AI.
    • Global Hotkeys: Trigger automation commands instantly without switching windows.
  • Remote Assistant: Integrated Telegram Bridge, enabling remote control of your desktop agent via mobile devices.
  • Global Localization: Built-in i18n architecture supporting multiple languages.
  • Robust Build Pipeline: Fully configured TypeScript, Vite, and Electron production-ready build pipelines.

📦 Downloads & Checksums

Description Filename sha256 hash
Windows x64 (Portable) Desktop Agent Center Setup 1.0.0.exe 29E40B423BFF8ED86B0A36DDDFA0AE6B5C944A268573336ADDF77FE950754578
macOS arm64 (Apple Silicon) DesktopAgentCenter-1.0.0-mac-arm64.dmg D76C0AECE8AB0F3D475128DB099DC9C9F5192E529230A413C7266432967CF670
macOS (Zip Archive) DesktopAgentCenter-1.0.0-mac-arm64.zip D2C355D6053C0716FC1FC7597F3B7A5FD2DB4515EA20B713808175ADB0B8727C
macOS x64 (Intel) DesktopAgentCenter-1.0.0-mac-x64.dmg A0F46DE84FB286EBF24E2CBC9211D8AAEBAB6533AC9AEFE9CC1E2A34C929BBA5
macOS (Zip Archive) DesktopAgentCenter-1.0.0-mac-x64.zip EEA5D2B5C3D2C3850E693D13BDD2FFD62C9AC2923F0FFB54D2A522DF9A633F3E
Windows x64 (Portable) DesktopAgentCenter-1.0.0-win-x64.exe 3E39354D7475EABE12DC3D89E1366A593A2C85FD6D0949B990738EE33D65418E

⚠️ macOS Unsigned Build Instructions

This is an unsigned build. macOS Gatekeeper will automatically add a "quarantine" attribute to downloaded files, which prevents the app from launching and may show an "app is damaged or cannot be opened" warning.

Method 1: Terminal (Recommended)

This is the most precise method to bypass the restriction for this specific file without lowering your overall system security.
Run the following command after copying the app to your Applications folder:

sudo xattr -rd com.apple.quarantine "/Applications/Desktop Agent Center.app"

Method 2: System Settings
After attempting to open the app for the first time, navigate to System Settings → Privacy & Security and manually click Open Anyway.