macOS
brew install fennellocal Homebrew formula metadata
brew
fennel のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install fennellocal Homebrew formula metadata
sudo apk add fennelAlpine Linux edge package indexes · fennel · ソース: dl-cdn.alpinelinux.org
sudo apt install fennelDebian stable package indexes · fennel · ソース: deb.debian.org
sudo dnf install fennelFedora Rawhide package metadata · fennel · ソース: dl.fedoraproject.org
sudo pacman -S fennelArch Linux sync databases · fennel · ソース: geo.mirror.pkgbuild.com
概要
Lua Lisp Language
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
fennel | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/bakpakin/Fennel
インストールメタデータ
| パッケージキー | brew:fennel |
|---|---|
| バージョン | 1.6.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/fennel |
| ホームページ | https://fennel-lang.org |
| リポジトリ | https://github.com/bakpakin/Fennel |
| 上流ドキュメント | https://fennel-lang.org/ |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/bakpakin/Fennel/archive/refs/tags/1.6.1.tar.gz |
| 依存関係 | lua |
| ビルド依存関係 | luajit |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 fennelソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.