Releases: WellWells/yobi
v1.1.2
🎉 Desktop Agent Center is now Yobi — same app, new name. This is the first release under the Yobi brand.
✨ Added
- AgentFlow Conditionals: New
if/end_ifbranching skill with comparison operators and an LLMisFailedflag for routing failure paths. Steps can now be reordered with move up / down. - AgentFlow Starter Templates: Ready-made flows to get going fast — RSS digest and web monitor → Telegram.
- Worker Attention Indicator: The title bar now flags workers that need you (login required / Cloudflare verification), with a queue popover to force-skip stuck tasks.
- Third-Party License Viewer: A new View all third-party licenses button in About; the full
THIRD-PARTY-LICENSES.txtis now bundled with the app. - Chat Welcome Screen: A friendly empty state for new chats.
🔄 Changed
- Rebrand → Yobi: Desktop Agent Center (DAC) is now Yobi across the app, installers, artifact names, and documentation (all locales).
- Title Bar: Removed the brand mark and wordmark; window focus is now reflected on the macOS traffic lights and Windows caption controls, alongside custom window controls.
🔒 Security
- Encrypted Telegram Token: The Telegram bot token is now encrypted at rest using OS-native secure storage (Electron
safeStorage), with a versionedenc:v1format and a plaintext-fallback warning when secure storage is unavailable.
📦 Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | 🍎 Apple Silicon (M1 / M2 / M3 / M4) | Yobi-1.1.2-mac-arm64.dmg |
| macOS | 🖥️ Intel (x64) | Yobi-1.1.2-mac-x64.dmg |
| Windows | x64 | Yobi-1.1.2-win-x64-Setup.zip |
Windows — The download is a
.ziparchive. Extract it and run the.exeinstaller inside.
macOS — not sure which version?
Check Apple menu → About This Mac.
- Apple Silicon (M1/M2/M3/M4) → download the
arm64build- Intel → download the
x64build
⚠️ macOS: Unsigned App
macOS Gatekeeper will block the first launch. After copying to /Applications:
Option 1 — Terminal (Recommended)
sudo xattr -rd com.apple.quarantine /Applications/Yobi.appOption 2 — System Settings
Attempt to open the app (it will be blocked), then go to System Settings → Privacy & Security → Open Anyway.
v1.1.1
🔄 Changed
- Release Packaging: Changed Windows build output from
.exeto.zip. - Session Isolation: Moved URL parser to a separate partition and isolated User-Agent logic.
- Documentation Layout: Standardized directory structures and table styles across multilingual READMEs.
🐛 Fixed
- Perplexity Verification: Resolved Cloudflare blockages and infinite verification loops.
- TitleBar Update Notification: Corrected notification indicator position and optimized button alignment.
- Notification Clicks: Fixed an issue where clicking system notifications failed to launch the worker window.
📦 Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | 🍎 Apple Silicon (M1 / M2 / M3 / M4) | DesktopAgentCenter-1.1.1-mac-arm64.dmg |
| macOS | 🖥️ Intel (x64) | DesktopAgentCenter-1.1.1-mac-x64.dmg |
| Windows | x64 | DesktopAgentCenter-1.1.1-win-x64-Setup.zip |
Windows — The download is a
.ziparchive. Extract it and run the.exeinstaller inside.
macOS — not sure which version?
Check Apple menu → About This Mac.
- Apple Silicon (M1/M2/M3/M4) → download the
arm64build- Intel → download the
x64build
⚠️ macOS: Unsigned App
macOS Gatekeeper will block the first launch. After copying to /Applications:
Option 1 — Terminal (Recommended)
sudo xattr -rd com.apple.quarantine /Applications/DesktopAgentCenter.appOption 2 — System Settings
Attempt to open the app (it will be blocked), then go to System Settings → Privacy & Security → Open Anyway.
DAC v1.0.0
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.