LTX Desktop icon

LTX Desktop 1.0.5

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.0.5",
  "src": {
    "url": "https://github.com/Lightricks/LTX-Desktop/releases/download/v1.0.5/LTX-Desktop-arm64.dmg",
    "sha256": "cb70a90790257b926fe25ee37b55d32b7ac16ab7727fdc5a93dc4f2deaeec4a7"
  },
  "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"
  }
}