🍺 BREW Explorer

← all formulae

luajit

brew install luajit v2.1.1781602682 MIT

Just-in-time compiler for Lua that produces fast bytecode via tracing JIT.

Why you might care

LuaJIT executes Lua code 10-100x faster than the stock interpreter through aggressive tracing JIT compilation, making it ideal for performance-critical embedded scripting, game engines, and real-time systems. It's a drop-in replacement for standard Lua but with better C FFI support and lower memory overhead, widely used in Roblox, Redis modules, and embedded applications.

Categories

Alternatives

Lua Python Rust
56.1k
30-day installs · #113
114.7k
90-day · #170
436.2k
365-day · #165

Links

Blurb generated by claude-haiku-4-5 on today.

Raw metadata
{
  "aliases": [],
  "alternatives": [
    "Lua",
    "Python",
    "Rust"
  ],
  "build_dependencies": [],
  "categories": [
    "language-runtime",
    "compiler",
    "interpreter"
  ],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Just-In-Time Compiler (JIT) for the Lua programming language",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:40:40+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "luajit",
  "github_default_branch": null,
  "github_last_commit_at": null,
  "github_readme_excerpt": null,
  "github_repo": null,
  "github_stars": null,
  "github_topics": [],
  "homepage": "https://luajit.org/luajit.html",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": "LuaJIT",
  "installs_30d": 56071,
  "installs_365d": 436209,
  "installs_90d": 114661,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": "2026-06-20T23:42:48+00:00",
  "llm_model": "claude-haiku-4-5",
  "name": "luajit",
  "oldnames": [],
  "one_liner": "Just-in-time compiler for Lua that produces fast bytecode via tracing JIT.",
  "optional_dependencies": [],
  "rank_30d": 113,
  "rank_365d": 165,
  "rank_90d": 170,
  "raw_hash": "1914e78f10690f3a",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/l/luajit.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "2.1.1781602682",
  "versioned_formulae": [],
  "why_use_this": "LuaJIT executes Lua code 10-100x faster than the stock interpreter through aggressive tracing JIT compilation, making it ideal for performance-critical embedded scripting, game engines, and real-time systems. It\u0027s a drop-in replacement for standard Lua but with better C FFI support and lower memory overhead, widely used in Roblox, Redis modules, and embedded applications."
}