v0.1.0

netbirdio/netbirdv0.1.0May 15, 2026by lsdefine

AI Summary

Initial release of the GenericAgent Desktop application, providing standalone executable binaries for Windows and macOS with configurable debugging options.

Key Highlights

  • Standalone executables for Windows (x64) and macOS (Apple Silicon)
  • Configurable console window (hidden by default, accessible via --console)
  • Python dependency management via portable uv-python or System PATH

New Features

  • Desktop agent installation and execution capability
  • Basic configuration options for debug console

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