Executor icon

Executor 1.5.33

Tool discovery and execution layer for AI agents

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    executor # Executor
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    executor # Executor
  ];
}

Package Definition

{
  "pname": "executor",
  "version": "1.5.33",
  "src": {
    "url": "https://github.com/RhysSullivan/executor/releases/download/v1.5.33/executor-desktop-mac-arm64.dmg",
    "sha256": "ca72c2271dcb7c79e3469702666cb3d4824592c858860119e4c12b265016cb9c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Executor.app\" && cp -r \"Executor.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tool discovery and execution layer for AI agents",
    "homepage": "https://executor.sh/"
  }
}