Use ChatGPT's best models
Stay in ChatGPT Web and pair Codexify with the full available model lineup, including Sol 5.6 Pro.
Codexify is a local Rust MCP bridge that gives ChatGPT Codex-style tools on your machine while letting you use the full ChatGPT web model lineup — including Sol 5.6 Pro, which is not available in Codex.
I inspected the failing parser test, patched the EOF edge case, re-ran the validation suite, and called show_diff so you can review the exact changes.
cargo test parsersrc/parser.rscargo fmt --all -- --checkcargo test parser — 14 passedgit diff --checkcurl -q -fsSL https://codexify.dev/install.sh | sh
codexify quickstart and follow the guided connector setup.powershell -ExecutionPolicy ByPass -c "irm https://codexify.dev/install.ps1 | iex"
codexify quickstart and follow the guided connector setup.Codexify implements Codex-compatible tool contracts while keeping execution anchored to a project on your machine, without giving up ChatGPT Web's broader model selection.
Stay in ChatGPT Web and pair Codexify with the full available model lineup, including Sol 5.6 Pro.
Read, write, search, glob, and apply structured patches inside the active project root.
Run commands, keep interactive exec sessions alive, stream input, and bound model-visible output.
Status, diff, log, commit, push, plus project-scoped diff checkpoints and an MCP App diff view.
Bring ChatGPT attachments into the active project and return generated project files as downloadable resources.
Connect local stdio and remote Streamable HTTP MCP servers through a ranked discovery, schema, and call surface.
Load project instructions and skills from Codex, Agent Plugin, and supported Claude Code plugin layouts.
Bind each ChatGPT conversation to one project, with optional managed worktrees for concurrent isolated chats.
Standard installations can update in place with release verification, rollback protection, and service restart.
systemd, launchd, and Windows Task Scheduler support unattended per-user operation after setup.
ChatGPT calls the connector with whichever ChatGPT Web model you choose; Codexify resolves those calls against the project and tools you intentionally expose.
Your conversation, plans, files, and model-side tool calls.
Rust MCP bridge, project binding, tool registry, output policy, state, and supervision.
Filesystem, shell, git, skills, managed worktrees, and optional upstream MCP servers.
Use the checksummed installer for macOS/Linux or Windows. Standard installs register the per-user background service.
codexify quickstartChoose the project scope, create the OpenAI Secure MCP Tunnel, and write the matching Codexify configuration.
Add the developer-mode connector using the exact values printed by quickstart, then work against your local project.
The native tunnel path is designed so Codexify does not need to expose a general-purpose inbound URL to the internet.
In native-tunnel mode Codexify listens on 127.0.0.1, authenticates its MCP endpoint with a random per-process bearer token, and supervises OpenAI's official runtime-only tunnel client. The tunnel client makes outbound HTTPS requests to OpenAI.
Codexify is open source, MIT licensed, built in Rust, and designed to keep you inside ChatGPT instead of forcing you into a narrower Codex-only model menu.