Lightricks has released LTX Desktop, an open-source desktop application for generating videos with LTX models on local hardware. The app runs natively on Windows with NVIDIA GPUs (32GB VRAM or higher) and falls back to API-only mode on macOS and unsupported Windows configurations. Currently in beta, the tool supports text-to-video, image-to-video, audio-to-video, and video editing workflows, all from a single interface.
This brings local inference to creators with high-end NVIDIA hardware, letting them run generation locally without cloud dependency.
Local Generation on Supported Windows Hardware
LTX Desktop targets a specific hardware profile: Windows 10/11 systems with NVIDIA GPUs featuring CUDA support and at least 32GB of VRAM. On these machines, the app downloads model weights locally and runs generation entirely on your GPU, with no cloud dependency for video synthesis.
The system requirements are straightforward:
Windows 10/11 (x64).
NVIDIA GPU with CUDA support and ≥32GB VRAM. More VRAM improves performance.
16GB+ system RAM. 32GB recommended.
Sufficient disk space for model weights and output files.
For creators without this hardware, the app switches to API-only mode, which requires an LTX API key and sends generation requests to Lightricks's cloud infrastructure.
Five Core Generation Capabilities
The app bundles five distinct generation modes into one workspace:
Text-to-video. Generate clips from written prompts.
Image-to-video. Extend or animate still images.
Audio-to-video. Synchronize video generation to audio tracks.
Video edit generation (Retake). Re-generate specific segments within an existing video.
Video Editor Interface. Edit, trim, and manage video projects within the app.
The video editor allows you to organize clips into projects, manage timelines, and apply edits without leaving the application.
API-Only Mode for macOS and Unsupported Windows
Machines without the required GPU hardware fall back to API-only operation. This includes:
macOS (Apple Silicon). Requires macOS 13+ (Ventura) and a stable internet connection.
Windows systems without CUDA, with <32GB VRAM, or with unknown VRAM. Requires an LTX API key.
In API-only mode, available resolutions and durations may be limited to what the LTX API currently supports.
Text Encoding: Free via API, Optional Locally
To generate videos, you must configure text encoding. Lightricks offers two paths:
Cloud text encoding (recommended): Generate a free API key at the LTX Console. Text encoding via the API is completely free and recommended to speed up inference and save memory. This is the path most users will take, even on local Windows hardware.
Local text encoding: On supported Windows hardware, you can optionally download and run the text encoder locally, eliminating the need for an API key entirely. This requires an additional download and is not enabled out of the box.
Pricing and API Usage
The app itself is free and open-source (Apache-2.0 license). API usage breaks down as follows:
Text encoding. FREE (highly recommended).
Video generation via API. Paid (required on macOS and unsupported Windows hardware).
Retake feature. Paid.
On Windows local mode with local text encoding enabled, you can generate videos entirely on your GPU with no API costs. Without local text encoding, you'll use the free cloud text encoding service but still generate videos locally.
Architecture: TypeScript, React, Electron, Python
LTX Desktop is built in three layers:
Frontend (Renderer). TypeScript and React UI communicating with the backend over HTTP.
Main process (Electron). TypeScript Electron main process handling app lifecycle, file dialogs, native video export via ffmpeg, and Python backend process management.
Backend (Server). Python with FastAPI orchestrating generation, model downloads, and GPU execution.
The renderer runs in a sandboxed context (contextIsolation enabled, nodeIntegration disabled). The backend calls external APIs only when API-backed features are used.
Beta Status and Active Development
LTX Desktop is in beta, and Lightricks explicitly warns to expect breaking changes. The frontend architecture is under active refactor, and large UI pull requests may be declined during this period. The project is open-source on GitHub, and contributions are welcome under the guidelines in CONTRIBUTING.md.
What This Means for Local Video Workflows
LTX Desktop fills a specific niche: creators with high-end NVIDIA hardware can now generate videos locally without cloud dependency, while everyone else gets a unified interface to the LTX API. The inclusion of audio-to-video and video editing capabilities in a single app positions LTX Desktop as a complete video creation tool, not just a generation engine.
We covered Lightricks' LTXV model breaking the 60-second barrier in AI video generation. LTX Desktop represents the company's push to make that technology accessible as a desktop-first application. True local operation requires significant GPU investment.
For Windows creators with the hardware, this enables on-device video generation. For everyone else, it's a polished interface to a capable API.


