Need to share terminal sessions? Try

Termly

Real-time collaboration. No setup required.

one computer sending files to another computer through a pipe

Why choose Termly?

Discover how Termly solves real-world collaboration challenges that developers and teams face every day.

Terminal sharing
doesn't need to be complicated

It's like screen or tmux for collaboration. Run the termly app on your machine, and it will generate a shareable link that you can send to anyone who needs to access your terminal. termly connects participants in real-time without any complex setup or configuration.

Download & Run

Download the termly application for your platform:

The shareable generated link will look like this:

https://termly.live/s/abc123def456

Run the app on your machine to generate a shareable link.
Others can join through any web browser - no installation required.

USING termly:

> $ ./termly

Session started

Share: termly.live/s/abc123def

1. Run App

Download and run the termly executable on your machine. It generates a unique shareable link.

hey, want to debug this issue together? termly.live/s/abc123def

2. Share Link

Copy-paste the session link to your collaborators. They can join instantly.

> $ npm run dev

Alice joined the session

Bob joined the session

3. Collaborate

Everyone can see the same terminal in real-time. Perfect for pair programming and debugging.

Free, for teams of any size

termly works by connecting participants through secure WebSocket connections, enabling real-time collaboration without limits!

Real-time

See every keystroke and command output instantly across all connected sessions.

Cross-platform

Works on any device with a web browser. No native apps required.

Secure

End-to-end encrypted connections ensure your terminal sessions stay private.

termly is built with modern web technologies

termly leverages WebSockets for real-time communication, XTerm.js for terminal emulation, and SvelteKit for a fast, responsive web experience.

VIEW ON GITHUB