🍺 BREW Explorer

← all formulae

coturn

brew install coturn v4.13.1 BSD-3-Clause

Free open source implementation of TURN and STUN Server

370
30-day installs · #2013
813
90-day · #2400
2.0k
365-day · #2853
14.1k
★ GitHub stars · updated 2mo ago

Runtime dependencies

Build dependencies

GitHub topics

networking server turn

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "pkgconf"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "hiredis",
    "libevent",
    "libpq",
    "openssl@3"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Free open source implementation of TURN and STUN Server",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:36:37+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "coturn",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-06-20T23:20:32Z",
  "github_readme_excerpt": "[![Docker CI](https://github.com/coturn/coturn/actions/workflows/docker.yml/badge.svg  \"Docker CI\")](https://github.com/coturn/coturn/actions/workflows/docker.yml)\n[![Docker Hub](https://img.shields.io/docker/pulls/coturn/coturn?label=Docker%20Hub%20pulls \"Docker Hub pulls\")](https://hub.docker.com/r/coturn/coturn)\n[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/coturn.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened\u0026can=1\u0026q=proj:coturn)\n[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/coturn/coturn)\n\n[Docker Hub](https://hub.docker.com/r/coturn/coturn)\n| [GitHub Container Registry](https://github.com/orgs/coturn/packages/container/package/coturn)\n| [Quay.io](https://quay.io/repository/coturn/coturn)\n\n# Coturn TURN server #\n\ncoturn is a free open source implementation of TURN and STUN Server.\nThe TURN Server is a VoIP media traffic NAT traversal server and gateway.\n\n## Installing / Getting started\n\nLinux distros may have a version of coturn which you can install by\n```\napt install coturn\nturnserver --log-file stdout\n```\n\nOr run coturn using docker container:\n```\ndocker run -d -p 3478:3478 -p 3478:3478/udp -p 5349:5349 -p 5349:5349/udp -p 49152-65535:49152-65535/udp coturn/coturn\n```\nSee more details about using docker container [Docker Readme](https://github.com/coturn/coturn/blob/master/docker/coturn/README.md)\n\n\n## Developing\n\n### Dependencies\n\ncoturn requires following dependencies to be installed first\n- libevent2\n\nOptional\n- openssl (to support TLS and DTLS, authorized STUN and TURN)\n- libmicrohttp and [prometheus-client-c](https://github.com/digitalocean/prometheus-client-c) (prometheus interface)\n- MariaDB/MySQL (user database)\n- [Hiredis](https://github.com/redis/hiredis) (user database, monitoring)\n- SQLite (user database)\n- PostgreSQL (user database)\n\n### Building\n```shell\ngit clone git@github.com:coturn/coturn.git\ncd coturn\n./configure\nmake\n```\n\n\n## Features\n\nSTUN specs:\n\n  * [RFC 3489]",
  "github_repo": "coturn/coturn",
  "github_stars": 14114,
  "github_topics": [
    "networking",
    "server",
    "turn"
  ],
  "homepage": "https://github.com/coturn/coturn",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 370,
  "installs_365d": 1957,
  "installs_90d": 813,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "BSD-3-Clause",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "coturn",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 2013,
  "rank_365d": 2853,
  "rank_90d": 2400,
  "raw_hash": "c7edb92c71549a3d",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/c/coturn.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [
    "sqlite"
  ],
  "version_head": null,
  "version_stable": "4.13.1",
  "versioned_formulae": [],
  "why_use_this": null
}