git404hub

what is codex-remote-windows-patcher fr?

keksuccino/codex-remote-windows-patcher — explained in plain English

Analysis updated 2026-05-18

20PythonAudience · developerComplexity · 2/5LicenseSetup · moderate

tl;dr

A single Python script that unlocks the hidden remote and mobile control features in OpenAI's Codex desktop app on Windows, which are present in the installed files but disabled for Windows users.

vibe map

mindmap
  root((codex-remote-patcher))
    What it does
      Patches Codex on Windows
      Unlocks remote control
      Enables mobile connection
    Changes Made
      Stops setting erasure
      Enables local remote state
      Unlocks settings button
    Safety
      Creates backups first
      Restores file permissions
      Single-machine only
    Requirements
      Python 3.10+
      Admin terminal
      Codex fully closed
    License
      Unlicense public domain

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Unlock the remote control settings button in the Codex Windows app so you can connect to your machine from a phone or another computer.

VIBE 2

Run the patcher after a Codex update to restore the remote features that the update overwrote.

VIBE 3

Apply the patch on a Microsoft Store installation of Codex by letting the script temporarily adjust file permissions.

what's the stack?

PythonWindows

how it stacks up fr

keksuccino/codex-remote-windows-patcheralex72-py/aria-termuxanime0t4ku/gentleman
Stars202020
LanguagePythonPythonPython
Setup difficultymoderatemoderatemoderate
Complexity2/52/52/5
Audiencedeveloperdevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 5min

Requires Python 3.10+, an Administrator terminal, and Codex fully closed before running, patch must be re-applied after each Codex update.

Unlicense, placed in the public domain, use for any purpose with no restrictions whatsoever.

in plain english

Codex is a desktop app from OpenAI, and on Windows some of its features for remote and mobile control are present in the installed files but turned off. This project is a small Python script that patches those files on your Windows machine to unlock the remote and mobile functionality that Windows users otherwise do not get. The script makes three kinds of changes: it stops the app from erasing a specific setting called remote_control on startup, it turns on local remote-control state if the app has not saved it yet, and it unlocks the settings button in the app that lets you connect from a phone or another computer. Before touching anything, it creates backups of the files it modifies. To use it, you need Python 3.10 or newer installed on Windows, and you need to run a terminal as Administrator with Codex fully closed. You download the single Python file, run it, confirm the install path the script suggests or paste your own, and type YES to proceed. If Codex was installed through the Microsoft Store, the script can temporarily adjust file permissions to make the patch work, then tries to restore the original permissions afterward. A few things to keep in mind: Codex updates from OpenAI may overwrite the patch, so you would need to run the script again after updating. The script is designed for patching your own machine only, and it is released under the Unlicense, which places it in the public domain. The author also notes that using the Windows machine as the controller for other remote machines may still have gaps since some underlying code in the app was written with macOS in mind.

prompts (copy fr)

prompt 1
I want to patch OpenAI Codex on my Windows PC using codex-remote-windows-patcher. Walk me through every step: downloading the script, opening an admin terminal, running it, and confirming the install path.
prompt 2
OpenAI released a Codex update and it overwrote my remote control patch. How do I re-run codex-remote-windows-patcher and what should I check to make sure the patch applied correctly?
prompt 3
I installed Codex from the Microsoft Store. How does codex-remote-windows-patcher handle the file permission differences for Store apps, and do I need to do anything extra after the patch?
prompt 4
What exactly does codex-remote-windows-patcher change in the Codex files? Explain the three modifications it makes and why each one is needed to enable remote control.

Frequently asked questions

what is codex-remote-windows-patcher fr?

A single Python script that unlocks the hidden remote and mobile control features in OpenAI's Codex desktop app on Windows, which are present in the installed files but disabled for Windows users.

What language is codex-remote-windows-patcher written in?

Mainly Python. The stack also includes Python, Windows.

What license does codex-remote-windows-patcher use?

Unlicense, placed in the public domain, use for any purpose with no restrictions whatsoever.

How hard is codex-remote-windows-patcher to set up?

Setup difficulty is rated moderate, with roughly 5min to a first successful run.

Who is codex-remote-windows-patcher for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.