Devin Desktop icon

Devin Desktop 3.7.16,355c3c9ee32dad08f605d5ee8f9a7e6786316d4c

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.7.16,355c3c9ee32dad08f605d5ee8f9a7e6786316d4c",
  "src": {
    "url": "https://windsurf-stable.codeiumdata.com/darwin-arm64-dmg/stable/355c3c9ee32dad08f605d5ee8f9a7e6786316d4c/Devin-darwin-arm64-3.7.16.dmg",
    "sha256": "c59e629f0abe9fb9593c5b44eb2860f19caf6db6882b061e237a8e7d97e397c4"
  },
  "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"
  }
}