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