warp

Secure and simple terminal sharing

TLDR

Share your terminal
$ warp open [session-name]
Connect to a shared terminal
$ warp connect [session-name]
Grant write access to a connected user
$ warp authorize [username]

SYNOPSIS

warp command [options]

DESCRIPTION

warp enables secure terminal sharing with a simple command. One user opens a session and others can connect to view the terminal in real-time. Connections are TLS-encrypted and read-only by default, with explicit authorization required for write access. No SSH or shared server needed.

INSTALL

sudo apt install libghc-wai-app-static-dev
sudo pacman -S warp
sudo apk add warp
sudo zypper install warp
nix profile install nixpkgs#warp

HISTORY

warp was created by spolu and is written in Go.

SEE ALSO

tmux(1), screen(1)