Warp
Warp is a blazingly fast, Rust-based terminal reimagined from the ground up to work like a modern app. Fully native, Rust-based terminal. No Electron or web-tech. All cloud features are opt-in. Data is encrypted at rest. Warp works out of the box with zsh, fish, and bash.
Input that feels like a code editor. Writing code in your terminal shouldn’t feel like 1978. Edit your commands like in a modern code editor with selections, cursor positioning, and completion menus.
Our GPT-3 powered AI search will convert natural language into executable shell commands. It's like GitHub Copilot, but for the terminal. Navigate through your terminal, command by command. Copy the output with one click and zero scrolls. Access common workflows with a simple GUI. You can create your own workflows, and share them with your team.
Learn more
PowerShell
PowerShell is a cross-platform task automation and configuration management framework, consisting of a command-line shell and scripting language. Unlike most shells, which accept and return text, PowerShell is built on top of the .NET Common Language Runtime (CLR), and accepts and returns .NET objects. This fundamental change brings entirely new tools and methods for automation. Unlike traditional command-line interfaces, PowerShell cmdlets are designed to deal with objects. An object is structured information that is more than just the string of characters appearing on the screen. Command output always carries extra information that you can use if you need it. If you've used text-processing tools to process data in the past, you'll find that they behave differently when used in PowerShell. In most cases, you don't need text-processing tools to extract specific information. You directly access portions of the data using standard PowerShell object syntax.
Learn more
Ghostty
Ghostty is a fast, feature-rich, cross-platform terminal emulator that uses platform-native UI and GPU acceleration to deliver speed, features, and familiarity without compromise. Ghostty provides fully standards-compliant emulation, drawing on ECMA-48 and xterm conventions, to ensure compatibility with existing shells and software, while its multi-renderer architecture leverages OpenGL (with ligature support) to sustain smooth rendering up to 60 fps under heavy load and minimal I/O jitter via a dedicated I/O thread. It offers modern windowing capabilities such as multi-window, tabbing, and splits, and embraces native platform experiences through SwiftUI and GTK4, all built atop a shared core written in Zig (“libghostty”) that can be embedded via a C API. Users benefit from basic customizability (fonts, backgrounds, colors), an opt-in feature set for interactive CLI tools, and performance competitive with leading terminal emulators.
Learn more
PuTTY
PuTTY is a free implementation of SSH and Telnet for Windows and Unix platforms, along with an xterm terminal emulator. PuTTY is a client program for the SSH, Telnet, Rlogin, and SUPDUP network protocols. These protocols are all used to run a remote session on a computer, over a network. PuTTY implements the client end of that session, the end at which the session is displayed, rather than the end at which it runs. In really simple terms, you run PuTTY on a Windows machine, and tell it to connect to (for example) a Unix machine. PuTTY opens a window. Then, anything you type into that window is sent straight to the Unix machine, and everything the Unix machine sends back is displayed in the window. So you can work on the Unix machine as if you were sitting at its console, while actually sitting somewhere else. All of PuTTY's settings can be saved in named session profiles. You can also change the default settings that are used for new sessions.
Learn more