Studio 3T icon

Studio 3T 2025.9.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.9.0",
  "src": {
    "url": "https://download.studio3t.com/studio-3t/mac-aarch64/2025.9.0/Studio-3T.dmg",
    "sha256": "28bde2c374cfce154521df7f45a2709268b9a25d93438f4fdf6c1901d74e33f3"
  },
  "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/"
  }
}