desktop-portable-v0.1.3
joshiayush/inbdesktop-portable-v0.1.3Jun 22, 2026by lsdefine
AI Summary
A portable desktop version of GenericAgent that bundles the runtime, eliminating the need for manual Python installation or dependency management.
Key Highlights
- Bundled runtime for offline first-launch preparation.
- Cross-platform support (Windows, Linux, macOS) with portability.
- Automatic environment setup on first launch.
New Features
- Portable desktop application.
- Bundled Python environment.
- Offline dependency installation.
Full Release Notes
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