100% Peer-to-Peer · Secure WebRTC · Open Source

Share your terminal, instantly.

MiniShare lets colleagues connect and interact with your terminal session in real time. Securely streamed end-to-end with zero configuration, zero ports to open, and no intermediate storage.

Install MiniShare CLI

$curl -fsSL https://raw.githubusercontent.com/divamtech/MiniShare/main/install.sh | sh
Direct P2P (WebRTC) End-to-End Encrypted Sudo & Command Blocking Free & Open Source
bash — minishare host
$

Zero Config. Three Steps.

The fastest path to secure terminal collaboration.

Step 01

Install CLI

Run our simple install command or build directly from source using Go. A self-contained executable, no external scripts or libraries needed.

Step 02

Share Session ID

Start hosting by typing minishare. A secure session UUID is generated and copied to your clipboard. You can also persist a custom session name.

Step 03

Connect Instantly

Your teammate enters the UUID in the Web Terminal at /app, or connects directly from their own terminal using minishare connect <uuid> to establish a direct WebRTC P2P session.

Control what viewers can see and run.

Terminal sharing has never been safer. MiniShare includes a built-in sandbox engine that intercepts user actions on the hosting end.

Command Blocklist

Restrict dangerous shell commands. Simply run minishare block cmd rm,sudo,reboot to prevent them from executing.

Directory Access Control

Keep your sensitive files private. Prevent navigation or directory listing by blocking folders: minishare block dir /etc,/var/log.

Zero-Storage Signaling

Your session key and terminal content are encrypted. The signaling server is only a handshake mechanism, meaning zero data is stored or inspectable.

Active Security Blocklist Rules
$ minishare block cmd rm,sudo,shutdown
🔒 [MiniShare] Command restriction applied: rm, sudo, shutdown
$ minishare block dir /etc
🔒 [MiniShare] Folder restriction applied: /etc
$ minishare config
────────────────────────────────────────
🔑 Local UUID: team-pairing-room
🌐 Server URL: https://minishare.divamtech.com
🚫 Blocked Cmds: rm, sudo, shutdown
🚫 Blocked Paths: /etc
────────────────────────────────────────

Ready to share your terminal?

Instantly start a session and invite your team. Build from source or run via Go.

Command copied!