codex-monitor-local
v0.1.1
Published
Lightweight npm wrapper for Codex Code Monitor (Python runtime required)
Readme
codex-monitor-local
Lightweight npm package for running Codex Code Monitor.
This package wraps the original Python implementation and exposes CLI commands via npm.
Requirements
- Node.js 18+
- Python 3 (
python3in PATH)
If Python is not on PATH, set:
export CODEX_MONITOR_PYTHON=/absolute/path/to/python3Install
npm install -g codex-monitor-localCommands
# start monitor dashboard in background (default mode)
codex-monitor
# start dashboard in foreground
codex-monitor web
# stop background service
codex-monitor stop
# terminal summary
codex-monitor-simple
# realtime terminal mode
codex-monitor-realtimeCommon options
codex-monitor --port 8081 --host 127.0.0.1
codex-monitor --sessions-dir ~/.codex/sessions
codex-monitor --config ~/.codex/monitor_config.jsonNotes
- This npm package does not re-implement monitor logic in Node.
- It executes bundled Python scripts directly.
