# Installer daktilo avec Homebrew, apk, MacPorts, Nix, pacman

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

## installation

```sh
sudo av install brew:daktilo
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install daktilo
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install daktilo
```

  Preuve: MacPorts ports tree: games/daktilo/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add daktilo
```

  Preuve: Alpine Linux edge package indexes: daktilo from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#daktilo
```

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

- pacman (92%):

```sh
sudo pacman -S daktilo
```

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

## Faits du paquet

- **Clé du paquet:** brew:daktilo
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.6.0
- **Résumé source:** Plays typewriter sounds every time you press a key
- **Page d'accueil:** <https://daktilo.cli.rs>
- **Dépôt:** <https://github.com/orhun/daktilo>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- daktilo (alias)
- daktilo-completions (alias)
- daktilo-mangen (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

daktilo is a playful cross-platform command-line utility that turns keyboard events into typewriter-style sounds. Its package-manager identity is closer to desktop toy and productivity ambiance than infrastructure: install it, run one binary, and your keyboard gets audio feedback.

### Historique du projet

The official repository was created in September 2023, and v0.1.0 was published in October 2023. The README explains the name as Turkish for typewriter and presents the project as a small CLI that plays typewriter sounds for key presses with configurable presets.

### Historique d'adoption

daktilo spread through channels that suit small Rust CLI utilities: GitHub releases, crates.io, Arch Linux, Alpine Edge, MacPorts, Homebrew metadata, and source builds. The official README highlights Linux, Windows, and macOS support, with macOS requiring terminal accessibility permissions.

### Modes d'utilisation

Users run daktilo directly for the default typewriter effect, choose sound presets, list output devices, select a playback device, vary tempo and volume, or point the CLI at a TOML config file. The config file can define custom sound presets, disabled keys, file lists, strategies, and variation settings.

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

daktilo is a neat package-manager specimen because it combines global keyboard hooks, audio playback, Rust distribution, and cross-platform config-dir conventions in a tiny novelty CLI. It is the kind of package that makes a system package index feel human rather than purely utilitarian.

### Chronologie

- 2023: Official GitHub repository is created.
- 2023: v0.1.0 is published.
- 2024: v0.6.0 is published.
- 2024: Official README documents packaged installs via Cargo, Arch Linux, Alpine Edge, MacPorts, binary releases, and source builds.

### Related projects

- The official README lists bucklespring and selectric-mode as similar projects.

### Sources

- <https://daktilo.cli.rs/>
- <https://raw.githubusercontent.com/orhun/daktilo/main/README.md>
- <https://api.github.com/repos/orhun/daktilo>
- <https://github.com/orhun/daktilo/releases/tag/v0.1.0>


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

- Linux: $XDG_CONFIG_HOME/daktilo.toml, $XDG_CONFIG_HOME/daktilo/daktilo.toml, $XDG_CONFIG_HOME/daktilo/config, ~/.config/daktilo.toml, ~/.config/daktilo/daktilo.toml, ~/.config/daktilo/config
- macOS: ~/Library/Application Support/daktilo.toml, ~/Library/Application Support/daktilo/daktilo.toml, ~/Library/Application Support/daktilo/config
- Windows: %APPDATA%\daktilo.toml, %APPDATA%\daktilo\daktilo.toml, %APPDATA%\daktilo\config
## Autres enregistrements de gestionnaires de paquets

- Nix - daktilo: normalized package name match | nixpkgs package indexes: pkgs/by-name/da/daktilo/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - daktilo - 0.6.0-r0: normalized package name match | Alpine Linux edge package indexes: daktilo from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Turn your keyboard into a typewriter | https://github.com/orhun/daktilo
- apk - daktilo-bash-completion - 0.6.0-r0: normalized package name match | Alpine Linux edge package indexes: daktilo-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Bash completions for daktilo | https://github.com/orhun/daktilo
- apk - daktilo-doc - 0.6.0-r0: normalized package name match | Alpine Linux edge package indexes: daktilo-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Turn your keyboard into a typewriter (documentation) | https://github.com/orhun/daktilo
- apk - daktilo-fish-completion - 0.6.0-r0: normalized package name match | Alpine Linux edge package indexes: daktilo-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Fish completions for daktilo | https://github.com/orhun/daktilo
- apk - daktilo-zsh-completion - 0.6.0-r0: normalized package name match | Alpine Linux edge package indexes: daktilo-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Zsh completions for daktilo | https://github.com/orhun/daktilo
- pacman - daktilo - 0.6.0-2: normalized package name match | Arch Linux sync databases: daktilo from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Turn your keyboard into a typewriter | https://github.com/orhun/daktilo
- MacPorts - daktilo: normalized package name match | MacPorts ports tree: games/daktilo/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/daktilo.yml](https://github.com/mxcl/pkgdb/blob/main/combined/daktilo.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
