When comparing PuTTY vs Alacritty, the Slant community recommends PuTTY for most people. In the question“What are the best terminal emulators for Windows?” PuTTY is ranked 10th while Alacritty is ranked 12th.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Free
Pro De facto standard client for SSH, Telnet and Rlogin on Windows
PuTTY is one of the oldest and most popular clients. It has earned the trust of a great number of users over a long period by being reliable, offering useful features and helpful support. It got into the 15 Essential Open Source Tools for Windows Admins list by InfoWorld.
Pro Can be used on any Windows computer, even without admin rights
Pro Source code available
Full source available. Compile and modify it yourself.
Pro Lightweight and portable
Doesn't require much resources (memory and hard-disk). Can even be run on a system by just downloading without install.
Pro Blazing fast rendering with GPU-accelerated
Written in Rust with a philosophy focusing on speed and simplicity, Alacritty is one of the fastest terminal emulators out there.
Pro Looks good
Alacritty looks very slick on Linux, especially with GNOME or i3.
Pro Simple configuration
The configuration file is very well made and easy to use. You can fine tune your preferences to perfection in a matter of minutes.
Pro Comprehensive font options
Alacritty can be configured to adjust line spacing (height), letter spacing (width), and individual character horizontal/vertical positions.
Pro Has support for image previews in w3m and ranger
Pro Has text ref-low when window is resized
Pro Fast and simple but with true color support
It's simple and fast like xterm or urxvt but with truecolor support which is a big plus if you use a terminal based code editor. Basically Alacritty has all the features you need and nothing you don't (if you're using tmux for multiplexing).
Cons
Con Only one session per window
Cannot open a second session in the same window (you need multiple windows).
Con Can not save passwords
Anyway, you can use "PuTTYgen" to generate a key pair, then use "Pageant" to do a password-less SSH remote login.
Con Lacks features
It is JUST an SSH client. There are many other options with built in X-servers, Multitabbing, etc.
Con Ugly design, too simple
Looks very dated. Does the basic functions very well, but not much more.
Con No global settings
If you want to change a setting for all your connections, you'd have to do it individually.
Con Organizing sessions
Does not have features for organizing session connections (like folders). If you have 5-10 connections that's fine. But if there are 30-50 connections - that becomes a nightmare.
Con Tedious logging/tracing
Its tedious to set up logging and tracing (e.g. for serial connections).
Con No login scripting
Con Cannot into ligatures
Alacritty does not support ligatures in Fira Code, Iosevka etc.
Con Unreliable Font Rendering
Like a box of chocolate you never know what you're going to get.
Con Sacrifices basic features for raw performance
The Suzuki GSXR of terminals. Or your ditzy, blonde high school cheerleader; fast and pretty but not a lot going on under the hood.
Eschews a negative developmental philosophy towards including said functionality, with the official reason cited in project documentation as "Not within the realm of a terminal emulator" and ostensibly, "best left up to other tools such as terminal multiplexers" [such as screen or tmux]. Which is unfortunate when you factor in speed against terminal with the functionality built in vs their reliance on 3rd party tools:
tmux on alacritty: 'find /usr' time: 3.234s, cpu: 72%
tmux on konsole: find /usr' time: 1.777s, cpu: 96%
See issue here.
