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