mirror of
https://github.com/wez/wezterm.git
synced 2024-12-28 07:55:03 +03:00
42b95cd413
This persuades the CI to install both the arm and intel flavors of the rust toolchain on macOS, and the deploy script to generate a universal binary. * need big sur to build for M1 * Use cross-compilation compatible mlua from my fork for now
1.2 KiB
1.2 KiB
Installing on macOS
The CI system builds the package on macOS Mojave (10.14). It may run on earlier versions of macOS, but that has not been tested.
If you have an M1-based mac then it is recommended that you download the Nightly build which 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 wezterm
If you'd like to use a nightly build you can perform a head install:
$ brew install --HEAD wezterm
to upgrade to a newer nightly, it is simplest to remove then install:
$ brew rm wezterm
$ brew install --HEAD wezterm