Skip to content

Installation

Install

pip install termapy

Or with uv:

uv tool install termapy

Run the demo

No hardware needed:

termapy --demo

Termapy TUI

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.

New Config dialog

You're connected. Type commands and see responses.

When you need more

Web mode (experimental, optional)

There is an experimental browser-based mode that requires an additional install:

pip install termapy[web]
termapy --web --demo

Or with uv:

uv tool install termapy[web]
termapy --web --demo

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.

Uninstall

uv tool uninstall termapy