Executor icon

Executor 1.5.29

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.29",
  "src": {
    "url": "https://github.com/RhysSullivan/executor/releases/download/v1.5.29/executor-desktop-mac-arm64.dmg",
    "sha256": "2c837794c129a66b7d5013fbed2111d4230f8bb6dc4813a25adf9711a0feae3a"
  },
  "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/"
  }
}