@gitcodepublic/openmodal
v1.0.5
Published
OpenModal web runtime for OpenCode with the openchamber CLI.
Downloads
254
Readme
@gitcodepublic/openmodal
@gitcodepublic/openmodal publishes the OpenModal web runtime and keeps the installed CLI command as openchamber for compatibility.
Install
bun add -g @gitcodepublic/openmodal
npm install -g @gitcodepublic/openmodal
pnpm add -g @gitcodepublic/openmodal
yarn global add @gitcodepublic/openmodalPrerequisites: OpenCode CLI installed and Node.js 20+.
Usage
openchamber # Start on port 3000
openchamber --port 8080 # Custom port
openchamber --ui-password secret # Password-protect UI
openchamber tunnel help # Tunnel lifecycle commands
openchamber logs # Follow latest instance logs
openchamber stop # Stop server
openchamber update # Update the installed @gitcodepublic/openmodal packageTo connect to an external OpenCode server:
OPENCODE_PORT=4096 OPENCODE_SKIP_START=true openchamber
OPENCODE_HOST=https://myhost:4096 OPENCODE_SKIP_START=true openchamberNotes
- The published package includes Telegram runtime support and patches the installed bot dependency during
postinstall. - The web runtime checks for updates against the npm registry by default.
- The manual update command shown in the UI remains
openchamber update.
Package Page
https://www.npmjs.com/package/@gitcodepublic/openmodal
License
MIT
