ChatGPT Atlas icon

ChatGPT Atlas 1.2025.337.5,20251212030011000

OpenAI's official browser with ChatGPT built in

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    chatgpt-atlas # ChatGPT Atlas
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    chatgpt-atlas # ChatGPT Atlas
  ];
}

Package Definition

{
  "pname": "chatgpt-atlas",
  "version": "1.2025.337.5,20251212030011000",
  "src": {
    "url": "https://persistent.oaistatic.com/atlas/public/ChatGPT_Atlas_Desktop_public_1.2025.337.5_20251212030011000.dmg",
    "sha256": "868bbb94432ee37bf834d8e9c7965b368dbd0c1412b04cf51919742929943222"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/ChatGPT Atlas.app\" && cp -r \"ChatGPT Atlas.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "OpenAI's official browser with ChatGPT built in",
    "homepage": "https://chatgpt.com/atlas"
  }
}