MSI
WinGet
codeg
codeg · 0.10.4 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i codeg_0.10.4_x64_en-US.msi /quiet /norestart
InstallPath
msiexec /i codeg_0.10.4_x64_en-US.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{7EB470D5-8FC8-4E14-8934-631A574012C4}
Product version operator
Greater than or equal to
Product version
0.10.4
MSI Properties
Product Code
{7EB470D5-8FC8-4E14-8934-631A574012C4}
File Identity
Filename
codeg_0.10.4_x64_en-US.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
XinTaoFei.Codeg
Version
0.10.4
Description
Aggregate and browse AI coding agent sessions (Claude Code, Codex, Gemini CLI, etc.) in one place. Desktop app, self-hosted server, or Docker.
License
Apache-2.0
↗
Homepage
https://github.com/xintaofei/codeg
Installer URL
https://github.com/xintaofei/codeg/releases/download/v0.10.4/codeg_0.10.4_x64_en-US.msi
Upgrade Behavior
install(Install over existing)
Release Notes
- feat(settings): add a Windows toggle to disable WebView2 hardware acceleration, helping users work around white-screen and rendering glitches on certain GPUs.
- fix(acp): uninstall before reinstall when upgrading npx-managed agents to avoid stale binaries.
- fix(acp): bypass Windows file locks when clearing the binary cache so re-installation no longer fails.
- fix(acp): dedupe slash command results at the session update mapping layer to prevent duplicated entries in the slash menu. Thanks to…