--- title: Installation description: How to install cmux on macOS --- # Installation ## Homebrew (Recommended) Install via Homebrew: ```bash brew tap manaflow-ai/cmux brew install --cask cmux ``` To update later: ```bash brew upgrade --cask cmux ``` ## Manual Download Download the latest release from GitHub: Download cmux for macOS Then: 1. Open the downloaded `.dmg` file 2. Drag **cmux** to your **Applications** folder 3. Open cmux from Applications On first launch, macOS may ask you to confirm opening an app from an identified developer. Click **Open** to proceed. ## Verify Installation Open cmux and you should see: - A terminal window with a vertical tab sidebar on the left - One initial tab already open - The Ghostty-powered terminal ready for input ## CLI Tool cmux includes a command-line tool for automation. It's bundled inside the app and works automatically when you run commands inside cmux. To use the CLI from outside cmux, you can create a symlink: ```bash sudo ln -sf "/Applications/cmux.app/Contents/MacOS/cmux" /usr/local/bin/cmux ``` Then you can run commands like: ```bash cmux list-tabs cmux notify --title "Build Complete" --body "Your build finished successfully" ``` ## Updates cmux checks for updates automatically using Sparkle. When an update is available, you'll see an update pill in the titlebar. Click it to install the latest version. You can also check for updates manually via **cmux → Check for Updates** in the menu bar.