v0.1.0

mishushakov/llm-scraperv0.1.0May 15, 2026by lsdefine

AI Summary

This is the initial release of the GenericAgent Desktop application, providing standalone executables for Windows and macOS.

Key Highlights

  • Standalone executable for Windows x64
  • Standalone executable for macOS Apple Silicon
  • Includes setup script and Python dependency configuration
  • Option to launch with console window for debugging

New Features

  • Desktop application for Windows
  • Desktop application for macOS
  • Console debugging mode

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