# Installer tsnet-serve avec Homebrew

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de tsnet-serve pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:tsnet-serve
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install tsnet-serve
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:tsnet-serve
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/tsnet-serve>
- **Version:** 1.3.2
- **Résumé source:** Expose HTTP applications to a Tailscale Tailnet network
- **Page d'accueil:** <https://github.com/shayne/tsnet-serve>
- **Dépôt:** <https://github.com/shayne/tsnet-serve>
- **Licence:** MIT
- **Archive source:** <https://github.com/shayne/tsnet-serve/archive/refs/tags/v1.3.2.tar.gz>
- **Dernière mise à jour:** 2026-07-26T00:51:28+02:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- tsnet-serve (cli)
- tsnet-serve (alias)

## Dépendances de compilation

- go

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 1.3.2
- gestionnaire mis à jour: 2026-07-26
- données locales: OK
- dépôt amont: https://github.com/shayne/tsnet-serve
- dernière version détectée: v1.3.2 (à jour)
## Historique du projet et usages

tsnet-serve was a standalone Go reverse proxy that embedded Tailscale via tsnet so an HTTP backend could appear as its own machine on a tailnet, roughly like `tailscale serve` without being tied to an existing node.

### Historique du projet

The README presents tsnet-serve as a lightweight reverse proxy for a tailnet: users give it a hostname, backend URL, and auth key, and the app joins the tailnet as a machine with Tailscale connectivity, TLS, and the same reverse proxy behavior as `tailscale serve`.

The project belongs to the wave of tsnet tooling around Tailscale's Go library. Tailscale's official docs describe tsnet as a way to embed Tailscale inside a Go program so the program can make direct tailnet connections and appear like a separate device. tsnet-serve packaged that pattern as a CLI/container app for people who wanted a private service endpoint without writing Go.

Development was explicitly wound down in July 2025. The repository was archived by its owner on July 5, 2025, and the linked winding-down issue says maintainers were switching to `tsnsrv` because it had the desired features and a complete Nix module.

### Historique d'adoption

Official release pages show a short but active release period, with versions such as v1.1.2 through v1.3.2 carrying Funnel fixes, path allow/deny features, request logging, Tailscale dependency bumps, Go toolchain updates, and GoReleaser-based binary releases.

The README documents several distribution surfaces: prebuilt GitHub releases, OCI container images on GitHub Container Registry at `ghcr.io/shayne/tsnet-serve`, and Homebrew. That made the tool easy to use in homelab and package-manager workflows where a container or single binary could turn a local backend into a tailnet service.

### Modes d'utilisation

The primary usage model was `tsnet-serve -hostname ... -backend ...`, optionally setting listen port, Funnel mode, allow/deny path regular expressions, a state directory, and a custom control URL for Headscale. Environment variables such as `TSNS_HOSTNAME`, `TSNS_BACKEND`, `TSNS_LISTEN_PORT`, and `TSNS_FUNNEL` mirrored the flags.

For containers, the README shows a persistent state volume, hostname/backend variables, optional Funnel and control URL variables, and `TS_AUTHKEY` for initial registration. Without an auth key, the app prints a registration link.

### Pourquoi les passionnés de paquets s'y intéressent

tsnet-serve matters in the package-nerd niche because it turned Tailscale's embedded-networking library into a one-command appliance: install the formula or run the container, provide a backend, and get a tailnet hostname and certificate.

Its archival is also useful metadata. The project documents a real migration path from a small package-manager-friendly CLI to a successor (`tsnsrv`) once the surrounding Tailscale Serve/Funnel and tsnet tooling matured.

### Chronologie

- 2024-07-31: v1.1.2 release fixed Funnel mode and insecure HTTPS backend support.
- 2024-08-29: v1.1.4 release moved to GoReleaser and bumped the Tailscale dependency.
- 2025-04-19: v1.2.1 release moved the default state directory and added X-Forwarded headers in Funnel mode.
- 2025-06-22: v1.3.0 added allow/deny paths and request logs; v1.3.2 followed with a Tailscale bump and signal-handling fix.
- 2025-07-05: Winding-down issue opened and repository archived, with maintainers pointing users to `tsnsrv`.

### Related projects

- The README links directly to Tailscale Funnel and to `tsnsrv` as the recommended successor. Tailscale's own docs for tsnet, Tailscale Serve, and Funnel explain the platform features that tsnet-serve wrapped.

### Sources

- <https://github.com/shayne/tsnet-serve#readme>
- <https://github.com/shayne/tsnet-serve/issues/10>
- <https://github.com/shayne/tsnet-serve/releases>
- <https://tailscale.com/docs/features/tailscale-funnel>
- <https://tailscale.com/docs/features/tsnet>
- <https://tailscale.com/docs/reference/tailscale-cli/serve>


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** tsnet-serve
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** yes
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/fr/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://pkg.so/fr/brew/go/) - Build dependency declared by Homebrew.
- [lighttpd](https://pkg.so/fr/brew/lighttpd/) - Shares pkgdb curated category or tags: cli, http-server, networking.
- [c-ares](https://pkg.so/fr/brew/c-ares/) - Shares pkgdb curated category or tags: cli, networking.
- [unbound](https://pkg.so/fr/brew/unbound/) - Shares pkgdb curated category or tags: cli, networking.
- [telnet](https://pkg.so/fr/brew/telnet/) - Shares pkgdb curated category or tags: cli, networking.
- [caddy](https://pkg.so/fr/brew/caddy/) - Shares pkgdb curated category or tags: cli, http-server, networking.
- [socat](https://pkg.so/fr/brew/socat/) - Shares pkgdb curated category or tags: cli, networking.
- [gsasl](https://pkg.so/fr/brew/gsasl/) - Shares pkgdb curated category or tags: cli, networking.
- [passt](https://pkg.so/fr/brew/passt/) - Shares pkgdb curated category or tags: cli, networking.
- [miniserve](https://pkg.so/fr/brew/miniserve/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, http, http-server, networking, server.
- [angular-http-server](https://pkg.so/fr/npm/angular-http-server/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, http, http-server, networking, server.
- [http-server](https://pkg.so/fr/npm/http-server/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, http, http-server, networking, server.

## Combined YAML source

View the package source record on GitHub. [combined/tsnet-serve.yml](https://github.com/mxcl/pkgdb/blob/main/combined/tsnet-serve.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- cross-ecosystem install command graph
