luajit

A just-in-time compiler (JIT) for the Lua programming language. See also: lua. More information: <https://luajit.org/luajit.html>.

Install

All systems
curl cmd.cat/luajit.sh
Debian Debian
apt-get install luajit
Ubuntu
apt-get install luajit
Alpine
apk add luajit
Arch Arch Linux
pacman -S luajit
image/svg+xml Kali Linux
apt-get install luajit
Fedora
dnf install luajit
Windows (WSL2)
sudo apt-get update sudo apt-get install luajit
OS X
brew install luajit
Raspbian
apt-get install luajit
Docker
docker run cmd.cat/luajit luajit powered by Commando

A just-in-time compiler (JIT) for the Lua programming language. See also: lua. More information: <https://luajit.org/luajit.html>.

  • Start an interactive Lua shell:
    luajit
  • Execute a Lua script:
    luajit path/to/script.lua --optional-argument
  • Execute a Lua expression:
    luajit -e 'print("Hello World")'

© tl;dr; authors and contributors