Need to share terminal sessions? Try
Real-time collaboration. No setup required.
Discover how Termly solves real-world collaboration challenges that developers and teams face every day.
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 the termly application for your platform:
The shareable generated link will look like this:
Run the app on your machine to generate a shareable link.
Others can join through any web browser - no installation required.
> $ ./termly
Session started
Share: termly.live/s/abc123def
Download and run the termly executable on your machine. It generates a unique shareable link.
Copy-paste the session link to your collaborators. They can join instantly.
> $ npm run dev
Alice joined the session
Bob joined the session
Everyone can see the same terminal in real-time. Perfect for pair programming and debugging.
termly works by connecting participants through secure WebSocket connections, enabling real-time collaboration without limits!
See every keystroke and command output instantly across all connected sessions.
Works on any device with a web browser. No native apps required.
End-to-end encrypted connections ensure your terminal sessions stay private.
termly leverages WebSockets for real-time communication, XTerm.js for terminal emulation, and SvelteKit for a fast, responsive web experience.
VIEW ON GITHUB