Devin Desktop icon

Devin Desktop 3.2.16,4723f912b3f65de66cc2030b5a6e4f843b00875c

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.16,4723f912b3f65de66cc2030b5a6e4f843b00875c",
  "src": {
    "url": "https://windsurf-stable.codeiumdata.com/darwin-arm64-dmg/stable/4723f912b3f65de66cc2030b5a6e4f843b00875c/Devin-darwin-arm64-3.2.16.dmg",
    "sha256": "600d785152169319ac5a2f44a16cb8dc595ee14fbef1495ded49478d65957dbe"
  },
  "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"
  }
}