cmux icon

cmux 0.63.1

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.63.1",
  "src": {
    "url": "https://github.com/manaflow-ai/cmux/releases/download/v0.63.1/cmux-macos.dmg",
    "sha256": "b616c3ea0fab182bc0fa0d71438e5c4644601db38a38010e8b7da3ad88d6b01f"
  },
  "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/"
  }
}