A cross-platform, OpenGL terminal emulator.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Christian Duerr ef8cc5d63f
Bump CHANGELOG development version to 0.13.0-dev
This is only an update to the development version and does not represent
a stable release.

The original bump to 0.13.0-dev was made in 9cf2c89, but did not make
any changes to the changelog. This adds a 0.13.0-dev changelog entry to
master so new changes are properly added to the correct place.
3 days ago
.builds Update glutin to 0.30.0 5 months ago
.github Update glutin to 0.30.0 5 months ago
alacritty Fix `;` character in URI OSC 8 payload 5 days ago
alacritty_config Bump winit to 0.28.2 3 weeks ago
alacritty_config_derive Bump development version to 0.13.0-dev 1 month ago
alacritty_terminal Fix `;` character in URI OSC 8 payload 5 days ago
docs Add support for hyperlink escape sequence 9 months ago
extra Bump development version to 0.13.0-dev 1 month ago
scripts Switch to flamegraph-rs script 3 years ago
.editorconfig Fix typo in .editorconfig 2 years ago
.gitignore Add editorconfig 2 years ago
CHANGELOG.md Bump CHANGELOG development version to 0.13.0-dev 3 days ago
CONTRIBUTING.md Update glutin to 0.30.0 5 months ago
Cargo.lock Bump winit to 0.28.3 1 week ago
Cargo.toml Use `thin` instead of `fat` LTO 2 weeks ago
INSTALL.md Improve fish completions installation instructions 1 week ago
LICENSE-APACHE Remove copyright notice from files 3 years ago
LICENSE-MIT Add licenses to `alacritty_config` 7 months ago
Makefile Add alacritty.yml to dmg 2 months ago
README.md Add fallback GLES2 renderer 1 year ago
alacritty.yml Add `window.resize_increments` config option 1 month ago
rustfmt.toml Update rustfmt configuration 1 year ago

README.md

Alacritty Logo

Alacritty - A fast, cross-platform, OpenGL terminal emulator

Alacritty - A fast, cross-platform, OpenGL terminal emulator

About

Alacritty is a modern terminal emulator that comes with sensible defaults, but allows for extensive configuration. By integrating with other applications, rather than reimplementing their functionality, it manages to provide a flexible set of features with high performance. The supported platforms currently consist of BSD, Linux, macOS and Windows.

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.

Features

You can find an overview over the features available in Alacritty here.

Further information

Installation

Alacritty can be installed by using various package managers on Linux, BSD, macOS and Windows.

Prebuilt binaries for macOS and Windows can also be downloaded from the GitHub releases page.

For everyone else, the detailed instructions to install Alacritty can be found here.

Requirements

  • At least OpenGL ES 2.0
  • [Windows] ConPTY support (Windows 10 version 1809 or higher)

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 guideline about contributing to Alacritty can be found in the CONTRIBUTING.md file.

FAQ

Is it really the fastest terminal emulator?

Benchmarking terminal emulators is complicated. Alacritty uses vtebench to quantify terminal emulator throughput and manages to consistently score better than the competition using it. If you have found an example where this is not the case, please report a bug.

Other aspects like latency or framerate and frame consistency are more difficult to quantify. Some terminal emulators also intentionally slow down to save resources, which might be preferred by some users.

If you have doubts about Alacritty's performance or usability, the best way to quantify terminal emulators is always to test them with your specific usecases.

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.

IRC

Alacritty discussions can be found in #alacritty on Libera.Chat.

License

Alacritty is released under the Apache License, Version 2.0.