Share your terminal in real-time. Start a session, scan the QR code, and let others view or control your terminal from any browser.
Share your terminal in three simple steps. No complex setup required.
Run npx termshare in your terminal. A QR code and unique link will be generated instantly.
Share the link or let others scan the QR code. They'll need the 6-digit verification code to connect.
Once connected, viewers see your terminal in real-time and can even type commands if you allow it.
Get started in seconds. Choose your preferred method.
No installation required. Run directly with npx:
npx termshare
Install globally for faster startup:
# Install globally
npm install -g termshare
# Then run
termshare
Run your own relay server:
# Clone the repo
git clone https://github.com/IagoCavalcante/termshare
# Start the server
cd termshare && bun run dev:server
termshare is perfect for developers who need to share their terminal quickly.
Debug together in real-time. Share your terminal and let your colleague help directly.
Show your students or audience exactly what you're doing in the terminal.
Share error logs and debugging sessions with team members anywhere.
Let AI tools like Claude Code see your terminal output in real-time.
Check on long-running processes from your phone while away from your desk.
6-digit verification codes ensure only authorized viewers can connect.