# Installer sbt avec Homebrew, chocolatey, MacPorts, Nix, pacman, scoop, winget

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

## installation

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

## Réponse sur la sécurité des agents

sbt builds Scala projects and can publish artifacts to repositories.

- **Accès aux identifiants:** Reads credentials files, environment variables, and repository config.
- **Modification distante:** Can run tasks and plugins that publish or call remote services.
- **Risque de publication ou d'artéfact:** Can publish jars, plugins, and release metadata.
- **Contrôle recommandé:** Gate publish, release, and credentialed repository tasks.
- **Conseils d'utilisation par les agents:** Allow compile/test; require approval for publish, release, and secret-backed tasks.

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install sbt
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install sbt
```

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

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

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

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

- Scoop (92%):

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

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

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

## Faits du paquet

- **Clé du paquet:** brew:sbt
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.0.4
- **Résumé source:** Build tool for Scala projects
- **Page d'accueil:** <https://www.scala-sbt.org/>
- **Dépôt:** <https://github.com/sbt/sbt>
- **Dernière mise à jour:** 2026-07-27T00:52:27Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- sbt (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2.0.4

## Notes de sécurité

generalized runtime or code generation signal.

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


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Credential files

- Unix: ~/.sbt/.credentials
## Autres enregistrements de gestionnaires de paquets

- Nix - sbt: normalized package name match | nixpkgs package indexes: sbt from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- pacman - sbt - 1:2.0.3-1: normalized package name match | Arch Linux sync databases: sbt from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | The interactive build tool | https://www.scala-sbt.org/
- MacPorts - sbt: normalized package name match | MacPorts ports tree: devel/sbt/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - sbt: normalized package name match | Chocolatey community package catalog: sbt from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','samsung-magician'
- Scoop - main/sbt: normalized package name match | Scoop official bucket manifest trees: bucket/sbt.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - sbt.sbt: normalized package name match | Windows Package Manager source index: sbt.sbt from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/sbt.yml](https://github.com/mxcl/pkgdb/blob/main/combined/sbt.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
- curated agent safety answer
