Running:
hermes dashboard --tui --no-open
on Android/Termux starts the dashboard, but the Chat tab is blank and unusable.
Error
[ERROR] Must use "outdir" when there are multiple input files
Failing command shown in terminal:
esbuild src/entry-exports.ts --bundle --platform=node --format=esm --packages=external --outfile=dist/ink-bundle.js
Actual behavior
- Dashboard starts at
http://127.0.0.1:9119
- Browser UI loads
- Chat tab is blank
- Embedded TUI build fails in background
Expected behavior
- Chat tab should work, or
- Hermes should fail with a clear unsupported-platform message
Environment
Repro
- Run
hermes dashboard --tui --no-open
- Open dashboard in browser
- Go to Chat
- Observe blank UI + esbuild error
Reference: https://x.com/GetAskClaw/status/2048402586806690049
Screenshots
Terminal error

Blank Chat tab

Running:
on Android/Termux starts the dashboard, but the Chat tab is blank and unusable.
Error
Failing command shown in terminal:
Actual behavior
http://127.0.0.1:9119Expected behavior
Environment
Repro
hermes dashboard --tui --no-openReference: https://x.com/GetAskClaw/status/2048402586806690049
Screenshots
Terminal error
Blank Chat tab