🍺 BREW Explorer

← all formulae

iproute2mac

brew install iproute2mac v1.7.4 MIT

CLI wrapper for basic network utilities on macOS - ip command

902
30-day installs · #1354
6.1k
90-day · #1007
21.3k
365-day · #1034
1.0k
★ GitHub stars · updated 4mo ago

Runtime dependencies

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "python@3.14"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "CLI wrapper for basic network utilities on macOS - ip command",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:38:54+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "iproute2mac",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-03-31T07:14:01Z",
  "github_readme_excerpt": "iproute2mac\n===========\n\n*CLI wrapper for basic network utilities on macOS, inspired by iproute2 on Linux systems \u2013 `ip`, `bridge` and `ss` commands*\n\nProvided functionality is limited and command output is not fully compatible with [iproute2].\\\nGoal of this project is to make basic network configuration/debug tasks on macOS easy for admins who already use Linux systems.\\\nFor advanced usage use `netstat`, `ifconfig`, `ndp`, `arp`, `route` and `networksetup` directly.\n\nIf you are interested in contributing, please see our [Contribution Guidelines](./CONTRIBUTING.md).\n\n## Installation\n\nA) [Preferred] Using [Homebrew](http://brew.sh) (Maintained by [@brona](https://github.com/brona)):\n\n```bash\n# [Optional] Install Homebrew first, see http://brew.sh for options\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n\n# Install iproute2mac\nbrew install iproute2mac\n```\n\nSee https://formulae.brew.sh/formula/iproute2mac and [iproute2mac.rb](https://github.com/Homebrew/homebrew-core/blob/main/Formula/i/iproute2mac.rb) for mode details.\n\nB) Manual installation from HEAD:\n\n```bash\nsudo mkdir /usr/local/iproute2mac\nsudo chown -R $(whoami):admin /usr/local/iproute2mac\ncd /usr/local/\ngit clone https://github.com/brona/iproute2mac.git\nln -s iproute2mac/src/ip.py /usr/local/bin/ip\nln -s iproute2mac/src/bridge.py /usr/local/bin/bridge\nln -s iproute2mac/src/ss.py /usr/local/bin/ss\n```\n\nC) Using [MacPorts](https://www.macports.org/) (Maintained by [@i0ntempest](https://github.com/i0ntempest)):\n\nSee https://ports.macports.org/port/iproute2mac/ and [Portfile](https://github.com/macports/macports-ports/blob/master/net/iproute2mac/Portfile)\n\nD) Using [NixOS](https://nixos.org/) (Maintained by [@jiegec](https://github.com/jiegec)):\n\nSee https://search.nixos.org/packages?show=iproute2mac\u0026type=packages\u0026query=iproute2mac and [package.nix](https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/ip/iproute2mac/package.nix)\n\n\n## Supported commands / Exam",
  "github_repo": "brona/iproute2mac",
  "github_stars": 1043,
  "github_topics": [],
  "homepage": "https://github.com/brona/iproute2mac",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 902,
  "installs_365d": 21275,
  "installs_90d": 6092,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "iproute2mac",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 1354,
  "rank_365d": 1034,
  "rank_90d": 1007,
  "raw_hash": "3f9247345af7bb21",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/i/iproute2mac.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "1.7.4",
  "versioned_formulae": [],
  "why_use_this": null
}