macOS
brew install telnetlocal Homebrew formula metadata
brew
User interface to the TELNET protocol. Version 308 via Homebrew; verified 2026-04-24.
install
brew install telnetlocal Homebrew formula metadata
sudo apt install telnetDebian stable package indexes · telnet · source: deb.debian.org
sudo dnf install telnetFedora Rawhide package metadata · telnet · source: dl.fedoraproject.org
sudo zypper install telnetopenSUSE Tumbleweed package metadata · telnet · source: download.opensuse.org
choco install telnetChocolatey community package catalog · telnet · source: community.chocolatey.org
scoop install main/telnetScoop official bucket manifest trees · bucket/telnet.json · source: api.github.com
overview
User interface to the TELNET protocol
history
telnet is the classic command-line user interface to the TELNET protocol. The protocol was standardized for the ARPA Internet in RFC 854 in May 1983 as a general bidirectional byte-oriented terminal communications facility.
The BSD-derived Apple manpage carries University of California copyright dates beginning in 1983 and describes `telnet` as a user interface to the TELNET protocol. This places the packaged client in the long Unix lineage of TCP/IP remote-login tools distributed with BSD systems and later carried by operating-system vendors.
RFC 854 defines the protocol around a Network Virtual Terminal and negotiated options, with the goal of connecting terminal devices and terminal-oriented processes across heterogeneous hosts. The companion RFC 855 documents how TELNET options were to be assigned and specified.
TELNET was once a standard remote-login mechanism on Internet and Unix systems, but its cleartext nature caused SSH to replace it for administration. The client persisted in package repositories because it remained useful for protocol debugging, legacy devices, embedded systems, MUDs, BBS-style services, and quick TCP service inspection.
Homebrew's package exists because modern macOS no longer treats telnet as a default userland tool, while Debian, Ubuntu, Fedora/DNF, openSUSE/Zypper, Chocolatey, and Scoop coverage reflects ongoing cross-platform demand for the small diagnostic client.
The manpage describes invoking `telnet` with a host and optional port, or without a host to enter an interactive `telnet>` command mode. Options cover IPv4/IPv6 selection, trace files, source address selection, escape characters, `.telnetrc` handling, rlogin-like behavior, Kerberos-related authentication controls, binary mode, and optional encryption support where compiled in.
In package-manager culture, `telnet host port` became shorthand for testing whether a TCP service accepts connections, even when the remote service is not a TELNET server. That usage survives because the client is tiny, scriptable enough for manual diagnostics, and familiar across Unix-like systems.
telnet is historically significant because it is both a protocol tool and a fossil of early Internet userland. Package nerds care about it as a removed-default utility that keeps reappearing in bootstrap scripts, debugging recipes, and compatibility packages despite being inappropriate for secure login.
Its package metadata also illustrates how old network clients move from base operating systems into optional package-manager formulae as security expectations and default installs change.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
~/.telnetrcexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
telnet | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/apple-oss-distributions/remote_cmds
install metadata
| Package key | brew:telnet |
|---|---|
| Version | 308 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/telnet |
| Homepage | https://opensource.apple.com/ |
| Repository | https://github.com/apple-oss-distributions/remote_cmds |
| Upstream docs | https://github.com/apple-oss-distributions/remote_cmds/blob/main/telnet/telnet.1 |
| License | BSD-4-Clause-UC AND APSL-1.0 |
| Source archive | https://github.com/apple-oss-distributions/remote_cmds/archive/refs/tags/remote_cmds-308.tar.gz |
| Last updated | 2026-04-24T15:02:36Z |
| Pulse | updated |
| Bottle | available (on arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | telnet |
| Version Scheme | 0 |
| Revision | 0 |
| Conflicts With |
|
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
telnet 0.17+2.6-3+deb13u3
transitional dummy package for inetutils-telnet default switch
https://www.gnu.org/software/inetutils/
sudo apt install telnettelnet 0.17+2.5-3ubuntu4
transitional dummy package for inetutils-telnet default switch
https://www.gnu.org/software/inetutils/
sudo apt install telnettelnet 0.17-96.fc44
The client program for the Telnet remote login protocol
http://web.archive.org/web/20070819111735/www.hcs.harvard.edu/~dholland/computers/old-netkit.html
sudo dnf install telnettelnet-server 0.17-96.fc44
The server program for the Telnet remote login protocol
http://web.archive.org/web/20070819111735/www.hcs.harvard.edu/~dholland/computers/old-netkit.html
sudo dnf install telnet-servertelnet 1.2-177.7
A client program for the telnet remote login protocol
https://svnweb.freebsd.org/base/head/contrib/telnet/
sudo zypper install telnettelnet-server 1.2-177.7
A Server Program for the Telnet Remote Login Protocol
https://svnweb.freebsd.org/base/head/contrib/telnet/
sudo zypper install telnet-servertelnet
choco install telnetmain/telnet
scoop install main/telnetsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.