# starlark-rust を Homebrew, Nix でインストール

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

## インストール

```sh
sudo av install brew:starlark-rust
```

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

### macOS

- Homebrew (100%):

```sh
brew install starlark-rust
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#starlark-rust
```

  証拠: nixpkgs package indexes: pkgs/by-name/st/starlark-rust/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:starlark-rust
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/starlark-rust>
- **バージョン:** 0.14.0
- **ソース概要:** Rust implementation of the Starlark language
- **ホームページ:** <https://github.com/facebook/starlark-rust>
- **リポジトリ:** <https://github.com/facebook/starlark-rust>
- **上流ドキュメント:** <https://github.com/facebook/starlark-rust#readme>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://github.com/facebook/starlark-rust/archive/refs/tags/v0.14.0.tar.gz>
- **最終更新:** 2026-06-01T14:43:06Z
- **生成日時:** 2026-07-25T07:20:51+00:00

## 実行可能ファイル

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

## ビルド依存関係

- rust

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-07-25
- マネージャ版: 0.14.0
- マネージャ更新日: 2026-06-01
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/facebook/starlark-rust
- 検出された最新: v0.14.0 (最新)
## プロジェクトの歴史と使われ方

Starlark in Rust is Meta's Rust implementation of the Starlark configuration language, with a command-line binary that can run a REPL, evaluator, linter, and IDE-related tooling for standard Starlark.

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

The README states that facebook/starlark-rust is the canonical repository and that the project was started by Damien Martin-Guillerez. It also notes that version 0.4.0 changed ownership from Google to Meta.

The project exists in the ecosystem of Starlark implementations used by build systems. The README names Bazel, Buck, and Buck2 as Starlark users and says Buck2 depends on this library.

### 採用の歴史

The input package facts show the project packaged for Homebrew and Nix, making the `starlark` binary available outside Rust's Cargo ecosystem.

Adoption is mostly developer-infrastructure adoption rather than end-user CLI adoption: most consumers embed the Rust library into build and configuration systems, while the packaged binary is useful for experiments, linting, and basic standard-Starlark evaluation.

### 使われ方

The README describes six components, including parser, evaluator, derive macros, map structures, LSP support, and `starlark_bin`, the binary exposed through the command line.

The README cautions that most Starlark embeddings add domain-specific functions and data types, so the packaged binary is most useful as a vanilla Starlark test bed or linter rather than a drop-in evaluator for every Starlark file from a large build system.

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

Package maintainers care about starlark-rust because Starlark is configuration language infrastructure. A standalone packaged interpreter/linter gives developers a way to test and inspect Starlark without installing a full build system.

The project is also notable because it bridges Rust packaging, language tooling, and build-system internals: the CLI is small enough to package, while the library is significant because Buck2 depends on it.

### タイムライン

- 2021: Public GitHub issue #1 discussed compatibility with the Starlark specification.
- v0.4.0: README says ownership changed from Google to Meta.
- 2026: GitHub repository page lists version 0.14 as the latest release.

### Related projects

- Related projects include the Java and Go Starlark implementations, Bazel, Buck, and Buck2.
- The README says the Rust implementation mostly follows the Starlark standard while documenting known compatibility differences.

### ソース

- <https://github.com/facebook/starlark-rust#readme>
- <https://github.com/facebook/starlark-rust/issues/1>
- source_facts.package-manager


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

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

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

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

- Nix - starlark-rust: normalized package name match | nixpkgs package indexes: pkgs/by-name/st/starlark-rust/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Nix - starlark: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/st/starlark/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/ja/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [rust](https://www.automicvault.com/ja/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [action-validator](https://www.automicvault.com/ja/pkg/brew/action-validator/) - Shares av.db curated category or tags: cli, developer-tools, linter, rust.
- [dotenv-linter](https://www.automicvault.com/ja/pkg/brew/dotenv-linter/) - Shares av.db curated category or tags: cli, developer-tools, linter, rust.
- [droast](https://www.automicvault.com/ja/pkg/brew/droast/) - Shares av.db curated category or tags: cli, developer-tools, linter, rust.
- [mado](https://www.automicvault.com/ja/pkg/brew/mado/) - Shares av.db curated category or tags: cli, developer-tools, linter, rust.
- [oxlint](https://www.automicvault.com/ja/pkg/brew/oxlint/) - Shares av.db curated category or tags: cli, developer-tools, linter, rust.
- [ruff](https://www.automicvault.com/ja/pkg/brew/ruff/) - Shares av.db curated category or tags: cli, developer-tools, linter, rust.
- [rumdl](https://www.automicvault.com/ja/pkg/brew/rumdl/) - Shares av.db curated category or tags: cli, developer-tools, linter, rust.
- [selene](https://www.automicvault.com/ja/pkg/brew/selene/) - Shares av.db curated category or tags: cli, developer-tools, linter, rust.
- [statix](https://www.automicvault.com/ja/pkg/brew/statix/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, language, linter.
- [jrsonnet](https://www.automicvault.com/ja/pkg/brew/jrsonnet/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, implementation, language.

## Combined YAML source

View the package source record on GitHub. [combined/starlark-rust.yml](https://github.com/automic-vault/db/blob/main/combined/starlark-rust.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
