# Installer ditaa avec Homebrew, apt, dnf, MacPorts, Nix, pacman

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

## installation

```sh
sudo av install brew:ditaa
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install ditaa
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ditaa
```

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

### Linux

- Debian apt (92%):

```sh
sudo apt install ditaa
```

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

- dnf (92%):

```sh
sudo dnf install ditaa
```

  Preuve: Fedora Rawhide package metadata: ditaa from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#ditaa
```

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

- pacman (92%):

```sh
sudo pacman -S ditaa
```

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

## Faits du paquet

- **Clé du paquet:** brew:ditaa
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.11.0
- **Résumé source:** Convert ASCII diagrams into proper bitmap graphics
- **Page d'accueil:** <https://ditaa.sourceforge.net/>
- **Dépôt:** <https://github.com/stathissideris/ditaa>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- ditaa (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

ditaa is a Java command-line utility that converts diagrams drawn in ASCII art into bitmap graphics. It became a familiar helper for people who wanted text-first diagrams in documentation but nicer rendered output for readers.

### Historique du projet

The official README expands the name as 'DIagrams Through Ascii Art' and says the author built it partly for hack value and partly to modernize ASCII diagrams in old FAQs, text documents, source comments, and markup formats. The GitHub repository was created in 2011, while the project site and README preserve the older Java-utility style of distribution.

### Historique d'adoption

The README notes packaging for Ubuntu and Homebrew, which reflects ditaa's role as a small documentation-adjacent utility rather than a full application platform. Its longevity comes from a stable input format: diagrams remain editable as plain text and can be re-rendered as the tool improves.

### Modes d'utilisation

Users invoke the jar or packaged ditaa command against a text diagram and output an image. The tool recognizes ASCII line art, shape markup, color codes, tags for document or storage shapes, HTML pre blocks, transparency, antialiasing, SVG output, scaling, and other rendering options.

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

ditaa is notable because it treats ASCII diagrams as source code: diffable, embeddable in comments or docs, and convertible during builds. That makes it a natural package-manager resident for documentation pipelines and text-centric developer workflows.

### Chronologie

- 2011: Official GitHub repository created.
- 2010s: README documents Ubuntu and Homebrew package availability.
- 2022: Repository metadata shows maintenance activity into the 2020s.

### Related projects

- Graphviz and PlantUML serve adjacent diagram-as-code workflows, but ditaa is unusual in rendering free-form ASCII art rather than a formal graph language.
- DocBook, HTML, LaTeX, and Javadoc are named in the README as text-based formats where rendered diagrams can be embedded.

### Sources

- <https://ditaa.sourceforge.net/>
- <https://github.com/stathissideris/ditaa#readme>
- <https://api.github.com/repos/stathissideris/ditaa>


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

- Debian apt - ditaa - 0.10+ds1-1.4: normalized package name match | Debian stable package indexes: ditaa from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | convert ASCII diagrams into proper bitmap graphics | https://ditaa.sourceforge.net
- Nix - ditaa: normalized package name match | nixpkgs package indexes: pkgs/by-name/di/ditaa/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - ditaa - 0.10+ds1-1.4: normalized package name match | Ubuntu 24.04 LTS package indexes: ditaa from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | convert ASCII diagrams into proper bitmap graphics | https://ditaa.sourceforge.net
- dnf - ditaa - 0.10-33.fc45: normalized package name match | Fedora Rawhide package metadata: ditaa from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Diagrams Through ASCII Art | http://ditaa.sourceforge.net/
- pacman - ditaa - 0.11.0-4: normalized package name match | Arch Linux sync databases: ditaa from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Utility for converting ASCII art diagrams into bitmaps | https://github.com/stathissideris/ditaa
- MacPorts - ditaa: normalized package name match | MacPorts ports tree: java/ditaa/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/ditaa.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ditaa.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
