Metadata-Version: 2.4
Name: codex-plus-plus-launcher
Version: 0.1.1
Summary: Launcher and installer wrapper for Codex++
Project-URL: Homepage, https://github.com/duanluan/codex-plus-plus-launcher
Project-URL: Repository, https://github.com/duanluan/codex-plus-plus-launcher
Project-URL: Issues, https://github.com/duanluan/codex-plus-plus-launcher/issues
Keywords: codex,codexplusplus,installer,launcher
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Provides-Extra: test
Requires-Dist: pytest>=8.0; extra == 'test'
Description-Content-Type: text/markdown

# codex-plus-plus-launcher

`codex-plus-plus-launcher` is a launcher and installer wrapper for
[Codex++](https://github.com/BigPizzaV3/CodexPlusPlus).

It provides:

- Python / pip installation
- npm installation
- one-click install scripts
- a managed virtual environment for upstream Codex++
- Windows auto-inject setup for Codex Desktop

## Quick start

Install with pip:

```bash
python -m pip install --user codex-plus-plus-launcher
```

Or install from source / wheel:

```bash
python -m pip install --user .
```

Then run:

```bash
cxpp setup
cxpp doctor
```

On Windows, `cxpp setup` enables auto-inject by default, so you can
launch the normal Codex Desktop entry afterward.

## Commands

- `cxpp setup`
- `cxpp doctor`
- `cxpp repair`
- `cxpp launch`
- `cxpp enable-auto-inject`
- `cxpp disable-auto-inject`
- `cxpp remove-auto-inject`
- `codexpp ...`

## Notes

- The main project documentation is in `README.md`.
- For Arch Linux, prefer the AUR package:
  `https://aur.archlinux.org/packages/codex-plus-plus`
- The npm installer keeps its Python wrapper in a dedicated user base so it
  does not collide with a pip-installed copy.
