LTX Desktop icon

LTX Desktop 1.2.7

Desktop app for generating videos with LTX models

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    ltx-desktop # LTX Desktop
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    ltx-desktop # LTX Desktop
  ];
}

Package Definition

{
  "pname": "ltx-desktop",
  "version": "1.2.7",
  "src": {
    "url": "https://github.com/Lightricks/LTX-Desktop/releases/download/v1.2.7/LTX-Desktop-arm64.dmg",
    "sha256": "cb340e0c5bed4cbdc7f41c961198f7798896dd82f5ca966393ca270e59101567"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/LTX Desktop.app\" && cp -r \"LTX Desktop.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Desktop app for generating videos with LTX models",
    "homepage": "https://ltx.io/ltx-desktop"
  }
}