Warp for Linux is here
Warp-terminal is now available for Linux! You can install Warp on most Linux distributions, including Ubuntu, Fedora, Arch Linux or RedHat. The initial set of available packages include: deb (apt), rpm (yum/dnf/zypper), pkg.tar.zst (pacman) and AppImage. Set Warp as default in Pop-OS
Today's the day! Warp for Linux is now generally available to install on most Linux distributions, including Ubuntu, Fedora, Arch Linux or Red Hat.
No login required anymore
Set as your Terminal
In Pop-OS, set [super]+[t] for terminal to warp:
- create entry by
sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator $( which warp-terminal ) 30
with priority set to 30 - activate by
sudo update-alternatives --config x-terminal-emulator
.