All Projects → alacritty → Alacritty

alacritty / Alacritty

Licence: apache-2.0
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.

Programming Languages

rust
11053 projects
shell
77523 projects

Projects that are alternatives of or similar to Alacritty

Galacritty
WIP GTK terminal emulator based on Alacritty
Stars: ✭ 136 (-99.63%)
Mutual labels:  terminal, terminal-emulators, opengl, gpu
Tilix
A tiling terminal emulator for Linux using GTK+ 3
Stars: ✭ 4,670 (-87.13%)
Mutual labels:  terminal, terminal-emulators, vte
Aminal
🌘 Darktile is a GPU rendered terminal emulator designed for tiling window managers.
Stars: ✭ 2,663 (-92.66%)
Mutual labels:  terminal, terminal-emulators, opengl
Glchaos.p
3D GPUs Strange Attractors and Hypercomplex Fractals explorer - up to 256 Million particles in RealTime
Stars: ✭ 590 (-98.37%)
Mutual labels:  opengl, gpu
Neoterm
👍 A modern-designed Android terminal emulator for the 21st century.
Stars: ✭ 453 (-98.75%)
Mutual labels:  terminal, terminal-emulators
Gfx
[maintenance mode] A low-overhead Vulkan-like GPU API for Rust.
Stars: ✭ 5,045 (-86.09%)
Mutual labels:  opengl, gpu
Terminology
The best terminal emulator based on the Enlightenment Foundation Libraries
Stars: ✭ 440 (-98.79%)
Mutual labels:  terminal, terminal-emulators
Imogen
GPU Texture Generator
Stars: ✭ 648 (-98.21%)
Mutual labels:  opengl, gpu
Luminance Rs
Type-safe, type-level and stateless Rust graphics framework
Stars: ✭ 632 (-98.26%)
Mutual labels:  opengl, gpu
Terminator
multiple GNOME terminals in one window
Stars: ✭ 649 (-98.21%)
Mutual labels:  terminal, terminal-emulators
Wezterm
A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
Stars: ✭ 770 (-97.88%)
Mutual labels:  terminal, terminal-emulators
Open3d
Open3D: A Modern Library for 3D Data Processing
Stars: ✭ 5,860 (-83.84%)
Mutual labels:  opengl, gpu
Terminator Themes
🤘 The biggest collection of Terminator themes.
Stars: ✭ 717 (-98.02%)
Mutual labels:  terminal, terminal-emulators
Pyopencl
OpenCL integration for Python, plus shiny features
Stars: ✭ 790 (-97.82%)
Mutual labels:  opengl, gpu
Lighthouse2
Lighthouse 2 framework for real-time ray tracing
Stars: ✭ 542 (-98.51%)
Mutual labels:  opengl, gpu
Python Opengl
An open access book on Python, OpenGL and Scientific Visualization, Nicolas P. Rougier, 2018
Stars: ✭ 441 (-98.78%)
Mutual labels:  opengl, gpu
Glsl Pathtracer
A GLSL Path Tracer
Stars: ✭ 634 (-98.25%)
Mutual labels:  opengl, gpu
Teds Terminal
A modern terminal emulator with high DPI support, mouse wheel scaling, 32-bit colour and tty compatible.
Stars: ✭ 20 (-99.94%)
Mutual labels:  terminal, terminal-emulators
Rendu
A simple realtime graphics playground for experimentations.
Stars: ✭ 343 (-99.05%)
Mutual labels:  opengl, gpu
Upterm
A terminal emulator for the 21st century.
Stars: ✭ 19,441 (-46.4%)
Mutual labels:  terminal, terminal-emulators

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].