DeepL icon

DeepL 25.2.11705510

Trains AIs to understand and translate texts

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    deepl # DeepL
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    deepl # DeepL
  ];
}

Package Definition

{
  "pname": "deepl",
  "version": "25.2.11705510",
  "src": {
    "url": "https://www.deepl.com/macos/download/25.2/11705510/DeepL.tar.gz",
    "sha256": "c219d83c66b1f3dc9ac3c3317a4a787762c20bf2ff659b6c118e3fc22216a91e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"DeepL.app\" \"$out/Applications/DeepL.app\""
  ],
  "meta": {
    "description": "Trains AIs to understand and translate texts",
    "homepage": "https://www.deepl.com/"
  }
}