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