# sbt をインストール

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

## インストール

```sh
sudo av install brew:sbt
```

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

### macOS

- Homebrew (100%):

```sh
brew install sbt
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install sbt
```

  証拠: MacPorts ports tree: devel/sbt/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#sbt
```

  証拠: nixpkgs package indexes: sbt from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S sbt
```

  証拠: Arch Linux sync databases: sbt from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Chocolatey (92%):

```sh
choco install sbt
```

  証拠: Chocolatey community package catalog: sbt from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','rust-analyzer'

- Scoop (92%):

```sh
scoop install main/sbt
```

  証拠: Scoop official bucket manifest trees: bucket/sbt.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

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

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

## パッケージ情報

- **パッケージキー:** brew:sbt
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/sbt>
- **バージョン:** 1.12.11
- **ソース概要:** Build tool for Scala projects
- **ホームページ:** <https://www.scala-sbt.org/>
- **リポジトリ:** <https://github.com/sbt/sbt>
- **上流ドキュメント:** <https://www.scala-sbt.org/>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://github.com/sbt/sbt/releases/download/v1.12.11/sbt-1.12.11.tgz>
- **更新:** 2026-05-02T21:37:09Z
- **生成ソース:** 2026-05-26T22:45:13+00:00

## 実行可能ファイル

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

## 依存関係

- openjdk

## インストール挙動

- post-install フック: 未定義
- Caveats: You can use $SBT_OPTS to pass additional JVM options to sbt. Project specific options should be placed in .sbtopts in the root of your project. Global settings should be placed in $HOMEBREW_PREFIX/etc/sbtopts The installation does not include `sbtn`.
- Bottle: 利用可能 対象 all

## 鮮度

- ページ生成日: 2026-05-26
- マネージャ版: 1.12.11
- マネージャ更新日: 2026-05-02
- ローカルデータ: ok
- 上流リポジトリ: https://github.com/sbt/sbt
- info: No cached GitHub release or tag data was available.

## セキュリティノート

generalized runtime or code generation signal.

- **Geiger リスク:** yellow / medium
- generalized runtime or code generation signal
- **radioisotope:** Plain Text sbt Repository Credentials

## 関連リンク

- [openjdk](https://www.automicvault.com/pkg/brew/openjdk/) - Runtime dependency declared by Homebrew.
- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/)

## ソース

- Nucleus package database
- Geiger risk classifier
- radioisotope security manifest
- local isotope README
- package-page enrichment
- package version freshness
- package relationship graph
- cross-ecosystem install command graph
