# darklua を Homebrew, Nix でインストール

darklua のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:darklua
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install darklua
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#darklua
```

  証拠: nixpkgs package indexes: pkgs/by-name/da/darklua/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:darklua
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.19.0
- **ソース概要:** Command-line tool that transforms Lua code
- **ホームページ:** <https://darklua.com/>
- **リポジトリ:** <https://github.com/seaofvoices/darklua>
- **最終更新:** 2026-06-11T00:07:22Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- darklua (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.19.0
## プロジェクトの歴史と使われ方

darklua is a Rust command-line tool for transforming Lua 5.1 and Roblox Luau code with configurable rules.

### プロジェクトの歴史

The official README presents darklua as a configurable Lua and Luau transformer with a documentation site, browser try-it page, prebuilt GitHub releases, and installation instructions for Roblox-oriented toolchains such as Rokit and Foreman.

### 採用の歴史

The changelog shows an early 0.x evolution from basic processing rules into Luau support, bundling, sourcemap work, typed Luau handling, file watching, content loaders, and richer code-generation options. README badges point to crates.io packaging and GitHub release downloads.

### 使われ方

Users run darklua to process or bundle Lua and Luau source trees. The docs say darklua auto-detects .darklua.json or .darklua.json5 in the current working folder, accepts an explicit --config path, and reads .luaurc data for Luau alias handling in relevant bundling modes.

### パッケージ好きにとっての重要性

darklua is notable in package catalogs because it connects Rust-distributed CLI tooling with the Roblox/Luau ecosystem, giving Lua projects a packageable transformer/minifier/bundler workflow similar to what JavaScript developers expect from build tools.

### タイムライン

- 0.1.0: Initial changelog entry.
- 0.5.0: Added Luau syntax support through full-moon.
- 0.10.0: Added path-require bundling and snake_case configuration.
- 0.16.0: Added .luaurc path alias reading for Luau configuration.
- 2026: v0.19.0 added content loaders and expanded file-processing support.

### Related projects

- The README and docs connect darklua to Luau, Roblox, Rokit, Foreman, crates.io, full-moon, and Rojo-style sourcemap workflows.

### ソース

- <https://darklua.com/docs>
- <https://github.com/seaofvoices/darklua>
- <https://github.com/seaofvoices/darklua/blob/main/CHANGELOG.md>
- <https://github.com/seaofvoices/darklua/releases>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: .darklua.json, .darklua.json5, .luaurc
## 他のパッケージマネージャ記録

- Nix - darklua: normalized package name match | nixpkgs package indexes: pkgs/by-name/da/darklua/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/darklua.yml](https://github.com/mxcl/pkgdb/blob/main/combined/darklua.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
