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
How it works
The fastest path to secure terminal collaboration.
Step 01
Run our simple install command or build directly from source using Go. A self-contained executable, no external scripts or libraries needed.
Step 02
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
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.
Security First
Terminal sharing has never been safer. MiniShare includes a built-in sandbox engine that intercepts user actions on the hosting end.
Restrict dangerous shell commands. Simply run minishare block cmd rm,sudo,reboot to prevent them from executing.
Keep your sensitive files private. Prevent navigation or directory listing by blocking folders: minishare block dir /etc,/var/log.
Your session key and terminal content are encrypted. The signaling server is only a handshake mechanism, meaning zero data is stored or inspectable.
Instantly start a session and invite your team. Build from source or run via Go.