
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
codex-web-local
Advanced tools
A lightweight web interface for Codex that runs on top of the Codex app-server, allowing remote access from any browser
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.
PATH# Run directly with npx (no install required)
npx codex-web-local
# Or install globally
npm install -g codex-web-local
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
# 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.
Issues and pull requests are welcome! If you have ideas, suggestions, or found a bug, please open an issue on the GitHub repository.
FAQs
A lightweight web interface for Codex that runs on top of the Codex app-server, allowing remote access from any browser
The npm package codex-web-local receives a total of 17 weekly downloads. As such, codex-web-local popularity was classified as not popular.
We found that codex-web-local demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.