-
InstallTheCli v1.5.5 Stable
released this
2026-05-09 12:03:06 -07:00 | 18 commits to master since this releaseInstallTheCli v1.5.5
- Built with build.bat release.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
InstallTheCli v1.5.4 Stable
released this
2026-05-07 09:52:29 -07:00 | 28 commits to master since this releaseFixes
- Restores Claude CLI after interrupted npm/postinstall swaps leave
bin\claude.exe.old.<timestamp>withoutbin\claude.exe. - Applies the repair during normal GUI installs, Windows one-click installs, and existing local updater recovery.
- Keeps stale Claude
.old.*backups cleaned up onceclaude.exeis healthy.
Validation
py -3.14 -m unittest -q test_ai_cli_installer_gui.pypy -3.14 -m coverage run -m unittest -q test_ai_cli_installer_gui.pypowershell -NoProfile -ExecutionPolicy Bypass -File .\install_all_windows.ps1 listpowershell -NoProfile -ExecutionPolicy Bypass -File .\install_all_windows.ps1 install claude -DryRun -NoAutoUpdateclaude --versionandcmd /c claude --versioncmd /c build_exe.bat
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Restores Claude CLI after interrupted npm/postinstall swaps leave
-
v1.5.3 Stable
released this
2026-05-05 13:49:41 -07:00 | 29 commits to master since this releaseHardens the Windows hidden auto-updater against the same locked-file failure mode as Codex, but for Claude.
@anthropic-ai/claude-code's postinstall (and Claude's own self-updater) renamesbin/claude.exe→bin/claude.exe.old.<timestamp>before swapping in a new binary. If the swap fails partway —claude.exerunning and locked, missing@anthropic-ai/claude-code-win32-*platform package, or an interrupted download — the install is left with noclaude.exeand an orphan.oldfile, breaking theclaudecommand entirely.The Windows updater (one-click
install_all_windows.ps1and the GUI's generated auto-update script) now:- Skips
@anthropic-ai/claude-code@latestwhenclaude.exeis running, retrying on the next scheduled run. - Restores
bin/claude.exefrom the newestclaude.exe.old.<ts>if it's missing (recovery from a prior half-applied update). - Cleans up stale
.oldfiles (each ~250 MB) onceclaude.exeis healthy.
Mirrors the existing Codex protection introduced in v1.5.0.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Skips
-
v1.5.2 Stable
released this
2026-05-03 18:19:16 -07:00 | 29 commits to master since this releaseAdds full macOS support: a Homebrew-first one-click installer (
install_all_macos.sh) with a LaunchAgent updater, macOS install paths in the wxPython GUI, and a GitHub Actions workflow that builds and verifies the macOS artifact on every push. The macOS zip is attached to this release automatically by that workflow.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v1.5.1 Stable
released this
2026-05-03 17:26:46 -07:00 | 33 commits to master since this releaseFixes Codex auto-updates on Windows by skipping Codex while it is running and cleaning stale npm .codex-* temp directories. Keeps hidden updater behavior and avoids locked codex.exe cleanup warnings.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v1.5.0 Stable
released this
2026-04-29 08:59:40 -07:00 | 3 commits to main since this releaseChanges
- Windows hidden updater now runs through a
wscript.exe/VBScript wrapper so the PowerShell updater does not flash a console window at startup/logon. - Windows GUI and one-click updaters now refresh npm CLIs per package with
npm install -g <package>@latest, matching the working Claude/Codex scheduler approach. - Gemini shim repair now supports both
bundle\gemini.jsanddist\index.jspackage layouts and removes the PowerShell shim sogeminiresolves through the repaired.cmdshim. - One-click Windows updater can find npm from PATH or the standard Node.js install directory, and dry-run commands no longer require elevation.
- Linux cron updater now also uses
npm install -g <package>@latest; the Linux script remains LF-only.
Verification
py -3.14 -m unittest -q test_ai_cli_installer_gui.pypy -3.14 -m coverage run -m unittest -q test_ai_cli_installer_gui.pypy -3.14 -m coverage report -m ai_cli_installer_gui.py test_ai_cli_installer_gui.py(current total: 87%)powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\install_all_windows.ps1 setup-updater -DryRunpowershell.exe -NoProfile -ExecutionPolicy Bypass -File .\install_all_windows.ps1 install codex -DryRun -NoAutoUpdate- Git Bash:
bash -n install_all_linux.sh,help, andlist cmd /c build_exe.bat
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Windows hidden updater now runs through a
mirror of
https://github.com/serrebidev/InstallTheCli-s.git
synced 2026-05-31 07:37:30 -07:00