https://github.com/lde-org/lj-dist
Automatic builds of LuaJIT distributed as static libraries for the sake of creating single executable applications
https://github.com/lde-org/lj-dist
lde lua luajit luajit-builds
Last synced: about 1 month ago
JSON representation
Automatic builds of LuaJIT distributed as static libraries for the sake of creating single executable applications
- Host: GitHub
- URL: https://github.com/lde-org/lj-dist
- Owner: lde-org
- Created: 2026-01-16T21:41:38.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2026-04-11T23:44:30.000Z (3 months ago)
- Last Synced: 2026-05-01T10:34:21.773Z (2 months ago)
- Topics: lde, lua, luajit, luajit-builds
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lj-dist
> ⚠️ This repository has been superceded by https://github.com/lde-org/luajit which contains the same builds
This repository serves to provide up to date builds of LuaJIT as a binary and static library containing development headers for common platforms. They can then be used by something to link to and use lua, especially useful for creation of single executable applications. This was made for the [lpm](https://github.com/codebycruz/lpm) project.
## Supported Platforms
Here's a table of supported platforms and download links to the `luajit` binary.
| Platform | Architecture | libc | Download |
| ----------- | ----------------------- | ------------- | --------------------------------------------------------------------------------------------------------------- |
| **Linux** | x86-64 | glibc (2.35+) | [✅ Download](https://github.com/codebycruz/lj-dist/releases/latest/download/luajit-linux-x86-64-gnu.tar.gz) |
| **Linux** | aarch64 (ARM64) | glibc (2.35+) | [✅ Download](https://github.com/codebycruz/lj-dist/releases/latest/download/luajit-linux-aarch64-gnu.tar.gz) |
| **Linux** | aarch64 (ARM64) | musl | [✅ Download](https://github.com/codebycruz/lj-dist/releases/latest/download/luajit-linux-aarch64-musl.tar.gz) |
| **Windows** | x86-64 | - | [✅ Download](https://github.com/codebycruz/lj-dist/releases/latest/download/luajit-windows-x86-64-gnu.tar.gz) |
| **Windows** | aarch64 (ARM64) | - | [✅ Download](https://github.com/codebycruz/lj-dist/releases/latest/download/luajit-windows-aarch64-gnu.tar.gz) |
| **macOS** | x86-64 (Intel) | - | [✅ Download](https://github.com/codebycruz/lj-dist/releases/download/latest/luajit-macos-x86-64.tar.gz) |
| **macOS** | aarch64 (Apple Silicon) | - | [✅ Download](https://github.com/codebycruz/lj-dist/releases/download/latest/luajit-macos-aarch64.tar.gz) |
If you need to get the library instead, check out the [release](https://github.com/codebycruz/lj-dist/releases/latest) page manually and download the corresponding `libluajit`, although you would usually do this programmatically.
## Download
The latest builds are always available both as Github Actions artifacts, or in the latest release.