# lune mit Homebrew, Nix, winget installieren

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

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install lune
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  Evidenz: 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
```

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

## Paketfakten

- **Paketschlüssel:** brew:lune
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/lune>
- **Version:** 0.10.5
- **Quellzusammenfassung:** Standalone Luau script runtime
- **Homepage:** <https://lune-org.github.io/docs>
- **Repository:** <https://github.com/lune-org/lune>
- **Upstream-Dokumentation:** <https://github.com/lune-org/lune#readme>
- **Lizenz:** MPL-2.0
- **Quellarchiv:** <https://github.com/lune-org/lune/archive/refs/tags/v0.10.5.tar.gz>
- **Zuletzt aktualisiert:** 2026-07-03T00:33:35Z
- **Generiert:** 2026-07-08T07:18:31+00:00

## Executables

- lune (cli)
- lune (Alias)

## Build-Abhängigkeiten

- cmake
- rust

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-07-08
- Manager-Version: 0.10.5
- Manager aktualisiert: 2026-07-03
- lokale Daten: OK
- Upstream-Repository: https://github.com/lune-org/lune
- neueste erkannte Version: v0.10.5 (aktuell)
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

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

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.

### Zeitleiste

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

### Quellen

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


## Sicherheitshinweise

generalized runtime or code generation signal.

- **Geiger-Risiko:** yellow / mittel
- generalized runtime or code generation signal

## Details aus der Quelldatenbank

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

## Andere Paketmanager-Einträge

- 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


## Verwandte Links

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


## Quellen

- 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
