A cross-platform, GPU-accelerated terminal emulator
Alacritty is the fastest terminal emulator in existence. Using the GPU for rendering enables optimizations that simply aren't possible without it. Alacritty currently supports macOS, Linux, BSD, and Windows.
Alacritty is the fastest terminal emulator in existence. Using the GPU for rendering enables optimizations that simply aren't possible without it. Alacritty currently supports macOS, Linux, BSD, and Windows.
To install alacritty, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install alacritty
To see what files were installed by alacritty, run:
port contents alacritty
To later upgrade alacritty, run:
sudo port selfupdate && sudo port upgrade alacritty
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.