# Installer dbx-cli avec Homebrew, Nix, scoop, winget

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

## installation

```sh
sudo av install brew:dbx-cli
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install dbx-cli
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#dbx
```

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

### Windows

- Scoop (92%):

```sh
scoop install extras/dbx
```

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

- winget (92%):

```sh
winget install --id t8y2.DBX -e
```

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

## Faits du paquet

- **Clé du paquet:** brew:dbx-cli
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.4.53
- **Résumé source:** Command-line interface for DBX database connections, schema, and safe queries
- **Page d'accueil:** <https://dbxio.com>
- **Dépôt:** <https://github.com/t8y2/dbx>
- **Dernière mise à jour:** 2026-08-03T07:36:34Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- dbx (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

DBX CLI is the command-line companion for DBX, focused on database connections, schema inspection, safe SQL queries, and prompt-ready schema context.

### Historique du projet

The CLI lives inside the DBX monorepo, whose README describes DBX as a lightweight cross-platform database client and manager with desktop, web, Docker, and MCP-oriented workflows.

### Historique d'adoption

Official installation paths include npm and Homebrew, which places the CLI in normal package-manager workflows for developers who want database metadata and query output in scripts.

### Modes d'utilisation

Typical CLI usage includes listing connections, describing schemas, running read-only queries, printing compact context for prompts, and opening DBX desktop views.

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

Package-manager users care because DBX CLI bridges local database connection state with shell automation and AI-agent workflows while documenting stable JSON and CSV output modes.

### Chronologie

- Current: DBX CLI is documented as installable through npm and Homebrew.
- Current: DBX documents MCP and Codex-oriented database workflows.

### Related projects

- DBX Desktop, DBX MCP server, database clients such as DBeaver and TablePlus.

### Sources

- <https://github.com/t8y2/dbx#readme>
- <https://github.com/t8y2/dbx/blob/main/packages/cli/README.md>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour dbx-cli. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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: $DBX_DATA_DIR/dbx.db, ~/.local/share/com.dbx.app/dbx.db
- macOS: $DBX_DATA_DIR/dbx.db, ~/Library/Application Support/com.dbx.app/dbx.db
- Windows: %DBX_DATA_DIR%\dbx.db, %APPDATA%\com.dbx.app\dbx.db

## Credential files

- Linux: $DBX_DATA_DIR/dbx.db, ~/.local/share/com.dbx.app/dbx.db
- macOS: $DBX_DATA_DIR/dbx.db, ~/Library/Application Support/com.dbx.app/dbx.db
- Windows: %DBX_DATA_DIR%\dbx.db, %APPDATA%\com.dbx.app\dbx.db
## Autres enregistrements de gestionnaires de paquets

- Nix - dbx: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/db/dbx/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - extras/dbx: installed executable or alias match | Scoop official bucket manifest trees: bucket/dbx.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
- winget - t8y2.DBX: installed executable or alias match | Windows Package Manager source index: t8y2.DBX from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## Sources

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