alacritty alternatives and similar packages
Based on the "Applications written in Rust" category.
Alternatively, view alacritty alternatives based on common mentions on social networks and blogs.
-
tauri
Build smaller, faster, and more secure desktop applications with a web frontend. -
ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore -
mdBook
Create book from markdown files. Like Gitbook but implemented in Rust -
conduit
Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x. -
citybound
A work-in-progress, open-source, multi-player city simulation game. -
#<Sawyer::Resource:0x00007f0cdab48348>
Terminal bandwidth utilization tool -
Hyperswitch
An open source payments switch written in Rust to make payments fast, reliable and affordable -
oso
Oso is a batteries-included framework for building authorization in your application. -
Parity
(deprecated) The fast, light, and robust client for the Ethereum mainnet. -
svgcleaner
svgcleaner could help you to clean up your SVG files from the unnecessary data. -
Rio term
A hardware-accelerated GPU terminal emulator powered by WebGPU, focusing to run in desktops and browsers. -
Parallel
Inspired by GNU Parallel, a command-line CPU load balancer written in Rust. -
hematite
A simple Minecraft written in Rust with the Piston game engine -
woodpecker
Drill is an HTTP load testing application written in Rust -
dotenv-linter
⚡️Lightning-fast linter for .env files. Written in Rust 🦀 -
systemd-manager
a systemd service manager written in Rust using GTK-rs. -
snatch
A simple, fast and interruptable download accelerator, written in Rust
Collect and Analyze Billions of Data Points in Real Time
Do you think we are missing an alternative of alacritty or a related project?
README
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](./docs/features.md) 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](./docs/features.md).
Further information
- Announcing Alacritty, a GPU-Accelerated Terminal Emulator January 6, 2017
- A talk about Alacritty at the Rust Meetup January 2017 January 19, 2017
- Alacritty Lands Scrollback, Publishes Benchmarks September 17, 2018
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](INSTALL.md).
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:
$XDG_CONFIG_HOME/alacritty/alacritty.yml
$XDG_CONFIG_HOME/alacritty.yml
$HOME/.config/alacritty/alacritty.yml
$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
](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 all licence references and agreements mentioned in the alacritty README section above
are relevant to that project's source code only.