# Install harbour with Homebrew, winget

Portable, xBase-compatible programming language and environment. Version 3.0.0 via Homebrew; verified 2026-06-25. Also installable with winget: winget install --id Harbour.Harbour -e.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install harbour
```

  Evidence: local Homebrew formula metadata

### Windows

- winget (92%):

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

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

## Package facts

- **Package key:** brew:harbour
- **Package manager:** Homebrew
- **Version:** 3.0.0
- **Source summary:** Portable, xBase-compatible programming language and environment
- **Homepage:** <https://harbour.github.io>
- **Repository:** <https://github.com/harbour/core>
- **Last updated:** 2026-06-25T13:37:45+02:00
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

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

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 3.0.0
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

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


## Security Notes

generalized runtime or code generation signal.

- **Geiger risk:** yellow / medium
- generalized runtime or code generation signal

## Other Package-Manager Records

- 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
