# Installer dsvpn avec Homebrew, Nix, zypper

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

## installation

```sh
sudo av install brew:dsvpn
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install dsvpn
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#dsvpn
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ds/dsvpn/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install dsvpn
```

  Preuve: openSUSE Tumbleweed package metadata: dsvpn from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:dsvpn
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.1.5
- **Résumé source:** Dead Simple VPN
- **Page d'accueil:** <https://github.com/jedisct1/dsvpn>
- **Dépôt:** <https://github.com/jedisct1/dsvpn>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- dsvpn (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.1.5
## Historique du projet et usages

DSVPN is 'Dead Simple VPN', a tiny TCP-based VPN by Frank Denis for the common case of connecting a client through an untrusted or restricted network to a server and then to the Internet. It is deliberately small, dependency-light, and configured by command-line arguments plus a shared key file rather than a fixed config directory.

### Historique du projet

The GitHub repository was created in July 2019, and the first public release, 0.1.0, followed later that month. The README explains the author's motivation: needing a VPN that worked where only TCP ports such as 80 or 443 were open, while avoiding the setup complexity or protocol tradeoffs of OpenVPN, WireGuard over UDP, sshuttle, GloryTun, and related tools.

The project is explicit about its ceiling: it solves the author's simple use case, promises no guarantees, and does not plan broad feature expansion. That design stance is part of its history; DSVPN is intentionally a small readable C codebase rather than a general VPN platform.

### Historique d'adoption

DSVPN is distributed through GitHub releases and Homebrew, with other package-manager metadata in the input showing availability in Nix and openSUSE-style zypper packaging. Homebrew packages release 0.1.5 from the GitHub tag.

The README records a small ecosystem around it: an iOS client, systemd service files, an Ansible role, OpenMPTCProuter support, and a Docker image. Those related projects are stronger evidence of practical use than raw package analytics, which are modest in Homebrew.

### Modes d'utilisation

Usage starts by creating a 32-byte shared secret with `dd`, copying it to both ends, then running `dsvpn server` on the server and `dsvpn client` on the client. Optional arguments cover port, tunnel interface, tunnel IPs, external IP, and gateway IP, with `auto` defaults for the simple path.

The README emphasizes no configuration file and no post-configuration; the secret key has a user-chosen path, so there is no stable credential-file location for metadata purposes.

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

DSVPN is package-nerd catnip because it is the anti-platform VPN package: a tiny command, small source tree, no external dependencies, no daemon ecosystem, and enough crypto seriousness to avoid feeling like a toy.

It also captures a recurring package-manager need: a tool users can install quickly on constrained servers or routers when the usual VPN stack is too much for the immediate network problem.

### Chronologie

- 2019-07: The DSVPN GitHub repository is created.
- 2019-07: GitHub releases publish 0.1.0.
- 2019-08: Releases 0.1.1 through 0.1.3 follow quickly.
- 2019-12: Release 0.1.4 is published.
- 2025-12: Release 0.1.5 is published and packaged by Homebrew.

### Related projects

- dsvpn-ios is named by the README as an iOS client.
- Charm is named by the README as the standalone project for DSVPN's cryptographic primitives.
- WireGuard, GloryTun, VTUN-libsodium, OpenVPN, and sshuttle are named by the README as alternatives or comparisons.

### Sources

- <https://github.com/jedisct1/dsvpn>
- <https://api.github.com/repos/jedisct1/dsvpn>
- <https://api.github.com/repos/jedisct1/dsvpn/releases>
- <https://formulae.brew.sh/api/formula/dsvpn.json>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Nix - dsvpn: normalized package name match | nixpkgs package indexes: pkgs/by-name/ds/dsvpn/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - dsvpn - 0.1.4-1.27: normalized package name match | openSUSE Tumbleweed package metadata: dsvpn from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A Dead Simple VPN | https://github.com/jedisct1/dsvpn


## Combined YAML source

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


## Sources

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