cmux icon

cmux 0.64.11

Ghostty-based terminal with vertical tabs and notifications for AI coding agents

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "cmux",
  "version": "0.64.11",
  "src": {
    "url": "https://github.com/manaflow-ai/cmux/releases/download/v0.64.11/cmux-macos.dmg",
    "sha256": "2ab92cbf1b85c80a82d0b59841f4cb4795207e4f47d50c9694d141347ccef98e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/cmux.app\" && cp -r \"cmux.app\" \"$out/Applications\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/Applications/cmux.app/Contents/Resources/bin/cmux\" \"$out/bin/cmux\""
  ],
  "meta": {
    "description": "Ghostty-based terminal with vertical tabs and notifications for AI coding agents",
    "homepage": "https://www.cmux.dev/"
  }
}