Alacritty icon
Alacritty icon

Alacritty

 58 likes

Alacritty is a blazing fast, GPU accelerated terminal emulator. It’s written in Rust and uses OpenGL for rendering to be the fastest terminal emulator available. Alacritty is available on GitHub in source form.

Alacritty screenshot 1

License model

  • FreeOpen Source

Application type

Platforms

  • Mac  Please read the README on github to find what packages are required for compliation
  • Windows
  • Linux  Please read the README on github to find what packages are required for compliation
  • BSD
4.3 / 5 Avg rating (11)
58 likes
9comments

Features

Suggest and vote on features

Properties

  1.  Lightweight
  2.  Optimal performance
  3.  Support for Themes

Features

  1.  GPU Support
  2.  No input delay
  3.  Portable
  4.  Command line interface
  5.  Support for scripting
  6.  Extensible by Plugins/Extensions

 Tags

Alacritty News & Activities

Highlights All activities

Recent News

Show more news

Recent activities

Show all activities

Alacritty information

  • Developed by

    Joe Wilm
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Rating

    Average rating of 4.3 (11 ratings)
  • Alternatives

    80 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

OS & Utilities

GitHub repository

  •  57,292 Stars
  •  3,048 Forks
  •  328 Open Issues
  •   Updated Jan 9, 2025 
View on GitHub

Our users have written 9 comments and reviews about Alacritty, and it has gotten 58 likes

Alacritty was added to AlternativeTo by isac93 on Jan 10, 2017 and this page was last updated May 15, 2023.

Comments and Reviews

   
 Post comment/review
TakingNotesResearcher
  
Top positive commentAug 20, 2024

For now it's my favorite terminal emulator. It's fast, lightweight, and customizable.

1
Carl Winbäck
  
Positive commentMar 8, 2024

Very fast. Well thought out configuration system that uses TOML.

1
windmillchess
  
Positive commentJun 23, 2023

Sadly no support for ligatures :(

0
stib
  
Positive commentJun 23, 2022

Nice and lightweight (not another bloody electron app), but doesn't do tabs for some reason. Also configuring it means editing a yaml file, which is great if that's your bag, but it's a little tedious if I just want to tweak something. With tabs and a settings dialog this would be a killer app.

0
louwers
  
ReviewMay 14, 2020

Still missing some essntial functionality in my book, such as tabs. Using a screen multiplexer or tiled window manager is not always an option.

I don't notice much of a difference between Alacritty and XTerm in terms of performance (however the difference between Konsole and the likes is huge).

1
milkdoes
  
Positive commentMay 9, 2020

It's superb for tmux usage, since it does not have keyboard shortcuts taken or even the top menu taking screen space (alt button is free too). I would still like a menu on right click or something though out since configurations will be mainly done by modifying text files instead of a GUI like in other terminal emulators.

0
LRGBX
  
Positive commentOct 13, 2019

Fast, customizable, simple, light

0
Show more comments
7 of 9 comments

What is Alacritty?

Alacritty is the result of frustration with existing terminal emulators. Using vim inside tmux in many terminals was a particularly bad experience. None of them were ever quite fast enough. Even so, Linux does have some decent alternatives. For example, urxvt and st give good experiences. The major downside with those options is difficulty of configuration and inability to run on non-X11 platforms. The options for macOS are particularly slow–especially with a full-screen terminal on a 4k monitor. None of these terminals are cross-platform–they are usually married to the windowing and font rendering APIs of their native platform.

Alacritty aims to address these issues. The project’s architecture and features are guided by a set of values:

Correctness: Alacritty should be able to properly render modern terminal applications like tmux and vim. Glyphs should be rendered properly, and the proper glyphs should be displayed. Performance: Alacritty should be the fastest terminal emulator available anywhere. Appearance: Alacritty should have beautiful font rendering and look fantastic on all supported platforms. Simplicity: Alacritty should be conservative about which features it offers. As we’ve learned from past terminal emulators, it’s far too easy to become bloated. st taught us that it doesn’t need to be that way. Features like GUI-based configuration, tabs and scrollback are unnecessary. The latter features are better provided by a terminal multiplexer like tmux. Portability: Alacritty should support major operating systems including Linux, macOS, and Windows.

Official Links