atlus/frontend/js
roberts a73b515258 Add native GUI app support via per-window frame streaming
Each configured GUI app (e.g. Nextcloud) gets its own dock icon and
opens as a regular Atlus tab. Under the hood: Xvfb virtual display,
ImageMagick captures individual window pixmaps as JPEG, streams over
WebSocket to a canvas element, with xdotool forwarding mouse/keyboard
input back to the X11 window. Apps persist in background when tab is
closed, and streaming pauses when no viewers are attached.

New files: backend/display.py (DisplayManager + ManagedGuiApp),
backend/routers/display.py (WebSocket + REST), frontend display.js/css.
Config: gui_apps array in settings for registered applications.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 23:09:15 -05:00
..
apps Add native GUI app support via per-window frame streaming 2026-03-14 23:09:15 -05:00
atlus.js Remove X11/noVNC display feature entirely 2026-03-14 22:45:18 -05:00
auth.js Add persistent/roaming desktop sessions 2026-03-14 21:41:28 -05:00
keyboard.js Fix robustness issues across backend and frontend 2026-03-14 17:41:43 -05:00