Skip to content

GhostReel v0.5.0

Choose a tag to compare

@github-actions github-actions released this 23 Sep 02:17

Windows: GhostReel_*_x64-setup.exe · Linux: .AppImage · CLI only: ghostreel-cli-*.

GPU acceleration needs an NVIDIA driver 570+ (CUDA 12.8 runtime is bundled). On first start open Models and download the models.


Added

  • Built-in Web Server (Remote Access): GhostReel can now serve its full React desktop UI over HTTP,
    allowing users to view projects, monitor tasks, and drive editing from a phone, tablet, or another
    computer on the local network.
  • Embedded Axum web server (webui.rs): Reads the embedded frontend bundle from Tauri's assets,
    serves media clips and keyframe thumbnails, and proxies desktop invocations via POST /api/call.
  • Real-time Server-Sent Events (/api/events): Streams live queue events, background task updates,
    and chat generation progress to all connected web clients via onEvent().
  • Optional HTTP Basic Authentication: Protect web access with configurable username and password credentials.
  • Web Access Settings: Dedicated configuration section in Settings to toggle the server, customize bind
    address/port, set credentials, and view active LAN URLs.