# dante を Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper, apt でインストール

dante のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:dante
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install dante
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install dante
```

  証拠: MacPorts ports tree: net/dante/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add dante
```

  証拠: Alpine Linux edge package indexes: dante from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install dante
```

  証拠: Fedora Rawhide package metadata: dante from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#dante
```

  証拠: nixpkgs package indexes: pkgs/by-name/da/dante/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S dante
```

  証拠: Arch Linux sync databases: dante from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install dante
```

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

- Ubuntu apt (92%):

```sh
sudo apt install dante-client
```

  証拠: Ubuntu 24.04 LTS package indexes: dante-client from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

## パッケージ情報

- **パッケージキー:** brew:dante
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.4.4
- **ソース概要:** SOCKS server and client, implementing RFC 1928 and related standards
- **ホームページ:** <https://www.inet.no/dante/>
- **最終更新:** 2026-07-10T19:03:06-04:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- sockd (エイリアス)
- socksify (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.4.4
## プロジェクトの歴史と使われ方

Dante is Inferno Nettverk's SOCKS client and server package, implementing RFC 1928 and related standards for proxying and network access control. It includes the sockd server, the socks client library, and the socksify wrapper for already compiled dynamic binaries.

### プロジェクトの歴史

Inferno Nettverk describes Dante as a complete source-available SOCKS client/server product rather than a single daemon. The documentation covers server configuration, client routing, authentication methods, commercial modules, and operational topics such as capacity estimation and fault-tolerant deployments.

The public site shows a long production history. Its copyright footer begins in 1998, advisories go back to 2005, and recent news records major 1.3.x and 1.4.x maintenance, performance, and security work across the 2010s and 2020s. The development roadmap updated in December 2025 describes the 1.5.x line as under testing with planned improvements to server-chaining scalability, monitoring, and client IPv6 support.

### 採用の歴史

Dante earned durable Unix adoption because it supplies both a network service and a compatibility trick. The official site says it is used by Fortune 100 companies and large international organizations as both a forward and reverse proxy server.

The socksify wrapper is a major part of that adoption story: it can make many dynamically linked networking programs use SOCKS by setting LD_PRELOAD to libdsocks, so older programs can be proxied without source changes or recompilation.

The documentation is operator-oriented rather than tutorial-only. It covers access-control rules, authentication methods such as PAM, GSSAPI, username, and ident-style checks, client route selection, logging, and stress testing for production capacity.

### 使われ方

Operators normally configure sockd.conf for server rules, routes, access control, logging, and authentication methods. The sockd.conf manual separates client-rules, which decide whether a client may connect, from socks-rules, which evaluate the actual SOCKS request.

Client-side use is controlled through socks.conf routes or through environment variables such as SOCKS_SERVER and SOCKS_CONF. The socksify command can prefix an existing program, for example socksify ftp ftp.example.org, and route its networking calls through the Dante client library.

### パッケージ好きにとっての重要性

Dante is a classic infrastructure package: daemon, client library, preload-style wrapper, manpage-heavy configuration, and real production tuning material.

For package nerds, it represents the kind of Unix network plumbing that remains valuable because it can sit under applications rather than asking every application to grow its own SOCKS support.

### タイムライン

- 1998: The official Dante site copyright range begins.
- 2005-01-28: Inferno Nettverk records an early Dante advisory.
- 2011-06-14: The site records the first full 1.3.x release.
- 2013-11-18: The site records the full 1.4.0 release and configuration upgrade material.
- 2015-03-11: Dante capacity-estimation documentation was added.
- 2017-11-08: Fault-tolerant and load-balanced deployment documentation was added.
- 2024-12-15: Dante 1.4.4 was announced with a security fix.
- 2025-12: The official roadmap describes the 1.5.x line as finished and under testing.

### Related projects

- Dante sits beside SOCKS-aware applications, firewall and proxy setups, LDAP/GSSAPI/PAM authentication infrastructure, LD_PRELOAD client wrappers, and older applications with no native SOCKS support.

### ソース

- <https://www.inet.no/dante/>
- <https://www.inet.no/dante/doc/latest/config/capacity.html>
- <https://www.inet.no/dante/doc/latest/config/client.html>
- <https://www.inet.no/dante/doc/latest/sockd.conf.5.html>
- <https://www.inet.no/dante/doc/latest/socks.conf.5.html>
- <https://www.inet.no/dante/doc/latest/socksify.1.html>


## セキュリティノート

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

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: /etc/sockd.conf, /etc/socks.conf
## 他のパッケージマネージャ記録

- Nix - dante: normalized package name match | nixpkgs package indexes: pkgs/by-name/da/dante/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - dante-client - 1.4.3+dfsg-1: normalized package name match | Ubuntu 24.04 LTS package indexes: dante-client from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | SOCKS wrapper for users behind a firewall | https://www.inet.no/dante/
- Ubuntu apt - dante-server - 1.4.3+dfsg-1: normalized package name match | Ubuntu 24.04 LTS package indexes: dante-server from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | SOCKS (v4 and v5) proxy daemon (danted) | https://www.inet.no/dante/
- Ubuntu apt - libdsocksd0t64 - 1.4.3+dfsg-1: normalized package name match | Ubuntu 24.04 LTS package indexes: libdsocksd0t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | SOCKS library preloaded in user applications | https://www.inet.no/dante/
- Ubuntu apt - libsocksd0-dev - 1.4.3+dfsg-1: normalized package name match | Ubuntu 24.04 LTS package indexes: libsocksd0-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Development files for compiling programs with SOCKS support | https://www.inet.no/dante/
- Ubuntu apt - libsocksd0t64 - 1.4.3+dfsg-1: normalized package name match | Ubuntu 24.04 LTS package indexes: libsocksd0t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | SOCKS library for packages built using libsocksd-dev | https://www.inet.no/dante/
- apk - dante - 1.4.4-r1: normalized package name match | Alpine Linux edge package indexes: dante from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Dante is SOCKS server and a SOCKS client | https://www.inet.no/dante/
- apk - dante-dev - 1.4.4-r1: normalized package name match | Alpine Linux edge package indexes: dante-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Dante is SOCKS server and a SOCKS client (development files) | https://www.inet.no/dante/
- apk - dante-doc - 1.4.4-r1: normalized package name match | Alpine Linux edge package indexes: dante-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Dante is SOCKS server and a SOCKS client (documentation) | https://www.inet.no/dante/
- apk - dante-server - 1.4.4-r1: normalized package name match | Alpine Linux edge package indexes: dante-server from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Dante is SOCKS server and a SOCKS client | https://www.inet.no/dante/
- apk - dante-server-openrc - 1.4.4-r1: normalized package name match | Alpine Linux edge package indexes: dante-server-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Dante is SOCKS server and a SOCKS client (OpenRC init scripts) | https://www.inet.no/dante/
- dnf - dante - 1.4.4-11.fc45: normalized package name match | Fedora Rawhide package metadata: dante from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A free SOCKS v4/v5 client implementation | https://www.inet.no/dante
- dnf - dante-devel - 1.4.4-11.fc45: normalized package name match | Fedora Rawhide package metadata: dante-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development libraries for SOCKS | https://www.inet.no/dante
- dnf - dante-server - 1.4.4-11.fc45: normalized package name match | Fedora Rawhide package metadata: dante-server from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A free SOCKS v4/v5 server implementation | https://www.inet.no/dante
- pacman - dante - 1.4.4-2: normalized package name match | Arch Linux sync databases: dante from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | SOCKS v4 and v5 compatible proxy server and client | https://www.inet.no/dante
- zypper - dante - 1.4.4-2.4: normalized package name match | openSUSE Tumbleweed package metadata: dante from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A SOCKSv4 and v5 client implementation | http://www.inet.no/dante/


## Combined YAML source

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


## ソース

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