v0.1.0

lsdefine/GenericAgentv0.1.0May 15, 2026by lsdefine

AI Summary

This is the initial release of GenericAgent Desktop (v0.1.0), introducing standalone executables for Windows and macOS. The release provides installation instructions, including dependency setup and specific commands to unblock the macOS application.

Key Highlights

  • Introduction of the Desktop App for Windows and macOS
  • Standalone executable format (no console window by default)
  • Custom Python environment support via `.portable/uv-python/`
  • Debugging console option available via `--console` flag

New Features

  • Desktop application executable for Windows (x64) and macOS (Apple Silicon)
  • Standalone executable mode with optional console window
  • Configurable Python lookup order (portable vs system)

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).