# Installer harbour avec Homebrew, winget

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

## installation

```sh
sudo av install brew:harbour
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install harbour
```

  Preuve: local Homebrew formula metadata

### Windows

- winget (92%):

```sh
winget install --id Harbour.Harbour -e
```

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

## Faits du paquet

- **Clé du paquet:** brew:harbour
- **Gestionnaire de paquets:** Homebrew
- **Version:** 3.0.0
- **Résumé source:** Portable, xBase-compatible programming language and environment
- **Page d'accueil:** <https://harbour.github.io>
- **Dépôt:** <https://github.com/harbour/core>
- **Dernière mise à jour:** 2026-06-25T13:37:45+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- harbour (alias)
- hb3rdpat.hbs (alias)
- hbi18n (alias)
- hbmk2 (alias)
- hbpp (alias)
- hbtest (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Harbour is a free software implementation of a Clipper/xBase-compatible programming language, compiler, runtime, build system, and library environment. It exists to keep xBase-style business applications portable across modern systems.

### Historique du projet

The official Harbour FAQ says the idea of a free software Clipper compiler had circulated in the comp.lang.clipper community, and that actual development began in early 1999 when Antonio Linares started discussing a Clipper grammar built with Lex and Yacc.

The official homepage describes Harbour as a cross-platform, multi-threading, object-oriented, scriptable language implementation with compiler and runtime libraries, UI/database/I/O backends, its own build system, and bindings for popular APIs.

The homepage lists a stable 3.0.0 release dated 2011-07-17, while the GitHub repository remains the official source-control location for the core implementation.

### Historique d'adoption

Harbour's audience is narrower than a mainstream language runtime: it serves developers maintaining or modernizing CA-Clipper, dBase, FoxPro-like, and other xBase-family code. Its value is continuity for business/database applications that can be compiled and run on newer operating systems.

The supplied package facts show a small package-manager footprint, which fits a specialist language environment rather than a foundational system dependency.

### Modes d'utilisation

Users write or port xBase/Clipper-style source, compile it with Harbour tools, and link against Harbour runtime libraries and optional UI, database, networking, crypto, compression, or platform bindings.

The Homebrew package exposes compiler and tool executables such as `harbour`, `hbmk2`, `hbpp`, `hbi18n`, and `hbtest`, making it useful for rebuilding legacy applications or experimenting with xBase code on macOS.

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

Harbour is notable to package collectors because it preserves a business-programming lineage that otherwise belongs to DOS and early PC database tooling. It is a compatibility bridge, not just another compiler.

Packaging such a toolchain means caring about C compiler interoperability, runtime library layout, build helper tools, and cross-platform assumptions carried forward from Clipper-era source code.

### Chronologie

- 1999: Official FAQ says actual Harbour development began in early 1999.
- 2000s: Harbour grows into a compiler plus runtime libraries, backends, build tooling, and API bindings.
- 2011-07-17: Official homepage lists Harbour 3.0.0 stable release.
- 2020s: Official GitHub repository hosts Harbour core as a portable xBase-compatible language and environment.

### Related projects

- Related projects and technologies include CA-Clipper, dBase, FoxPro, xHarbour, xBase++, FlagShip, DBF file tooling, and GUI libraries used by Harbour applications.
- Harbour also relates to C compilers because Harbour-generated or Harbour-linked programs depend on the platform C toolchain.

### Sources

- <https://github.com/harbour/core>
- <https://harbour.github.io/>
- <https://harbour.github.io/doc/>
- <https://harbour.github.io/faq>


## Notes de sécurité

generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- generalized runtime or code generation signal

## Autres enregistrements de gestionnaires de paquets

- winget - Harbour.Harbour: normalized package name match | Windows Package Manager source index: Harbour.Harbour from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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