Devin Desktop icon

Devin Desktop 3.3.18,16737566f57f3b53bde136375fe0544eca12fac4

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.3.18,16737566f57f3b53bde136375fe0544eca12fac4",
  "src": {
    "url": "https://windsurf-stable.codeiumdata.com/darwin-arm64-dmg/stable/16737566f57f3b53bde136375fe0544eca12fac4/Devin-darwin-arm64-3.3.18.dmg",
    "sha256": "db3a1885181b92c23b05418e75873123821acb82656a89d27697e43aa0155ae4"
  },
  "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"
  }
}