A cross-platform, OpenGL terminal emulator.
Go to file
Christian Duerr 4bf8f375ef
Fix repeated permission requests on M1 macs
This adds a codesign step to our makefile build which should
automatically sign the application and resolve the issues on M1 macs
where Alacritty constantly requests permissions.

Since self-signing does still seem to fix this issue after sharing the
resulting `Alacritty.app` with other M1 macs, the binary produced by our
release build should also be fixed automatically.

Fixes #5840.
2022-02-02 19:23:29 +00:00
.builds Migrate to 2021 edition 2021-12-26 16:47:57 +00:00
.github Fix macOS release CI 2022-01-13 02:23:37 +00:00
alacritty Fix terminal damage after leaving Vi mode 2022-02-02 20:20:14 +03:00
alacritty_config_derive Migrate to 2021 edition 2021-12-26 16:47:57 +00:00
alacritty_terminal Add damage tracking and reporting to compatible compositors 2022-02-02 00:12:58 +03:00
docs Add multi-window support 2021-10-23 07:16:47 +00:00
extra Migrate from structopt to clap 3 2022-01-04 18:25:26 +00:00
scripts Switch to flamegraph-rs script 2020-01-27 02:30:23 +03:00
.editorconfig Fix typo in .editorconfig 2020-12-14 06:46:28 +00:00
.gitignore Add editorconfig 2020-11-06 05:12:29 +03:00
CHANGELOG.md Fix repeated permission requests on M1 macs 2022-02-02 19:23:29 +00:00
CONTRIBUTING.md Migrate to 2021 edition 2021-12-26 16:47:57 +00:00
Cargo.lock Add damage tracking and reporting to compatible compositors 2022-02-02 00:12:58 +03:00
Cargo.toml Replace serde's derive with custom proc macro 2020-12-21 02:44:38 +00:00
INSTALL.md Add alacritty-msg manpage to documentation 2021-11-08 23:22:09 +00:00
LICENSE-APACHE Remove copyright notice from files 2020-06-06 21:49:14 +03:00
Makefile Fix repeated permission requests on M1 macs 2022-02-02 19:23:29 +00:00
README.md Remove outdated changelog URLs 2022-01-23 14:22:23 +00:00
alacritty.yml Add damage tracking and reporting to compatible compositors 2022-02-02 00:12:58 +03:00
rustfmt.toml Update rustfmt configuration 2021-10-11 00:54:18 +00:00

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

  • OpenGL 3.3 or higher
  • [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.