Terminal UI in the browser. Run CLI/TUI applications in a browser tab, across platforms. Powered by ghostty-web.
bunx webtty # open main session in the browser
bunx webtty go [id] # open a specific session by id
bunx webtty help # show all commands
# or with npx
npx webtty
npx webtty go [id]
npx webtty helpWindows: use
npx—bunxis not supported on Windows becauseBun.spawn({ terminal })does not implement PTY on Windows yet.
Build emits source maps (dist/**/*.js.map), so you can debug against the built output directly — no minification, original TypeScript line numbers preserved.
bun run build
bun --inspect run dist/server/index.js
# or
node --inspect dist/server/index.js