# Installer dotslash avec Homebrew, Nix, pacman, scoop

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

## installation

```sh
sudo av install brew:dotslash
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install dotslash
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#dotslash
```

  Preuve: nixpkgs package indexes: pkgs/by-name/do/dotslash/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S dotslash
```

  Preuve: Arch Linux sync databases: dotslash from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/dotslash
```

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

## Faits du paquet

- **Clé du paquet:** brew:dotslash
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.5.9
- **Résumé source:** Simplified executable deployment
- **Page d'accueil:** <https://dotslash-cli.com>
- **Dépôt:** <https://github.com/facebook/dotslash>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- dotslash (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.5.9
## Historique du projet et usages

DotSlash is Meta's command-line tool for representing platform-specific heavyweight executables as small text files that fetch, verify, and run the correct binary on demand. It is aimed at executable deployment inside source repositories and reproducible build environments.

### Historique du projet

Meta announced DotSlash publicly on February 6, 2024 as an open-source developer-infrastructure tool. The first GitHub release, v0.1.0, was published the same day, and subsequent 2024 and 2025 releases iterated on the executable-deployment model.

### Historique d'adoption

DotSlash grew from the internal need to vendor large toolchain binaries without bloating repositories or relying on each developer's host environment. Its package-manager adoption includes Homebrew, Nix, pacman, and Scoop entries, which made the `dotslash` interpreter easier to install across common workstation setups.

### Modes d'utilisation

Developers create small executable DotSlash files that describe per-platform providers, sizes, hashes, archive formats, and paths. On first execution, DotSlash downloads and verifies the matching artifact; later executions reuse the cached binary.

### Pourquoi les passionnés de paquets s'y intéressent

DotSlash is package-nerd bait because it sits between vendoring, lockfiles, binary caches, and hermetic build tooling. It treats executable resolution as data checked into source control, while leaving the large artifacts outside the repository and verifying them with content hashes.

### Chronologie

- 2024: Meta announced DotSlash and published v0.1.0 on February 6.
- 2024: The project shipped several early releases through v0.4.x.
- 2025: v0.5.x releases continued the public release train.

### Related projects

- Buck2
- Bazel
- Nix
- Scoop
- Homebrew

### Sources

- <https://engineering.fb.com/2024/02/06/developer-tools/dotslash-simplified-executable-deployment/>
- <https://github.com/facebook/dotslash>
- <https://dotslash-cli.com/docs>
- <https://api.github.com/repos/facebook/dotslash/releases?per_page=100>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Nix - dotslash: normalized package name match | nixpkgs package indexes: pkgs/by-name/do/dotslash/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - dotslash - 0.5.8-1: normalized package name match | Arch Linux sync databases: dotslash from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Command-line tool to facilitate fetching an executable, caching it, and then running it | https://github.com/facebook/dotslash
- Scoop - main/dotslash: normalized package name match | Scoop official bucket manifest trees: bucket/dotslash.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Liens liés

- [dotslash](https://pkg.so/fr/pkg/cargo/dotslash/) - Same normalized package name exists in another local package ecosystem.

## Combined YAML source

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


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
