Skip to content

nassimna/codex-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codex Launcher (Unofficial)

Unofficial launchers for running Codex on Linux and Windows. This repository is for developers who want a practical local launcher flow without manually unpacking and patching the desktop app each time.

Quick start:

git clone https://github.com/nassimna/codex-launcher.git
cd codex-launcher
./linux/codex-linux-bridge.sh

On Windows, run .\windows\codex-windows-bridge.ps1 from the repository root in PowerShell.

Repository structure

.
├── linux/
│   ├── README.md
│   ├── codex-linux-bridge.sh
│   ├── codex-macos-to-linux.sh
│   └── install-codex-linux.sh
└── windows/
    ├── README.md
    ├── codex-windows-bridge.ps1
    ├── patch-main-windows.cjs
    └── install-codex-windows.ps1

Linux install and run

git clone https://github.com/nassimna/codex-launcher.git codex-launcher
cd codex-launcher
chmod +x linux/codex-linux-bridge.sh
./linux/codex-linux-bridge.sh

Run after install:

~/.local/share/openai-codex-linux/run-codex.sh

Optional one-liner installer:

curl -fsSL https://raw.githubusercontent.com/nassimna/codex-launcher/main/linux/install-codex-linux.sh | bash

Windows install and run

PowerShell:

git clone https://github.com/nassimna/codex-launcher.git codex-launcher
cd codex-launcher
Set-ExecutionPolicy -Scope Process Bypass
.\windows\codex-windows-bridge.ps1

Run after install:

$env:LOCALAPPDATA\openai-codex-windows\run-codex.vbs

Optional installer wrapper:

.\windows\install-codex-windows.ps1

One-shot install from PowerShell (no git required):

irm https://raw.githubusercontent.com/nassimna/codex-launcher/main/windows/install-codex-windows.ps1 | iex

The Windows bridge script bootstraps missing dependencies (Node.js, 7-Zip, and native-build prerequisites when required) via winget by default.

Platform details

  • Linux details: linux/README.md
  • Windows details: windows/README.md

About

Unofficial Linux and Windows launchers for running Codex locally.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors