# darklua mit Homebrew, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für darklua in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install darklua
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Paketfakten

- **Paketschlüssel:** brew:darklua
- **Paketmanager:** Homebrew
- **Version:** 0.19.0
- **Quellzusammenfassung:** Command-line tool that transforms Lua code
- **Homepage:** <https://darklua.com/>
- **Repository:** <https://github.com/seaofvoices/darklua>
- **Zuletzt aktualisiert:** 2026-06-11T00:07:22Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- darklua (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.19.0
## Projektgeschichte und Nutzung

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

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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.

### Quellen

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


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- 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
## Andere Paketmanager-Einträge

- 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)


## Quellen

- 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
