A cross-platform, OpenGL terminal emulator.
Go to file
Christian Duerr 341832f820
Rename alt_grid to inactive_grid
Since the alt_grid is not always the alternate screen buffer, the name
inactive_grid should fit much better.

Fixes #3504.
2020-06-28 19:12:37 +00:00
.builds Run rustfmt on sr.ht 2020-06-23 11:13:14 +00:00
.copr Add RPM spec for building in COPR 2019-06-09 16:30:42 +00:00
.github Add documentation for the release process 2019-12-05 00:12:23 +01:00
alacritty Fix live right-click expansion 2020-06-24 08:29:07 +00:00
alacritty_terminal Rename alt_grid to inactive_grid 2020-06-28 19:12:37 +00:00
ci Run rustfmt on sr.ht 2020-06-23 11:13:14 +00:00
docs `starting` not `staring` (#1074) 2018-02-11 09:50:52 -08:00
extra Remove prebuilt linux binaries 2020-05-12 15:18:37 +00:00
font Remove copyright notice from files 2020-06-06 21:49:14 +03:00
res Fix emojis being blended with background 2020-05-12 16:23:35 +03:00
scripts Switch to flamegraph-rs script 2020-01-27 02:30:23 +03:00
.agignore Add silver searcher ignore file 2016-12-29 10:49:12 -05:00
.gitattributes Add custom merge strategy for CHANGELOG.md 2020-02-15 13:25:02 +03:00
.gitignore Switch to flamegraph-rs script 2020-01-27 02:30:23 +03:00
.travis.yml Remove checks on nightly from CI 2020-06-23 11:13:14 +00:00
CHANGELOG.md Clear selection on clear line/screen escapes 2020-06-26 16:04:55 +00:00
CONTRIBUTING.md Add documentation about patch releases 2020-05-27 19:39:44 +03:00
Cargo.lock Update dependencies 2020-06-07 01:07:22 +03:00
Cargo.toml Update Linux/BSD font dependencies 2020-03-25 16:52:03 +03:00
INSTALL.md Remove prebuilt linux binaries 2020-05-12 15:18:37 +00:00
LICENSE-APACHE Remove copyright notice from files 2020-06-06 21:49:14 +03:00
Makefile Force application symlink on macOS make build 2020-01-18 15:48:34 +03:00
README.md Improve documentation for install on macOS via brew cask 2020-06-15 01:06:14 +03:00
alacritty.yml Add missing docs for ScrollHalfPageUp/Down 2020-06-09 21:25:34 +00:00
rustfmt.toml Fix clippy issues 2019-08-16 01:33:49 +02:00

README.md

Alacritty

Alacritty Logo

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 running vim inside tmux

About

Alacritty is a terminal emulator with a strong focus on simplicity and performance. With such a strong focus on performance, included features are carefully considered and you can always expect Alacritty to be blazingly fast. By making sane choices for defaults, Alacritty requires no additional setup. However, it does allow configuration of many aspects of the terminal.

The software is considered to be at a beta level of readiness -- there are a few missing features and bugs to be fixed, but it is already used by many as a daily driver.

Precompiled binaries are available from the GitHub releases page.

Further information

Installation

Some operating systems already provide binaries for Alacritty, for everyone else the instructions to build Alacritty from source can be found here.

Alpine Linux

apk add alacritty

Arch Linux

pacman -S alacritty

Fedora

Unofficial builds of stable tags can be found in Fedora Copr: pschyska/alacritty.

dnf copr enable pschyska/alacritty
dnf install alacritty

If you want to help test pre-releases, you can additionally enable pschyska/alacritty-testing.

Gentoo Linux

emerge x11-terms/alacritty

GNU Guix

guix package -i alacritty

Mageia

urpmi alacritty

NixOS

nix-env -iA nixos.alacritty

openSUSE Tumbleweed

zypper in alacritty

Pop!_OS / Ubuntu

If you're not running Pop!_OS, you'll have to add a third party repository first:

add-apt-repository ppa:mmstick76/alacritty
apt install alacritty

Solus

eopkg install alacritty

Void Linux

xbps-install alacritty

FreeBSD

pkg install alacritty

macOS

brew cask install alacritty

Once the cask is installed, it is recommended to setup the manual page, shell completions, and terminfo definitions. These instructions need to be followed from within the Alacritty source for your version, which can be found on the GitHub releases page.

Windows

Via Chocolatey

choco install alacritty

Via Scoop

scoop bucket add extras
scoop install alacritty

Other

Prebuilt binaries for Linux, macOS, and Windows can be downloaded from the GitHub releases page. If your desktop environment has trouble rendering the default SVG icons, you can find a prerendered SVG as well as simplified versions of the SVG in the extra/logo/compat directory.

On Windows, Alacritty also requires Microsoft's VC++ redistributable.

For Windows versions older than Windows 10 (October 2018 Update), Alacritty requires winpty to emulate UNIX's PTY API. The agent is a single binary (winpty-agent.exe) which must be in the same directory as the Alacritty executable and is available through the GitHub releases page.

Configuration

You can find the default configuration file with documentation for all available fields on the GitHub releases page for each release.

Alacritty doesn't create the config file for you, but it looks for one in the following locations:

  1. $XDG_CONFIG_HOME/alacritty/alacritty.yml
  2. $XDG_CONFIG_HOME/alacritty.yml
  3. $HOME/.config/alacritty/alacritty.yml
  4. $HOME/.alacritty.yml

Windows

On Windows, the config file should be located at:

%APPDATA%\alacritty\alacritty.yml

Contributing

A full guideline about contributing to Alacritty can be found in the CONTRIBUTING.md file.

Issues (known, unknown, feature requests, etc.)

If you run into a problem with Alacritty, please file an issue. If you've got a feature request, feel free to ask about it. Please just keep in mind Alacritty is focused on simplicity and performance, and not all features are in line with that goal.

Before opening a new issue, please check if it has already been reported. There's a chance someone else has already reported it, and you can subscribe to that issue to keep up on the latest developments.

FAQ

Is it really the fastest terminal emulator?

In the terminals we've benchmarked, Alacritty is either faster or way faster than the others. If you've found a case where this isn't true, please report a bug.

Why isn't feature X implemented?

Alacritty has many great features, but not every feature from every other terminal. This could be for a number of reasons, but sometimes it's just not a good fit for Alacritty. This means you won't find things like tabs or splits (which are best left to a window manager or terminal multiplexer) nor niceties like a GUI config editor.

macOS + tmux + vim is slow! I thought this was supposed to be fast!

This appears to be an issue outside of terminal emulators; either macOS has an IPC performance issue, or either tmux or vim (or both) have a bug. This same issue can be seen in iTerm2 and Terminal.app. I've found that if tmux is running on another machine which is connected to Alacritty via SSH, this issue disappears. Actual throughput and rendering performance are still better in Alacritty.

IRC

Alacritty discussion can be found in #alacritty on freenode.

Wayland

Wayland is used by default on systems that support it. Using XWayland may circumvent Wayland specific issues and can be enabled through:

env WINIT_UNIX_BACKEND=x11 alacritty

License

Alacritty is released under the Apache License, Version 2.0.