Maestro icon

Maestro 0.10.2

AI agent command center

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    maestro # Maestro
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    maestro # Maestro
  ];
}

Package Definition

{
  "pname": "maestro",
  "version": "0.10.2",
  "src": {
    "url": "https://github.com/pedramamini/Maestro/releases/download/v0.10.2/Maestro-0.10.2-arm64.dmg",
    "sha256": "314c04677315c164f225a1346c50d5eb954ddc4f722904f306688a5279de4e89"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Maestro.app\" && cp -r \"Maestro.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "AI agent command center",
    "homepage": "https://runmaestro.ai/"
  }
}