01Bypasses XDG RemoteDesktop portal with KWin's private EIS D-Bus interface, enabling input injection without authorization prompts.
02Offers full input coverage including mouse, keyboard, multi-touch, and clipboard, all injected within the isolated session.
03Utilizes the AT-SPI2 accessibility tree for structured UI interaction, reducing reliance on visual recognition for AI agents.
04Supports interaction with any Wayland application (Qt, GTK, Electron, etc.) through the standard `libei` protocol.
05Runs each session in its own `dbus-run-session` + `kwin_wayland --virtual` sandbox, ensuring isolation from the host desktop.
060 GitHub stars