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

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

## インストール

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

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

### macOS

- Homebrew (100%):

```sh
brew install lune
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  証拠: 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
```

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

## パッケージ情報

- **パッケージキー:** brew:lune
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/lune>
- **バージョン:** 0.10.5
- **ソース概要:** Standalone Luau script runtime
- **ホームページ:** <https://lune-org.github.io/docs>
- **リポジトリ:** <https://github.com/lune-org/lune>
- **上流ドキュメント:** <https://github.com/lune-org/lune#readme>
- **ライセンス:** MPL-2.0
- **ソースアーカイブ:** <https://github.com/lune-org/lune/archive/refs/tags/v0.10.5.tar.gz>
- **最終更新:** 2026-07-03T00:33:35Z
- **生成日時:** 2026-07-08T07:18:31+00:00

## 実行可能ファイル

- lune (cli)
- lune (エイリアス)

## ビルド依存関係

- cmake
- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 0.10.5
- マネージャ更新日: 2026-07-03
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/lune-org/lune
- 検出された最新: v0.10.5 (最新)
## プロジェクトの歴史と使われ方

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.

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

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

### 採用の歴史

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.

### 使われ方

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.

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

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.

### タイムライン

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

### ソース

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


## セキュリティノート

generalized runtime or code generation signal.

- **Geiger リスク:** yellow / 中
- generalized runtime or code generation signal

## ソースデータベース詳細

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

## 他のパッケージマネージャ記録

- 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


## 関連リンク

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


## ソース

- 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
