Maestro icon

Maestro 0.9.1

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.9.1",
  "src": {
    "url": "https://github.com/pedramamini/Maestro/releases/download/v0.9.1/Maestro-0.9.1-arm64.dmg",
    "sha256": "8ca4f96a4ab18477783f66b18834bcfcd201fdb535f4a88b3f7c65857258eb0e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Maestro.app\" && cp -r \"Maestro.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "AI agent command center",
    "homepage": "https://runmaestro.ai/"
  }
}