# Installer darklua avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de darklua pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install darklua
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Faits du paquet

- **Clé du paquet:** brew:darklua
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.19.0
- **Résumé source:** Command-line tool that transforms Lua code
- **Page d'accueil:** <https://darklua.com/>
- **Dépôt:** <https://github.com/seaofvoices/darklua>
- **Dernière mise à jour:** 2026-06-11T00:07:22Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- darklua (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.19.0
## Historique du projet et usages

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

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- 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
## Autres enregistrements de gestionnaires de paquets

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


## Sources

- 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
