A secure terminal sharing tool that lets you share your terminal session with others via a simple command.
Warp is a secure terminal sharing tool that allows developers to share their terminal sessions in real-time with remote team members. It solves the problem of collaborative terminal access without requiring SSH configurations or shared servers, making it easy to onboard new engineers or debug together.
Developers and DevOps engineers who need to collaborate on terminal-based tasks, such as remote team members, pair programmers, or those involved in onboarding and training.
Warp stands out by offering a simple, command-driven interface with built-in security features like TLS encryption and read-only default access, eliminating the complexity of traditional solutions like tmux over SSH.
Secure and simple terminal sharing
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
All connections use TLS to prevent man-in-the-middle attacks, and clients connect read-only by default, minimizing security risks without extra setup.
With commands like 'warp open' and 'warp connect', it eliminates the need for SSH configuration, making ad-hoc sharing quick and accessible.
Hosts can authorize or revoke write access per client using 'warp authorize' and 'warp revoke', allowing controlled collaboration while maintaining security.
Client terminals automatically resize to match the host's window size when supported, improving visual consistency without manual adjustment.
As admitted in the notes, warp does not emulate terminals, so applications like vim or htop may not display correctly on client side without host intervention.
Automatic resizing only works on terminals supporting specific ANSI escape sequences, excluding popular options like Hyper and iTerm2, per the compatibility table.
At version v0.0.3, it's experimental with key features like end-to-end encryption and web-socket support still on the roadmap, making it unreliable for critical use.