Skip to content

Releases: lsdefine/GenericAgent

GenericAgent Desktop desktop-portable-v0.1.3

22 Jun 11:41

Choose a tag to compare

GenericAgent Desktop 桌面版 / Desktop

无需自行安装 Python、无需联网安装依赖、无需源码;首次启动会自动准备内置运行环境。
No separate Python install, no internet for dependencies, no source checkout required; the bundled runtime is prepared on first launch.

安装方法 / Installation

  • Windows: 下载 GenericAgent-Desktop-Windows-Portable.zip,解压后双击 GenericAgent.exe 启动。卸载时先退出应用,再双击包内 uninstall.bat,最后删除整个解压目录。
    Download GenericAgent-Desktop-Windows-Portable.zip, extract it, then double-click GenericAgent.exe. To uninstall, quit the app, double-click uninstall.bat, then delete the extracted folder.
  • Linux: 下载 GenericAgent-Desktop-Linux-Portable.tar.gz,解压后执行 chmod +x GenericAgent.AppImage,再运行 ./GenericAgent.AppImage。卸载时先退出应用,再运行 ./uninstall.sh,最后删除整个解压目录。
    Download GenericAgent-Desktop-Linux-Portable.tar.gz, extract it, run chmod +x GenericAgent.AppImage, then launch ./GenericAgent.AppImage. To uninstall, quit the app, run ./uninstall.sh, then delete the extracted folder.
  • macOS: 下载 GenericAgent-Desktop-macOS.dmg,双击打开 DMG,把 GenericAgent.app 拖入 Applications,之后在“应用程序 / Applications”中启动。若出现“无法验证开发者”等提示,先双击 DMG 内的 open_anyway.command,再启动。卸载时先退出应用,再从 Applications 删除 GenericAgent.app
    Download GenericAgent-Desktop-macOS.dmg, open it, drag GenericAgent.app to Applications, then launch it from Applications. If macOS says the developer cannot be verified, double-click open_anyway.command inside the DMG first, then launch again. To uninstall, quit the app, then delete GenericAgent.app from Applications.

首次启动 / First launch

首次启动会自动离线准备运行环境(安装依赖),有进度条,完成后进入主界面;之后启动会更快。
The first launch prepares the runtime offline (installs deps) with a progress bar, then opens the main window; later launches are faster.

说明 / Notes

  • 想真正对话需在程序内配置模型 / API Key。Configure a model / API key in-app to start chatting.
  • Windows/Linux 为便携包,可整体移动到任意目录后继续使用。Windows/Linux packages are portable and can be moved as a whole folder.
  • Windows/Linux 包内附 readme.txt(中英)。Windows/Linux packages include a bilingual readme.txt.

Migrated from: https://github.com/dd3xp/GenericAgent_Desktop/releases/tag/desktop-portable-v0.1.3

v0.1.0 - Desktop App

15 May 10:38

Choose a tag to compare

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:

xattr -cr /Applications/GenericAgent.app

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