LangGraph Studio icon

LangGraph Studio 0.0.34

Desktop app for prototyping and debugging LangGraph applications locally

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    langgraph-studio # LangGraph Studio
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    langgraph-studio # LangGraph Studio
  ];
}

Package Definition

{
  "pname": "langgraph-studio",
  "version": "0.0.34",
  "src": {
    "url": "https://github.com/langchain-ai/langgraph-studio/releases/download/v0.0.34/LangGraph-Studio-0.0.34-universal.dmg",
    "sha256": "33ea74137ebac7cfbf8caedd70a9c80d1e7b214d8938524ec8314eb92e4883f4"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"LangGraph Studio.app\" \"$out/Applications/LangGraph Studio.app\""
  ],
  "meta": {
    "description": "Desktop app for prototyping and debugging LangGraph applications locally",
    "homepage": "https://studio.langchain.com/"
  }
}