Installation¶
Install¶
Or with uv:
Run the demo¶
No hardware needed:
Type commands. The device responds. That's it.
Try AT+INFO, AT+TEMP, or /help. Hover over any button for a tooltip.
Click ? for the full help guide.
Connect your device¶
Click Cfg in the toolbar, then New. Pick your port and baud rate. Click Connect.

You're connected. Type commands and see responses.
When you need more¶
- Getting Started — config files, CLI mode, folder layout
- Demo Mode — all demo device commands
- Serial Tools — hex send, CRC, protocol testing
- Scripting — automate command sequences
- Writing Plugins — extend with Python
Web mode (experimental, optional)¶
There is an experimental browser-based mode that requires an additional install:
Or with uv:
Opens on http://localhost:8000. Use --web-port to change the port.
This is not the primary way to use termapy -- the TUI and CLI modes are the
intended interfaces. Web mode has limitations: /tui and /cli mode switching
are not available, and /help.open may not work in the browser.