macOS
brew install dotslashlocal Homebrew formula metadata
brew / rank 3630
Simplified executable deployment. Version 0.5.9 via Homebrew; verified from local package data. Also installable with nix: nix profile install nixpkgs#dotslash.
install
brew install dotslashlocal Homebrew formula metadata
nix profile install nixpkgs#dotslashnixpkgs package indexes · pkgs/by-name/do/dotslash/package.nix · source: api.github.com
sudo pacman -S dotslashArch Linux sync databases · dotslash · source: geo.mirror.pkgbuild.com
scoop install main/dotslashScoop official bucket manifest trees · bucket/dotslash.json · source: api.github.com
overview
Simplified executable deployment
history
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.
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.
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.
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.
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
dotslash | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:dotslash |
|---|---|
| Version | 0.5.9 |
| Package manager | Homebrew |
| Homepage | https://dotslash-cli.com |
| Repository | https://github.com/facebook/dotslash |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
dotslash
nix profile install nixpkgs#dotslashdotslash 0.5.8-1
Command-line tool to facilitate fetching an executable, caching it, and then running it
https://github.com/facebook/dotslash
sudo pacman -S dotslashmain/dotslash
scoop install main/dotslashsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.