codex-share
March 19, 2026 ยท View on GitHub
View and share your Codex CLI conversations in a polished, (old/classic) ChatGPT-style web UI.
Install
Requires: go, bun
git clone https://github.com/user/codex-share.git
cd codex-share
make build
Option A: install globally (run codex-share from anywhere):
sudo make install # copies binary to /usr/local/bin (hence the need for sudo)
codex-share start
Option B: run locally (no install, just use it from the repo):
make build
./codex-share start
Usage
codex-share start # background, opens browser
codex-share stop # stop it
codex-share status # check if running
Uninstall
sudo make uninstall # removes binary and ~/.codex-share data
Sharing
Click Share on any conversation to get a self-contained HTML file you can send to anyone.
Example

P.S.,
i'm too lazy and didn't make any hosted version of it, you'd have to self-host if you want to share the preview link with someone :)