Silent Install HQ
MSI WinGet

codeg

codeg · 0.11.1 · x64

Before deploying, verify this file with VirusTotal ↗

Silent Commands

Install
msiexec /i codeg_0.11.1_x64_en-US.msi /quiet /norestart
InstallPath
msiexec /i codeg_0.11.1_x64_en-US.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"

Intune Detection Rule

MSI Rule
Rule type MSI information
Product code {A165D5D8-D48A-4CE8-8167-FB0120D9BB25}
Product version operator Greater than or equal to
Product version 0.11.1

MSI Properties

Product Code {A165D5D8-D48A-4CE8-8167-FB0120D9BB25}

File Identity

SHA256 1e4dd7f8d6a4801055536628f648fba746b3642921917d3698231b1d12aaea5d VirusTotal ↗
Filename codeg_0.11.1_x64_en-US.msi

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID XinTaoFei.Codeg
Version 0.11.1
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
Upgrade Behavior install(Install over existing)
Release Notes - feat(terminal): configurable default shell with backend-driven picker — get_available_terminal_shells / probe_terminal_shell_path serve the platform-aware option list, install state and resolve_shell() fallback; the settings UI renders the response verbatim and supports a custom shell path on every platform. POSIX spawn now distinguishes bash-family shells from unknown shells like nu/xonsh/elvish so the latter spawn cleanly without bash-only -l -i / eval flags. Localized across all 10 language…