Install Alacritty Terminal Emulator on Linux, macOS and Windows

Alacritty is the fastest available Linux terminal emulator. It makes use of GPU (Graphical Processing Unit) for rendering ensuring optimization which would not be achieved without. Alacritty is a free, opensource and cross-platform, available for Linux, MacOS, Windows and BSD.

Alacritty strongly focuses on simplicity and performance. To ensure performance, included features are carefully selected and is expected to be faster than any other terminal emulator. To make it easy, Alacritty does not allow configuration and some aspects found in other terminal emulators. The software is also not yet complete and you would expect some features missing or bugs to be fixed but it is already being used by many.

Features of Alacritty Terminal Emulator

  • Vi mode – allows moving around Alacritty’s viewport and scrollback using the keyboard. Also serves as a jump-off point for other features such as search. Can be launched with ctrl shift space.
  • Motion – By default, cursor motion is set up to mimic vi but can also be configured otherwise.
  • Selection – An important feature of vi mode is the ability to select and copy to clipboard. Selection is started with v by default and copy with y. All selections available with the mouse are accessed from vi mode, some of which include semantic Alt + v, line shift + v and block selection ctrl + v.
  • Opening URLs – In vi mode, URLs can be opened by pressing Enter. Texts recognized as urls are underlined once you move vi cursor there.
  • Search – With search, you can find anything in Alacritty’s scrollback buffer. Search forward using ctrl+shift+f of backwards with ctrl+shift+b
  • Vi search – In vi mode, use / for forward search and ? For backward, allowing one to move freely and quickly. SearchStart and SearchEnd keybinding actions can be bound for jumping to the start or the end of a match.
  • Normal search – Here, you will not move freely but you can still jump between matches using Enter and Shift+Enter. You can leave search with Escape and the active match remains selected for you to copy.
  • Selection expansion – Once you make a selection, use the right mouse to expand. Double-clicking expands the selection semantically, while triple-clicking does line selection. If you hold ctrl while expanding the selection, it will switch to the block selection mode.

Installing Alacritty uisng package managers

Alacritty can be installed using package managers on Linux, BSD, macOS and Windows. To install Alacritty on Linux, run the following commands depending on your distribution. Note that some distributions already include Alacritty binaries in their repository. If not you can run the below commands to install.

### [Arch Linux] ###
sudo pacman -S alacritty   

### [Fedora Linux] ###
sudo dnf copr enable pschyska/alacritty 
sudo dnf install alacritty 

### [Debian and Ubuntu] ###
sudo add-apt-repository ppa:mmstick76/alacritty 
sudo apt install alacritty

### MacOS using homebrew ###
brew install alacritty

You can get prebuilt binaries for macOS and Windows to download on Github releases page.

Building Alacritty from source

In order to build Alacritty from source, we are going to follow the steps as below. Before compiling we need to first clone Alacritty source code and change into that directory:

git clone https://github.com/jwilm/alacritty.git 
cd alacritty 
Install Rust using rustup

Rust compiler is required for the installation of Alacritty. Install Rust programming language with rustup installer script.

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Install Required Libraries

Next, we will install some libraries needed for building Alacritty.

### On Ubuntu/Debian ###
sudo apt-get install cmake pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev python3

### On CentOS/RHEL ###
sudo yum install cmake freetype-devel fontconfig-devel libxcb-devel xcb-util-devel
sudo yum group install "Development Tools"

### On Fedora ###
sudo dnf install cmake freetype-devel fontconfig-devel libxcb-devel g++

### On Arch Linux ###
sudo pacman -S cmake freetype2 fontconfig pkg-config make libxcb
Building Alacritty Terminal Emulator

To build Alacritty terminal emulator on Linux, run the command below while still in Alacritty directory.

#Linux/ Window
cargo build --release 

#On MacOS, run 
make app
cp -r target/release/osx/Alacritty.app /Applications/
Set desktop entry

Most Linux and BSD distributions support desktop entries for adding applications to system menus. The commands below will install the desktop entry for Alacritty:

sudo cp target/release/alacritty /usr/local/bin # or anywhere else in $PATH
sudo cp extra/logo/alacritty-term.svg /usr/share/pixmaps/Alacritty.svg
sudo desktop-file-install extra/linux/Alacritty.desktop
sudo update-desktop-database

Next, we install manual pages:

sudo mkdir -p /usr/local/share/man/man1
gzip -c extra/alacritty.man | sudo tee /usr/local/share/man/man1/alacritty.1.gz > /dev/null

Configure Alacritty Shell Completions

To add shell completions for Bash, Zsh and Fish, we run the below commands

### On Bash Shell ###
# If you do not plan to delete the source folder of alacritty, you can run
echo "source $(pwd)/extra/completions/alacritty.bash" >> ~/.bashrc

# Otherwise you can copy it to the ~/.bash_completion folder and source it from there:
mkdir -p ~/.bash_completion
cp extra/completions/alacritty.bash ~/.bash_completion/alacritty
echo "source ~/.bash_completion/alacritty" >> ~/.bashrc

### On ZSH Shell ###
#If you do not already have such a directory registered through your ~/.zshrc, you can add one like this:
mkdir -p ${ZDOTDIR:-~}/.zsh_functions
echo 'fpath+=${ZDOTDIR:-~}/.zsh_functions' >> ${ZDOTDIR:-~}/.zshrc
#  Then copy the completion file to this directory:
cp extra/completions/_alacritty ${ZDOTDIR:-~}/.zsh_functions/_alacritty


### On FISH Shell ###
sudo cp alacritty-completions.fish /usr/share/fish/vendor_completions.d/alacritty.fish

On your system applications, you should be able to see Alacritty added to your desktop.

That’s it. You have successfully installed and configured Alacritty terminal emulator on your Linux, Windows and MacOS. Have fun with the tool!.

Below are more interesting guides:

Your IT Journey Starts Here!

Ready to level up your IT skills? Our new eLearning platform is coming soon to help you master the latest technologies.

Be the first to know when we launch! Join our waitlist now.

Join our Linux and open source community. Subscribe to our newsletter for tips, tricks, and collaboration opportunities!

Recent Post

Leave a Comment

Your email address will not be published. Required fields are marked *

Related Post

Depending on the cloud image from which the instance is provisioned, an instance on any cloud platform comes with a […]

Kitty is a cross-platform GPU-based terminal emulator. It is feature-rich, written in Python and Objective C. It can easily be […]

On this tutorial, we will look at how to install and configure eDEX-UI terminal emulator on Linux Mint. eDex-UI is […]

Let's Connect

Unleash the full potential of your business with CloudSpinx. Our expert solutions specialists are standing by to answer your questions and tailor a plan that perfectly aligns with your unique needs.
You will get a response from our solutions specialist within 12 hours
We understand emergencies can be stressful. For immediate assistance, chat with us now

Contact CloudSpinx today!

Download CloudSpinx Profile

Discover the full spectrum of our expertise and services by downloading our detailed Company Profile. Simply enter your first name, last name, and email address.