Devin Desktop icon

Devin Desktop 3.2.23,3bd47f77998b2e526fed61a11015b78d6205f295

Agentic IDE with AI agent command center

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "devin-desktop",
  "version": "3.2.23,3bd47f77998b2e526fed61a11015b78d6205f295",
  "src": {
    "url": "https://windsurf-stable.codeiumdata.com/darwin-arm64-dmg/stable/3bd47f77998b2e526fed61a11015b78d6205f295/Devin-darwin-arm64-3.2.23.dmg",
    "sha256": "42a5d98ade80513621d905f0519a58cdfd5d3ce4548b1c154e0c730a6200e1c7"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Devin.app\" && cp -r \"Devin.app\" \"$out/Applications\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/Applications/Devin.app/Contents/Resources/app/bin/devin-desktop\" \"$out/bin/devin-desktop\""
  ],
  "meta": {
    "description": "Agentic IDE with AI agent command center",
    "homepage": "https://devin.ai/desktop"
  }
}