# Installer lune avec Homebrew, Nix, winget

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

## installation

```sh
sudo av install brew:lune
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install lune
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#lune
```

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

### Windows

- winget (92%):

```sh
winget install --id Lune.Lune -e
```

  Preuve: Windows Package Manager source index: Lune.Lune from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:lune
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/lune>
- **Version:** 0.10.5
- **Résumé source:** Standalone Luau script runtime
- **Page d'accueil:** <https://lune-org.github.io/docs>
- **Dépôt:** <https://github.com/lune-org/lune>
- **Docs amont:** <https://github.com/lune-org/lune#readme>
- **Licence:** MPL-2.0
- **Archive source:** <https://github.com/lune-org/lune/archive/refs/tags/v0.10.5.tar.gz>
- **Dernière mise à jour:** 2026-07-03T00:33:35Z
- **Généré:** 2026-07-08T07:18:31+00:00

## exécutables

- lune (cli)
- lune (alias)

## Dépendances de compilation

- cmake
- rust

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 0.10.5
- gestionnaire mis à jour: 2026-07-03
- données locales: OK
- dépôt amont: https://github.com/lune-org/lune
- dernière version détectée: v0.10.5 (à jour)
## Historique du projet et usages

Lune is a standalone Luau runtime. Its documentation presents it as a way to write and run Luau programs in the style of standalone runtimes such as Node.js, Deno, Bun, or Luvit, with asynchronous APIs and a Rust implementation.

### Historique du projet

The lune-org/lune repository was created in 2023. The project frames Luau as a general scripting environment rather than only an embedded Roblox language, while still including Roblox-oriented compatibility such as a familiar task scheduler and optional APIs for manipulating Roblox place and model files.

The documentation emphasizes a small executable, filesystem/networking/stdio APIs, editor-friendly documentation, and a command-line workflow around `lune run` and `lune list`.

### Historique d'adoption

Lune's official installation documentation identifies Rokit, a Roblox toolchain manager, as the preferred installation path, then documents GitHub Releases, Scoop, Homebrew, AUR, Nix, Cargo, and binstall paths. The supplied package metadata also lists Homebrew, Nix, and winget.

This broad packaging surface is part of Lune's adoption story: it serves Roblox/Luau developers who want a script runner available through the package manager they already use.

### Modes d'utilisation

A typical script is run with `lune run script-name`, and the docs say Lune searches the current directory, `lune` and `.lune` subdirectories, and corresponding home-directory folders for `.luau` or `.lua` scripts.

`lune list` enumerates scripts found in `lune` or `.lune` directories, and `lune run -` executes a script from standard input, which makes it useful for command-line pipelines and local automation.

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

Lune is notable in package history because it packages Luau as a standalone language runtime rather than as an engine-embedded scripting language. That gives package managers something closer to a `node` or `deno` analogue for Luau scripts.

Its official docs explicitly discuss multiple package ecosystems, including Homebrew and Nix, which makes it a good example of a modern language runtime treating package-manager availability as part of the product.

### Chronologie

- 2023: lune-org/lune repository created.
- 2025: v0.10.4 release published on GitHub.
- 2026: Repository metadata shows ongoing maintenance activity.

### Related projects

- Luau is the language runtime target.
- Node.js, Deno, Bun, and Luvit are named by upstream as comparable standalone runtimes.
- Rokit, Foreman, Aftman, Homebrew, Nix, Scoop, Cargo, and binstall are documented installation or toolchain channels.

### Sources

- <https://api.github.com/repos/lune-org/lune>
- <https://api.github.com/repos/lune-org/lune/releases/latest>
- <https://github.com/lune-org/lune#readme>
- <https://lune-org.github.io/docs/>
- <https://lune-org.github.io/docs/getting-started/1-installation/>
- <https://lune-org.github.io/docs/getting-started/2-command-line-usage/>
- source_facts.package-manager


## Notes de sécurité

generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- generalized runtime or code generation signal

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** lune
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Autres enregistrements de gestionnaires de paquets

- Nix - lune: normalized package name match | nixpkgs package indexes: pkgs/by-name/lu/lune/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- winget - Lune.Lune: normalized package name match | Windows Package Manager source index: Lune.Lune from https://cdn.winget.microsoft.com/cache/source.msix
- winget - saraansx.Lune: normalized package name match | Windows Package Manager source index: saraansx.Lune from https://cdn.winget.microsoft.com/cache/source.msix


## Liens liés

- [Source-control packages](https://www.automicvault.com/fr/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://www.automicvault.com/fr/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://www.automicvault.com/fr/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [cmake](https://www.automicvault.com/fr/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [rust](https://www.automicvault.com/fr/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [gauche](https://www.automicvault.com/fr/pkg/brew/gauche/) - Shares av.db curated category or tags: cli, language-runtime, runtime, scripting.
- [luau](https://www.automicvault.com/fr/pkg/brew/luau/) - Shares av.db curated category or tags: cli, language-runtime, luau, scripting.
- [perl](https://www.automicvault.com/fr/pkg/brew/perl/) - Shares av.db curated category or tags: cli, language-runtime, runtime, scripting.
- [php](https://www.automicvault.com/fr/pkg/brew/php/) - Shares av.db curated category or tags: cli, language-runtime, runtime, scripting.
- [planck](https://www.automicvault.com/fr/pkg/brew/planck/) - Shares av.db curated category or tags: cli, language-runtime, runtime, scripting.
- [rune](https://www.automicvault.com/fr/pkg/brew/rune/) - Shares av.db curated category or tags: cli, language-runtime, rust, scripting.
- [ammonite-repl](https://www.automicvault.com/fr/pkg/brew/ammonite-repl/) - Shares av.db curated category or tags: cli, language-runtime, scripting.
- [bigloo](https://www.automicvault.com/fr/pkg/brew/bigloo/) - Shares av.db curated category or tags: cli, language-runtime, runtime.

## Combined YAML source

View the package source record on GitHub. [combined/lune.yml](https://github.com/automic-vault/db/blob/main/combined/lune.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
