🍺 BREW Explorer

← all formulae

llnode

brew install llnode v4.0.0 MIT

LLDB plugin for live/post-mortem debugging of node.js apps

27
30-day installs · #6015
56
90-day · #7003
263
365-day · #6659

Build dependencies

Links

Caveats

`brew install llnode` does not link the plugin to LLDB PlugIns dir.

To load this plugin in LLDB, one will need to either

* Type `plugin load $HOMEBREW_PREFIX/opt/llnode/lib/llnode/llnode.dylib` on each run of lldb
* Install plugin into PlugIns dir manually (macOS only):

    mkdir -p "$HOME/Library/Application Support/LLDB/PlugIns"
    ln -sf '$HOMEBREW_PREFIX/opt/llnode/lib/llnode/llnode.dylib' "$HOME/Library/Application Support/LLDB/PlugIns/"
Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "llvm",
    "node"
  ],
  "categories": [],
  "caveats": "`brew install llnode` does not link the plugin to LLDB PlugIns dir.\n\nTo load this plugin in LLDB, one will need to either\n\n* Type `plugin load $HOMEBREW_PREFIX/opt/llnode/lib/llnode/llnode.dylib` on each run of lldb\n* Install plugin into PlugIns dir manually (macOS only):\n\n    mkdir -p \"$HOME/Library/Application Support/LLDB/PlugIns\"\n    ln -sf \u0027$HOMEBREW_PREFIX/opt/llnode/lib/llnode/llnode.dylib\u0027 \"$HOME/Library/Application Support/LLDB/PlugIns/\"\n",
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "LLDB plugin for live/post-mortem debugging of node.js apps",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": null,
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "llnode",
  "github_default_branch": null,
  "github_last_commit_at": null,
  "github_readme_excerpt": null,
  "github_repo": "nodejs/llnode",
  "github_stars": null,
  "github_topics": [],
  "homepage": "https://github.com/nodejs/llnode",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 27,
  "installs_365d": 263,
  "installs_90d": 56,
  "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": "llnode",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 6015,
  "rank_365d": 6659,
  "rank_90d": 7003,
  "raw_hash": "05f5c664903ed7ca",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/l/llnode.rb",
  "tap": "homebrew/core",
  "test_dependencies": [
    "node"
  ],
  "uses_from_macos": [
    "llvm"
  ],
  "version_head": null,
  "version_stable": "4.0.0",
  "versioned_formulae": [],
  "why_use_this": null
}