macOS
brew install tty-sharelocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für tty-share in AI-Agent-Workflows.
Installation
brew install tty-sharelocal Homebrew formula metadata
sudo apk add tty-shareAlpine Linux edge package indexes · tty-share · Quelle: dl-cdn.alpinelinux.org
sudo apt install tty-shareDebian stable package indexes · tty-share · Quelle: deb.debian.org
nix profile install nixpkgs#tty-sharenixpkgs package indexes · pkgs/by-name/tt/tty-share/package.nix · Quelle: api.github.com
Überblick
Terminal sharing over the Internet
Verlauf
tty-share is a Go terminal-sharing tool for exposing a Linux or macOS terminal session to another person over the Internet, with the remote participant joining from a browser or another terminal.
Its niche is low-friction remote terminal collaboration: one static binary on the host side, browser access on the guest side, and an optional public proxy or self-hosted proxy path.
The official README describes tty-share as a simple tool written in Go that builds to a static cross-platform binary with no dependencies and can run even on Raspberry Pi. It connects through a proxy server for public Internet sessions, with an instance running at tty-share.com and the option to run one's own server.
The project positions itself against heavier collaboration tools. Its README credits xterm.js for browser terminal rendering, gotty and tmate as inspiration, and discusses Visual Studio Code Live Share and tmate as similar solutions with different setup and dependency tradeoffs.
The README documents Docker, Homebrew, binary releases, and Repology as install/distribution paths. The supplied package facts add Homebrew, Alpine, Debian, Ubuntu, and Nix, showing adoption as a small networking/collaboration command rather than a platform-specific app.
The project website markets the same adoption story in simpler terms: share a terminal with no tool on the remote side, source code on GitHub, one binary locally, and encrypted communication.
A host can run `tty-share --public` to create a public session URL plus a local URL, then share the URL with a participant. Participants can join in a browser or by running `tty-share <secret URL>`.
The README also documents read-only sessions, local-network sharing, public proxy sharing, running a custom proxy, Docker trial usage, and SSH-like TCP port forwarding with `-L`.
tty-share is interesting to package maintainers because it compresses a collaboration workflow into one Go binary, avoiding browser extensions, editor accounts, or a full SSH/tmate setup for the guest.
It also represents a common CLI packaging pattern of the late 2010s and 2020s: static Go network tools that package cleanly, run on small ARM machines, and expose a web UI through embedded assets.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
tty-share | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/elisescu/tty-share
Installationsmetadaten
| Paketschlüssel | brew:tty-share |
|---|---|
| Version | 2.4.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/tty-share |
| Homepage | https://tty-share.com/ |
| Repository | https://github.com/elisescu/tty-share |
| Upstream-Dokumentation | https://github.com/elisescu/tty-share#readme |
| Lizenz | MIT |
| Quellarchiv | https://github.com/elisescu/tty-share/archive/refs/tags/v2.4.1.tar.gz |
| Build-Abhängigkeiten | go |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | tty-share |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
tty-share 2.4.0+ds-2+b12
Terminal sharing over the Internet
sudo apt install tty-sharetty-share
nix profile install nixpkgs#tty-sharetty-share 2.4.0+ds-2build1
Terminal sharing over the Internet
sudo apt install tty-sharetty-share 2.4.0-r28
Share your terminal over the Internet
sudo apk add tty-shareQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.