opencode-web
v1.1.4
Published
OC Web - Self-hosted web interface for OpenCode
Maintainers
Readme
OC Web
OC Web is a self-hosted web interface for OpenCode AI assistant.
Installation
bunx opencode-webOr install globally:
bun add -g opencode-web
opencode-webUsage
Once started, open http://localhost:3000 in your browser.
Environment Variables
PORT: Server port (default: 3000)NODE_ENV: Environment (default: production)
Development
For development, clone the repository and run:
bun install
bun run devLicense
MIT
