Full NTX Embedded platform for Octolux HMI development — dashboard, projects, deploy, VNC, screencast, and camera.
What's included
- Dashboard — Device fleet with live snapshots, reset, quick-launch
- Projects — Customer project cards with Mock and Deploy actions
- Deploy — Pixel-accurate preview at device resolution, push to device
- VNC — Interactive remote desktop via Chrome DevTools Protocol
- Screencast — Live display stream via SSE relay
- Camera — Workcell camera viewer with stream selector and dropdown
Camera (new)
The camera tab is now a full webview with:
- Workcell dropdown to select active camera streams
- Live stream display with NTX app header
- Smart tab navigation that avoids unnecessary page reloads
Install
Bootstrap the NTX Octolux skills (octolux-app-server-debug, octolux-web-serial-hmi, octolux-rp2350-flash) into ~/.claude/skills/ and ~/.codex/skills/:
adompkg install caleb/ntx-octolux-toolkit
This pulls toolkit ^0.2.0 and its three skill deps at their fixed releases (octolux-app-server-debug ^0.1.2, octolux-web-serial-hmi ^0.1.2, octolux-rp2350-flash ^0.1.0) and symlinks each one into your Claude and Codex profiles.
Quick start
octolux health # verify server running
octolux projects list # see customer projects
octolux deploy load <file.html> # load into previewer
octolux deploy push --ip 10.0.10.98 # push to device
Source
adom-inc/ntx-embedded (private)