v0.1.0

calcom/cal.diyv0.1.0May 15, 2026by lsdefine

AI Summary

This is the initial release of the GenericAgent Desktop application, providing standalone executables for Windows and macOS with support for Python dependency management.

Key Highlights

  • Standalone executable available for Windows x64 and macOS Apple Silicon.
  • Optional console window mode for debugging (`--console` flag).
  • Python dependencies can be managed via a local portable installation or system PATH.

New Features

  • Desktop application executable for Windows and macOS.
  • Optional console window for debugging purposes.

Full Release Notes

## GenericAgent Desktop v0.1.0

### Downloads

| Platform | File | Notes |
|----------|------|-------|
| Windows x64 | `GenericAgent-windows-x64.exe` | Standalone executable |
| macOS Apple Silicon | `GenericAgent_0.1.0_aarch64.dmg` | M1/M2/M3/M4, macOS 12+ |

### Windows

1. Install dependencies via the setup script, then download `GenericAgent-windows-x64.exe` to `frontends/` and rename to `GenericAgent.exe`
2. Double-click to run

Options:
- Default: no console window
- `GenericAgent.exe --console` to show the bridge console (for debugging)

Python lookup order:
1. `.portable/uv-python/` (auto-configured by the install script)
2. System PATH

### macOS

The app is not Apple-notarized. On first launch, macOS will block it. Run the following before opening:

```bash
xattr -cr /Applications/GenericAgent.app
```

See `docs/macos_desktop_installation_zh.md` for detailed instructions (Chinese).