# Installer dotter avec Homebrew, apt, Nix, scoop, winget

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

## installation

```sh
sudo av install brew:dotter
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install dotter
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install dotter
```

  Preuve: Debian stable package indexes: dotter from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#dotter
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/dotter
```

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

- winget (92%):

```sh
winget install --id SuperCuber.Dotter -e
```

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

## Faits du paquet

- **Clé du paquet:** brew:dotter
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.13.5
- **Résumé source:** Dotfile manager and templater written in rust
- **Page d'accueil:** <https://github.com/SuperCuber/dotter>
- **Dépôt:** <https://github.com/SuperCuber/dotter>
- **Dernière mise à jour:** 2026-07-13T21:14:05Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- dotter (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

dotter is a Rust dotfile manager and templater for users who keep their shell, editor, desktop, and application configuration in a version-controlled dotfiles repository. It packages the common symlink-farm workflow into a single CLI with package selection, templating, deployment, undeployment, and watch modes.

### Historique du projet

The public GitHub repository was created in May 2017 and describes Dotter as a response to the friction of managing many dotfiles by hand: tracking what links where, bootstrapping a new machine, and handling per-machine differences. Its default configuration names, `.dotter/global.toml` and `.dotter/local.toml`, reflect that split between shared packages and local machine choices.

Dotter's history sits in the post-chezmoi, post-rcm era of dotfile tooling, where users wanted more than raw symlinks but less than a full configuration-management system. Its use of Rust, TOML, and Handlebars-style templating made it attractive to package-manager users who prefer a small static CLI for personal environment reproducibility.

### Historique d'adoption

The official README documents installation through Homebrew, Scoop, Cargo, AUR packages, and release binaries. The repository API shows continuing maintenance through releases such as v0.13.4 in 2025 and activity into 2026, while Homebrew packaging gives macOS users the familiar `brew install dotter` path.

Dotter has remained a niche but visible dotfiles tool rather than a platform. Its adoption is mostly among terminal-heavy users who keep dotfiles in Git and want templated deployment without pulling in a general-purpose automation stack.

### Modes d'utilisation

Dotter is run from inside a dotfiles repository. Users declare packages and target paths, select machine-local packages in local configuration, then run `dotter` or `dotter deploy` to create symlinks or render templates to their target locations.

The CLI also supports `init`, `watch`, `undeploy`, shell completion generation, dry runs, verbose diffs, force overwrites, pre/post deploy hooks, and cache paths. Those options make it scriptable enough for package bootstrap flows while still being centered on personal configuration files.

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

For package nerds, Dotter is another specimen in the dotfiles-manager family: opinionated enough to encode host-specific deployment, but small enough to ship as one Rust executable across Homebrew, Scoop, Cargo, and distro channels.

It is significant less because it invented dotfile management and more because it captures a durable packaging pattern: a personal-environment tool whose real value is reproducible state, boring config files, and easy installability on a freshly provisioned machine.

### Chronologie

- 2017: Public GitHub repository created for SuperCuber/dotter.
- 2023: Dotter 0.13.0 release line begins.
- 2024: v0.13.3 release continues the 0.13 series.
- 2025: v0.13.4 is published.
- 2026: Repository activity continues on GitHub.

### Related projects

- GNU Stow and rcm represent older symlink-oriented dotfile workflows that Dotter automates more explicitly.
- chezmoi and yadm are adjacent dotfile managers with broader feature sets and different opinions about templating, secrets, and host state.
- Homebrew, Scoop, Cargo, and AUR are important distribution paths because dotfile managers are often installed early in a machine bootstrap.

### Sources

- <https://github.com/SuperCuber/dotter>
- <https://github.com/SuperCuber/dotter/wiki>
- <https://api.github.com/repos/SuperCuber/dotter>
- <https://api.github.com/repos/SuperCuber/dotter/releases?per_page=5>
- <https://formulae.brew.sh/formula/dotter>


## Notes de sécurité

narrow executable package without higher-risk signals.

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


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


## Configuration files

- Unix: .dotter/global.toml, .dotter/local.toml
## Autres enregistrements de gestionnaires de paquets

- Debian apt - dotter - 4.44.1+dfsg-7.1+b3: normalized package name match | Debian stable package indexes: dotter from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | detailed comparison of two genomic sequences | https://www.sanger.ac.uk/science/tools/seqtools
- Nix - dotter: normalized package name match | nixpkgs package indexes: pkgs/by-name/do/dotter/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - dotter - 4.44.1+dfsg-7.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: dotter from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | detailed comparison of two genomic sequences | https://www.sanger.ac.uk/science/tools/seqtools
- Scoop - main/dotter: normalized package name match | Scoop official bucket manifest trees: bucket/dotter.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - SuperCuber.Dotter: normalized package name match | Windows Package Manager source index: SuperCuber.Dotter from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## Sources

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