Install latest release:
curl -fsSL https://raw.githubusercontent.com/prometheus-lua/Prometheus/master/install.sh | shVerify installation:
prometheus-lua --versionUpdate later:
prometheus-lua updateThe release bundle includes a Lua runtime (runtime/lua), so you do not need a separate Lua install for packaged CLI usage.
git clone https://github.com/prometheus-lua/Prometheus.git
cd Prometheus
lua ./cli.lua --versionThen run obfuscation:
lua ./cli.lua --preset Medium ./your_file.luaFor source usage, Prometheus expects a Lua runtime (LuaJIT, lua5.1, or lua).