mirror of
https://github.com/wez/wezterm.git
synced 2024-12-27 15:37:29 +03:00
ec31562b83
The update variant errored after rm the cask and I had to install the cask again.
1.5 KiB
1.5 KiB
Installing on macOS
The CI system builds the package on macOS Big Sur and should run on systems as "old" as Mojave. It may run on earlier versions of macOS, but that has not been tested.
Starting with version 20210203-095643-70a364eb, WezTerm is a Universal binary with support for both Apple Silicon and Intel hardware.
Download for macOS Nightly for macOS
- Download Release
- Extract the zipfile and drag the
WezTerm.app
bundle to yourApplications
folder - First time around, you may need to right click and select
Open
to allow launching the application that your just downloaded from the internet. - Subsequently, a simple double-click will launch the UI
- Configuration instructions can be found here
Homebrew
WezTerm is available for brew users in a tap:
$ brew tap wez/wezterm
$ brew install --cask wez/wezterm/wezterm
If you'd like to use a nightly build:
$ brew install --cask wez/wezterm/wezterm-nightly
to upgrade to a newer nightly, it is simplest to remove then install:
$ brew rm --cask wez/wezterm/wezterm-nightly
$ brew install --cask wez/wezterm/wezterm-nightly
MacPorts
WezTerm is also available via MacPorts:
$ sudo port selfupdate
$ sudo port install wezterm