# dotslash mit Homebrew, Nix, pacman, scoop installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für dotslash in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install dotslash
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

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

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

## Paketfakten

- **Paketschlüssel:** brew:dotslash
- **Paketmanager:** Homebrew
- **Version:** 0.5.9
- **Quellzusammenfassung:** Simplified executable deployment
- **Homepage:** <https://dotslash-cli.com>
- **Repository:** <https://github.com/facebook/dotslash>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- dotslash (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.5.9
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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

### Quellen

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


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Andere Paketmanager-Einträge

- 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


## Verwandte Links

- [dotslash](https://pkg.so/de/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)


## Quellen

- 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
