cmux icon

cmux 0.61.0

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.61.0",
  "src": {
    "url": "https://github.com/manaflow-ai/cmux/releases/download/v0.61.0/cmux-macos.dmg",
    "sha256": "a113c6a43c18e323dfa91f2e39f19e20811cbac4605b639b99f9e3a9f338a528"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/cmux.app\" && cp -r \"cmux.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Ghostty-based terminal with vertical tabs and notifications for AI coding agents",
    "homepage": "https://www.cmux.dev/"
  }
}