pkg.soopen package index

brew / 排名 8545

使用 Homebrew, apk, apt, Nix 安装 tty-share

查看 tty-share 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install tty-share

local Homebrew formula metadata

Linux

Alpine Linux apk已验证 · 92%
sudo apk add tty-share

Alpine Linux edge package indexes · tty-share · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install tty-share

Debian stable package indexes · tty-share · 来源: deb.debian.org

Nix已验证 · 92%
nix profile install nixpkgs#tty-share

nixpkgs package indexes · pkgs/by-name/tt/tty-share/package.nix · 来源: api.github.com

概览

软件包摘要

Terminal sharing over the Internet

命令和别名

  • tty-share

历史

项目历史与用法

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.

时间线

  • 2022: Project website copyright line identifies the public tty-share site era.
  • Undated: README documents Homebrew, Docker, binary releases, public proxy sessions, and self-hosted proxy support.
  • 2025: GitHub repository page lists v2.4.1 as the latest release on January 12, 2025.

Related projects

  • xterm.js is used for the browser receiver.
  • gotty and tmate are credited as inspiration and motivation.
  • Visual Studio Code Live Share and tmate are discussed as comparable collaboration approaches.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
tty-share可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-03
管理器版本2.4.1
管理器更新时间2026-07-26
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:tty-share
版本2.4.1
软件包管理器Homebrew
主页https://tty-share.com/
仓库https://github.com/elisescu/tty-share
最后更新2026-07-26T03:12:23+02:00
Pulseupdated
Bottle未记录
服务未声明

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

tty-share 2.4.0+ds-2+b12

Terminal sharing over the Internet

https://tty-share.com

sudo apt install tty-share
  • Section: devel
  • Architecture: amd64
  • Source Package: tty-share
  • 2 依赖
  • normalized package name match
  • 匹配方式:Tty Share
Debian stable package indexes · deb.debian.org · Debian stable package indexes: tty-share from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

tty-share

nix profile install nixpkgs#tty-share
  • normalized package name match
  • 匹配方式:Tty Share
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/tt/tty-share/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

tty-share 2.4.0+ds-2build1

Terminal sharing over the Internet

https://tty-share.com

sudo apt install tty-share
  • Section: universe/devel
  • Architecture: amd64
  • 2 依赖
  • normalized package name match
  • 匹配方式:Tty Share
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: tty-share from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

tty-share 2.4.0-r29

Share your terminal over the Internet

https://tty-share.com/

sudo apk add tty-share
  • License: MIT
  • Architecture: x86_64
  • Source Package: tty-share
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Tty Share
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: tty-share from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation