github open-webui/open-terminal v0.7.0

latest releases: v0.11.34, v0.11.33, v0.11.32...
one month ago

Added

  • 🖥️ Interactive terminal sessions — full PTY-based terminal accessible via WebSocket, following the JupyterLab/Kubernetes resource pattern. POST /api/terminals to create a session, GET /api/terminals to list, DELETE /api/terminals/{id} to kill, and WS /api/terminals/{id} to attach. Non-blocking I/O ensures the terminal never starves other API requests. Sessions are automatically cleaned up on disconnect.

Don't miss a new open-terminal release

NewReleases is sending notifications on new releases.