github open-webui/open-terminal v0.11.0

latest releases: v0.11.5, v0.11.4, v0.11.3...
4 hours ago

Added

  • 👥 Multi-user mode (OPEN_TERMINAL_MULTI_USER=true) — per-user OS accounts inside a single container, with standard Unix permissions (chmod 700) providing kernel-enforced isolation between users. When enabled, Open Terminal reads the X-User-Id header (set by the Open WebUI proxy), provisions a dedicated Linux user on first access via useradd, and runs all commands, file operations, and terminal sessions as that user via sudo -u. No Docker socket, no per-user containers, no enterprise license required. Fails fast with a clear error on non-Linux platforms. (#38)
  • ⚙️ OPEN_TERMINAL_UVICORN_LOOP — environment variable (or uvicorn_loop in config.toml) to configure the Uvicorn event loop implementation. Defaults to auto.

Don't miss a new open-terminal release

NewReleases is sending notifications on new releases.