Devin Desktop icon

Devin Desktop 3.1.7,c8b0b9cf70fb84d1dd37796a52d8229a7eaf9c06

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.1.7,c8b0b9cf70fb84d1dd37796a52d8229a7eaf9c06",
  "src": {
    "url": "https://windsurf-stable.codeiumdata.com/darwin-arm64-dmg/stable/c8b0b9cf70fb84d1dd37796a52d8229a7eaf9c06/Devin-darwin-arm64-3.1.7.dmg",
    "sha256": "b345539da3012a2c62d53f6fc767d825aa67ade259bbac612d6e781c4fdd0377"
  },
  "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"
  }
}