Releases: hereww/codextools
CodexTools v1.1.17
CodexTools v1.1.17
This release focuses on relay stability and the current multi-architecture installer distribution.
What's improved
- Relay proxy responses now stream back to CodexTools while data is being received, reducing stalls on long responses and tool calls.
- Relay proxy requests now force upstream
Accept-Encoding: identity, avoiding compressed-body forwarding issues with compatible OpenAI-style relay endpoints. - Relay proxy diagnostics now record response byte counts, request duration, route decision, key source, and copy errors when present.
- The update/download experience continues to prefer native installers: macOS
.pkgand Windows setup.exe. - Windows downloads include both traditional PC x64 and ARM64 builds, with installer and portable zip options.
- macOS downloads include both Apple Silicon ARM64 and Intel x64 builds, with installer and portable zip options.
Downloads
- Windows PC x64:
CodexTools-1.1.17-windows-x64-setup.exe - Windows ARM64:
CodexTools-1.1.17-windows-arm64-setup.exe - macOS Apple Silicon:
CodexTools-1.1.17-macos-arm64.pkg - macOS Intel x64:
CodexTools-1.1.17-macos-x64.pkg - Portable zip packages are also provided for each platform/architecture.
macOS first launch note
The macOS packages are unsigned community builds. If macOS blocks the first launch, run:
xattr -cr "/Applications/Codex++ 管理工具.app"
xattr -cr "/Applications/Codex++.app"Then open the app again from /Applications.
SHA256
6f390b37c8ebc0fa3c325d85ed27b7119cc071f9cbad1cfc20df7ed0a8451e5a CodexTools-1.1.17-macos-arm64.pkg
ce7cd0873fd75396c8fd4915d4ed59a9dcdbcd16fbea63eedae7cc87cee5f1bc CodexTools-1.1.17-macos-arm64.zip
2a82f71bcc70b2b8754a61fa281e859bc62a27ab79122fe32b01e962d11d7a6e CodexTools-1.1.17-macos-x64.pkg
a09fa825cb88e4037f9f29bd4aa5dc947c75ca9e6ad72c616ce34ee1c4834d53 CodexTools-1.1.17-macos-x64.zip
9f044d14d4c3a15e9ecdb8a50091de8b2d4d1e93e3251141bd669189f72c66ce CodexTools-1.1.17-windows-arm64-setup.exe
0dda860915c457241b93a7959b52e137f3643cbdc0a457684b6dd9d8f903d827 CodexTools-1.1.17-windows-arm64.zip
9e7e1e72558c912c45c135555a897fc9c0d2773d5da8a38be4297a2b265658db CodexTools-1.1.17-windows-x64-setup.exe
1e7e901d66c095a1c48777092c8fdeb548f31eb85ed36e3374c8023762d0743e CodexTools-1.1.17-windows-x64.zip
CodexTools v1.1.16
CodexTools v1.1.16
This release rebuilds the desktop distribution pipeline around real installers and multi-architecture support.
What's new
- Windows now ships setup installers for traditional Intel/AMD PCs (
windows-x64) and Windows on ARM devices (windows-arm64). - Windows portable zip builds are still published for both x64 and arm64.
- macOS now ships installer packages for Apple Silicon (
macos-arm64) and Intel Macs (macos-x64). - macOS portable zip builds are still published for both architectures.
- macOS installer packages place both apps in
/Applications:Codex++ 管理工具.appandCodex++.app. - The macOS installer ReadMe and download page now explain the unsigned-app workaround:
xattr -cr "/Applications/Codex++ 管理工具.app"xattr -cr "/Applications/Codex++.app"
- App update selection now prefers macOS
.pkginstallers and Windows setup installers. - Relay proxy now forwards the Codex client user agent and falls back to
Codexinstead of exposing the Go relay user agent. - Language switching moved into the top toolbar for faster access.
Recommended downloads
- macOS Apple Silicon installer:
CodexTools-1.1.16-macos-arm64.pkg - macOS Intel installer:
CodexTools-1.1.16-macos-x64.pkg - Windows PC installer:
CodexTools-1.1.16-windows-x64-setup.exe - Windows ARM installer:
CodexTools-1.1.16-windows-arm64-setup.exe
Secondary portable builds
CodexTools-1.1.16-macos-arm64.zipCodexTools-1.1.16-macos-x64.zipCodexTools-1.1.16-windows-x64.zipCodexTools-1.1.16-windows-arm64.zip
SHA256
9b54ca6046bfce741bc0aa40007d20048c0a2a1a7c54fd10e832bd594c99fe68 CodexTools-1.1.16-macos-arm64.pkg
6dc76d5adb7753b960ff6b86ab50ec823649ef33cb7cc2fb3fbea0d370608336 CodexTools-1.1.16-macos-arm64.zip
499b90dbc1cc20e73575fbe7c7429db5e687513b6ade281977894e2ad76d733f CodexTools-1.1.16-macos-x64.pkg
af77b9c48e03a38c9dcdc4a00a055fec9bdb9aa37236c8573d8ca1b970f0efed CodexTools-1.1.16-macos-x64.zip
afa1f575d7c09d73b15b72f8bc4a615758a17e24e5e59165c3e7f271ddc0ad66 CodexTools-1.1.16-windows-arm64-setup.exe
e2e4b7e08f79e97e984f45856a9404d59cebe6ed52ac4a50cc25ab8d3fa7c13c CodexTools-1.1.16-windows-arm64.zip
63ec0291d2257345d7fe0494f6895d09b6ccef3459c8330602d722ae4fad3871 CodexTools-1.1.16-windows-x64-setup.exe
b566860f457f96bc08b624259c442dd3777f50d5ba81e8a9429c54ea704ef9c4 CodexTools-1.1.16-windows-x64.zip
Verified
go test ./...npm --prefix web run checknpm --prefix web run vite:build- macOS arm64/x64 zip packages contain both
Codex++apps andSTART-HERE.txt. - macOS arm64/x64 pkg packages install both apps into
/Applicationsand include installer ReadMe withxattr -crguidance. - Windows x64/arm64 portable packages contain
codextools.exe,codextools-launcher.exe, icons, README files, and quick-start notes.
CodexTools v1.1.15
CodexTools v1.1.15
This release publishes the latest improved build with stronger Windows handling for protected Codex package paths, safer launcher activation, and updated Windows checksum artifacts.
What's new
- Uses a Windows alias flow for protected Codex package paths, improving launch behavior when Codex lives under restricted package directories.
- Hardened Codex launch and Windows subprocess handling.
- Added Windows activation helpers for foreground/window activation behavior.
- Improved manager/launcher handling around Windows process startup and error reporting.
- Windows release build now emits a
.sha256checksum file for the installer and portable zip. - Keeps the recommended Windows setup installer plus the portable zip.
- macOS package still includes both
Codex++.appandCodex++ 管理工具.app.
Downloads
- macOS Apple Silicon:
CodexTools-1.1.15-macos-arm64.zip - Windows installer, recommended:
CodexTools-1.1.15-windows-x64-setup.exe - Windows portable zip:
CodexTools-1.1.15-windows-x64.zip - Windows checksums:
CodexTools-1.1.15-windows-x64.sha256
SHA256
829d3a48d49b66fa961aed3f5eb12e689e3c1decb1a0d35ee14ad8c8742387c4 CodexTools-1.1.15-macos-arm64.zip
09f32cc9cd44790a632b5b8bba107fad146cc4a7b91678440f9d510056d333d5 CodexTools-1.1.15-windows-x64-setup.exe
d38c31577c960f9906a2630fd1cbf350d756b31e022d7f2b5106c0b8614ee06c CodexTools-1.1.15-windows-x64.zip
Verified
go test ./...npm --prefix web run checknpm --prefix web run vite:build- macOS package check confirms both
Codex++andCodex++ 管理工具are included. - Windows portable package check confirms
codextools.exe,codextools-launcher.exe, icon files, README files, and quick-start notes are included.
CodexTools v1.1.14
CodexTools v1.1.14
This release publishes the latest improved build with a more reliable Windows setup experience and hardened Codex launching behavior.
What's new
- Refined Windows setup guide system detection so users get clearer platform-specific guidance.
- Hid Windows subprocess console windows during CodexTools/Codex++ launch flows.
- Hardened Codex launch handling to make startup and launcher behavior more reliable.
- Keeps the Windows installer flow from v1.1.13, including Start Menu shortcuts, desktop shortcut, uninstall entry, and process cleanup.
- Keeps ASCII Windows executable names in the portable build:
codextools.exeandcodextools-launcher.exe. - macOS package still includes both
Codex++.appandCodex++ 管理工具.app.
Downloads
- macOS Apple Silicon:
CodexTools-1.1.14-macos-arm64.zip - Windows installer, recommended:
CodexTools-1.1.14-windows-x64-setup.exe - Windows portable zip:
CodexTools-1.1.14-windows-x64.zip
SHA256
310806d543c00546142f216b414940877ed110f1e3314764fc994da994f76e81 CodexTools-1.1.14-macos-arm64.zip
c94c41ba62879e0bf36c95f7cbdf2d16a60fff75686209ffe6ba0e9ddbf4e46d CodexTools-1.1.14-windows-x64-setup.exe
8ff0602bc788dcea4c18cade53a7aa0924b8309d1ce39393336b35d22d05ad5b CodexTools-1.1.14-windows-x64.zip
Verified
go test ./...npm --prefix web run checknpm --prefix web run vite:build- macOS package check confirms both
Codex++andCodex++ 管理工具are included. - Windows portable package check confirms
codextools.exe,codextools-launcher.exe, icon files, README files, and quick-start notes are included.
CodexTools v1.1.13
CodexTools v1.1.13
This release publishes the latest improved build with the new Windows installer flow, safer process cleanup, ASCII executable names, update support, and proxy/header fixes.
What's new
- Added a recommended Windows installer:
CodexTools-1.1.13-windows-x64-setup.exe. - Installer creates Start Menu shortcuts, a desktop shortcut, and a Windows uninstall entry.
- Installer now closes old CodexTools/Codex++ processes before installing or uninstalling, reducing file replacement failures.
- Windows portable package now uses ASCII executable names:
codextools.exeandcodextools-launcher.exe. - Added Windows icon/resource metadata for the manager and launcher binaries.
- Added update support and Windows packaging hooks.
- Fixed proxy headers and Windows build tags.
- macOS package still includes both
Codex++.appandCodex++ 管理工具.app.
Downloads
- macOS Apple Silicon:
CodexTools-1.1.13-macos-arm64.zip - Windows installer, recommended:
CodexTools-1.1.13-windows-x64-setup.exe - Windows portable zip:
CodexTools-1.1.13-windows-x64.zip
SHA256
6a60623d519ccdf2e915b955db18d85a8c205651e948f428ef03c87d13371ed1 CodexTools-1.1.13-macos-arm64.zip
b025849b5b7339dc457d4764316b9a1238977490f9bfe6470b83188f37b4d719 CodexTools-1.1.13-windows-x64-setup.exe
1c085fedac866e37c17ae7fc18e14935620c64982ed2012c777c4cf31c2bd6ef CodexTools-1.1.13-windows-x64.zip
Verified
go test ./...npm --prefix web run checknpm --prefix web run vite:build- macOS package check confirms both
Codex++andCodex++ 管理工具are included. - Windows portable package check confirms
codextools.exe,codextools-launcher.exe, icon files, README files, and quick-start notes are included.
CodexTools v1.1.12
CodexTools v1.1.12
This release publishes the latest improved build with better language support, clearer project documentation, normalized relay configuration, and official authentication bindings per supplier.
What's new
- Added language selector support and localized project documentation so English and Chinese users can understand the manager more directly.
- Added language settings in the manager and normalized relay base URLs to reduce configuration mistakes.
- Added per-supplier official authentication bindings for relay/provider workflows.
- Refreshed onboarding screenshots and expanded README/project intro pages with screenshots.
- Keeps the Codex++ manager and Codex++ launcher packaging for both macOS and Windows.
Downloads
- macOS Apple Silicon:
CodexTools-1.1.12-macos-arm64.zip - Windows x64:
CodexTools-1.1.12-windows-x64.zip
SHA256
7a1ae639a779f83076f35278944c0915eba8174c2a10e2231818101e8421527d CodexTools-1.1.12-macos-arm64.zip
0ceb2f280ac1da2fb4eee04441847a41c73dea9c0dc776bd183384f18ded6449 CodexTools-1.1.12-windows-x64.zip
Verified
go test ./...npm --prefix web run checknpm --prefix web run vite:build- macOS and Windows package checks confirm both
Codex++andCodex++ 管理工具are included.
CodexTools v1.1.11
CodexTools v1.1.11
This release publishes the current improved build after the backend refactor. It keeps the Codex++ manager and launcher behavior from v1.1.10, while making the Go codebase easier to maintain and safer to extend.
What's new
- Refactored the large Go backend into focused modules: bridge, diagnostics, entrypoints, helper, launcher, manager, relay, repair, scripts, settings, TOML, types, and utilities.
- Preserved the Codex++ manager, Codex++ launcher, provider sync, relay, plugin repair, Goals repair, and diagnostic workflows after the split.
- Updated the English and Chinese README content for the current feature set.
- Updated the GitHub Pages project page and download links to point to the new build.
Downloads
- macOS Apple Silicon:
CodexTools-1.1.11-macos-arm64.zip - Windows x64:
CodexTools-1.1.11-windows-x64.zip
SHA256
ed61ceeae32672c80858084ff77448822ee0742ac19ce1031f738f6d268b5567 CodexTools-1.1.11-macos-arm64.zip
316c687e81d78ef655afcd7d9a960c0d8bd17543c2194e6916625d5f5630cc97 CodexTools-1.1.11-windows-x64.zip
Verified
go test ./...npm --prefix web run checknpm --prefix web run vite:build- macOS and Windows package checks confirm both
Codex++andCodex++ 管理工具are included.
CodexTools v1.1.10
CodexTools v1.1.10
This release focuses on repairing Codex/Codex++ configuration for non-technical users, especially when plugins or Goals disappear after configuration changes.
What's new
- Added plugin configuration recovery in the manager UI with the new
恢复插件配置action. - Added Goals repair in the manager UI with the new
修复追求目标action. - Restores missing
marketplaces, cachedplugins, andmcp_servers.node_replentries in Codexconfig.toml. - Enables
features.goalswhen repairing Goals support. - Provider sync and relay injection now also repair plugin configuration automatically.
- Includes the recent dynamic image relay routing and disabled
tool_choicesafety fixes.
Downloads
- macOS Apple Silicon:
CodexTools-1.1.10-macos-arm64.zip - Windows x64:
CodexTools-1.1.10-windows-x64.zip
SHA256
af3b6a0bee4a1318785ad4171108dfa3dd1cddde9bbb3e57895d11226b24d8db CodexTools-1.1.10-macos-arm64.zip
908152e37bb5e405723071201edae9c49de63089f3b84ec089a45000a477bcc7 CodexTools-1.1.10-windows-x64.zip
Verified
go test ./...npm --prefix web run checknpm --prefix web run vite:build- macOS and Windows packages both include
Codex++andCodex++ 管理工具.
CodexTools v1.1.9
CodexTools v1.1.9
This release focuses on relay correctness and safer desktop packaging for the Codex++ manager workflow.
What changed
- Fixed dynamic image relay routing so image requests are sent through the image relay path only when image generation is enabled.
- Hardened disabled-image behavior by stripping both
image_generationtools and matchingtool_choicefields before forwarding the request. - Keeps recent launcher fallback behavior: Codex can still start even if the enhancement injection path cannot complete.
- Keeps mixed API restart handling from the previous build, reducing stale relay state after mode changes.
- Ships both user-facing desktop entries in every package:
Codex++andCodex++ 管理工具.
Downloads
- macOS Apple Silicon:
CodexTools-1.1.9-macos-arm64.zip - Windows x64 portable:
CodexTools-1.1.9-windows-x64.zip
Checksums
91577ab870d18f1381316827e34a82db8aa17118d099707a49405e3b3269768f CodexTools-1.1.9-macos-arm64.zip
1e604bd2d5f4eee4a7711d76bab1e1e181fe2955332e406b695ed917d5f860b2 CodexTools-1.1.9-windows-x64.zip
Verification
go test ./...npm run checkvite build- macOS package contains
Codex++.appandCodex++ 管理工具.app. - Windows package contains
Codex++.exeandCodex++ 管理工具.exe.
CodexTools v1.1.8
CodexTools desktop builds.\n\nDownloads:\n- macOS Apple Silicon: CodexTools-1.1.8-macos-arm64.zip\n- Windows x64 portable: CodexTools-1.1.8-windows-x64.zip\n\nThis release includes the latest launcher fallback and mixed API restart fixes, plus the Codex++ launcher and Codex++ manager desktop entries.