Executor icon

Executor 1.5.28

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.28",
  "src": {
    "url": "https://github.com/RhysSullivan/executor/releases/download/v1.5.28/executor-desktop-mac-arm64.dmg",
    "sha256": "79caad35d9856ef2ffd70f44013b6e281ef43322a702a76f01e10bcc0f9a4aee"
  },
  "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/"
  }
}