macOS
brew install fennellocal Homebrew formula metadata
brew
Lua Lisp Language. Version 1.6.1 via Homebrew; verified from local package data.
install
brew install fennellocal Homebrew formula metadata
sudo apk add fennelAlpine Linux edge package indexes · fennel · source: dl-cdn.alpinelinux.org
sudo apt install fennelDebian stable package indexes · fennel · source: deb.debian.org
sudo dnf install fennelFedora Rawhide package metadata · fennel · source: dl.fedoraproject.org
sudo pacman -S fennelArch Linux sync databases · fennel · source: geo.mirror.pkgbuild.com
overview
Lua Lisp Language
history
Fennel is a Lisp-family programming language that compiles to Lua. Its project identity is tied to small, embeddable tooling: the README describes it as a one-file library and executable, with full Lua compatibility, compile-time macros, and compiled output that does not require Fennel at runtime.
The public GitHub repository dates to 2016, while the project's release history records early public releases beginning with 0.1.0 in November 2018. The language developed around the idea that Lua's runtime and embedding story could be paired with Lisp syntax, macros, destructuring, pattern matching, and a stricter approach to accidental globals.
Fennel reached 1.0.0 in December 2021, after several years of 0.x releases. Its changelog shows steady post-1.0 language and tooling work through the 1.4, 1.5, and 1.6 series, including compiler API additions, REPL improvements, macro-related changes, better source-map-aware debugging helpers, and compatibility work across Lua versions.
Fennel's adoption path has been typical of a niche language with strong package-manager culture: source builds and a self-contained executable first, then distribution through language and OS package channels. Homebrew packages it as `fennel`, and the input package metadata also records packages in apk, Debian, Fedora, and Arch ecosystems.
The project documentation emphasizes a live browser REPL, a page for inspecting generated Lua, IRC and Matrix community channels, a mailing list, and a wiki. That gives Fennel a small but durable language-community footprint rather than the adoption profile of a general-purpose mainstream runtime.
Users run `fennel` as a compiler, REPL, and scripting tool, or embed the one-file library into Lua-hosted applications. The README highlights that Fennel code can call Lua libraries directly and can be compiled so shipped programs have no runtime dependency on Fennel itself.
Fennel tends to appear where Lua is already attractive: games, editors, small tools, embeddable application scripting, and environments where LuaJIT or stock Lua is already available. Package users care that the command-line tool is easy to install while still producing plain Lua output.
For package maintainers, Fennel is interesting because it is both a language implementation and a small CLI artifact. It has minimal runtime expectations compared with larger language stacks, but it still needs careful Lua-version compatibility and documentation around source builds, standalone scripts, and generated Lua.
Its presence across Homebrew and several Linux distributions makes it a representative example of a niche programming language that crossed from source-only usage into normal OS package workflows without becoming a heavyweight runtime.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
fennel | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/bakpakin/Fennel
install metadata
| Package key | brew:fennel |
|---|---|
| Version | 1.6.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/fennel |
| Homepage | https://fennel-lang.org |
| Repository | https://github.com/bakpakin/Fennel |
| Upstream docs | https://fennel-lang.org/ |
| License | MIT |
| Source archive | https://github.com/bakpakin/Fennel/archive/refs/tags/1.6.1.tar.gz |
| Dependencies | lua |
| Build dependencies | luajit |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | fennel |
| Version Scheme | 0 |
| Revision | 1 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
fennel 1.5.3+dfsg-2
Lisp-based programming language for the Lua runtime
sudo apt install fennelfennel 1.6.1-r0
A Lua Lisp Language
sudo apk add fennelfennel-doc 1.6.1-r0
A Lua Lisp Language (documentation)
sudo apk add fennel-docfennel-lua 1.6.1-r0
Fennel Lua Library
sudo apk add fennel-luafennel5.1 1.6.1-r0
A Lua Lisp Language for Lua 5.1
sudo apk add fennel5.1fennel5.2 1.6.1-r0
A Lua Lisp Language for Lua 5.2
sudo apk add fennel5.2fennel5.3 1.6.1-r0
A Lua Lisp Language for Lua 5.3
sudo apk add fennel5.3fennel5.4 1.6.1-r0
A Lua Lisp Language for Lua 5.4
sudo apk add fennel5.4fennel5.5 1.6.1-r0
A Lua Lisp Language for Lua 5.5
sudo apk add fennel5.5fenneljit 1.6.1-r0
A Lua Lisp Language for Lua jit
sudo apk add fenneljitfennel 1.6.1-4.fc45
A Lisp that compiles to Lua
sudo dnf install fennelfennel 1.6.1-3
A Lua Lisp language
sudo pacman -S fennelsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.