Maestri icon

Maestri 0.29.1

Canvas for agent orchestration

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "maestri",
  "version": "0.29.1",
  "src": {
    "url": "https://pub-84eb0b1f3fb3420bbe57a88de7443b71.r2.dev/downloads/Maestri-0.29.1.zip",
    "sha256": "f04aa681a53177d74a3369184eb8686815f839ed486721c7db95445db1e9dd29"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Maestri.app\" && cp -r \"Maestri.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Canvas for agent orchestration",
    "homepage": "https://www.themaestri.app/"
  }
}