New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

codex-web-local

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codex-web-local

A lightweight web interface for Codex that runs on top of the Codex app-server, allowing remote access from any browser

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
18
20%
Maintainers
1
Weekly downloads
 
Created
Source

Codex Web Local

A lightweight web interface for Codex that replicates the desktop UI and runs on top of the Codex app-server. It exposes Codex through a web application, allowing you to access your local Codex instance remotely from any browser.

Prerequisites

  • Codex CLI installed and available in your PATH

Installation

# Run directly with npx (no install required)
npx codex-web-local

# Or install globally
npm install -g codex-web-local

Usage

Usage: codex-web-local [options]

Web interface for Codex app-server

Options:
  -p, --port <port>    port to listen on (default: "3000")
  --password <pass>    set a specific password
  --no-password        disable password protection
  -h, --help           display help for command

Examples

# Start with auto-generated password on default port 3000
codex-web-local

# Start on a custom port
codex-web-local --port 8080

# Start with a specific password
codex-web-local --password my-secret

# Start without password protection (use only on trusted networks)
codex-web-local --no-password

When started with password protection (default), the server prints the password to the console. Open the URL in your browser, enter the password, and you're in.

Contributing

Issues and pull requests are welcome! If you have ideas, suggestions, or found a bug, please open an issue on the GitHub repository.

License

MIT

Keywords

codex

FAQs

Package last updated on 16 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts