LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

warp

Secure and simple terminal sharing

TLDR

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

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
copy
sudo pacman -S warp
copy
sudo apk add warp
copy
sudo zypper install warp
copy
nix profile install nixpkgs#warp
copy

HISTORY

warp was created by spolu and is written in Go.

SEE ALSO

tmux(1), screen(1)

Copied to clipboard
Kai