Studio 3T icon

Studio 3T 2025.6.0

IDE, client, and GUI for MongoDB

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    studio-3t # Studio 3T
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    studio-3t # Studio 3T
  ];
}

Package Definition

{
  "pname": "studio-3t",
  "version": "2025.6.0",
  "src": {
    "url": "https://download.studio3t.com/studio-3t/mac-aarch64/2025.6.0/Studio-3T.dmg",
    "sha256": "e7492a4c145b7285aa8aed0041fdf6e0ab3261b50730bc6888b30f08521dd758"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Studio 3T.app\" && cp -r \"Studio 3T.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "IDE, client, and GUI for MongoDB",
    "homepage": "https://studio3t.com/"
  }
}