# Install ohcount with Homebrew, apt, MacPorts, zypper

Source code line counter. Version 4.0.0 via Homebrew; verified from local package data.

## Install

```sh
sudo av install brew:ohcount
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install ohcount
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ohcount
```

  Evidence: MacPorts ports tree: textproc/ohcount/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install ohcount
```

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

- zypper (92%):

```sh
sudo zypper install ohcount
```

  Evidence: openSUSE Tumbleweed package metadata: ohcount from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Package facts

- **Package key:** brew:ohcount
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/ohcount>
- **Version:** 4.0.0
- **Source summary:** Source code line counter
- **Homepage:** <https://github.com/blackducksoftware/ohcount>
- **Repository:** <https://github.com/blackducksoftware/ohcount>
- **Upstream docs:** <https://github.com/blackducksoftware/ohcount#readme>
- **License:** GPL-2.0-only
- **Source archive:** <https://github.com/blackducksoftware/ohcount/archive/refs/tags/4.0.0.tar.gz>
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- ohcount (cli)
- ohcount (alias)

## Dependencies

- libmagic
- pcre2
- ragel

## Build dependencies

- gperf

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 4.0.0
- Local data: ok
- Upstream repository: https://github.com/blackducksoftware/ohcount
- Upstream latest detected: 4.0.0 (current)
- info: No package-manager update timestamp was available.
## Project history and usage

Ohcount is the Ohloh/Open Hub source-code line counter: a C and Ragel based analyzer with a command-line tool and language-detection library for counting code, comment, and blank lines across source trees.

### Project history

The project traces back to Ohloh, the open-source project directory and analytics site later associated with Black Duck and Open Hub. Its README says it was originally developed at Ohloh and used to generate the reports at www.openhub.net, which makes it part of the early package-statistics infrastructure rather than just a standalone `wc`-style utility.

The original GitHub source repository was created on 2008-06-09, and the Black Duck fork used by package managers was created on 2010-10-27. The Black Duck repository kept the Ohloh identity in its description while moving the maintained packaging-facing project under the Black Duck Software organization.

### Adoption history

Ohcount's most important adoption story is Open Hub itself: the tool was used to generate Open Hub's source-code reports, giving it a role in public open-source metrics. It also reached mainstream Unix packaging through Homebrew, Debian, Ubuntu, MacPorts, and openSUSE-style distributions, but Homebrew analytics generated on 2026-07-01 showed a small niche user base: 49 installs over 365 days.

The package stayed interesting to distributors because it is not a single-language counter. The README describes a detector for primary language family, a parser for line-by-line breakdowns, support for multiple languages in one file, whole-directory counting, language-family file discovery, detailed source annotations, and Ruby bindings.

### How it is used

Developers and auditors use `ohcount` to count individual files or entire directory trees, identify source files by language family, and produce detailed annotations of a file's lines. Its ability to split mixed files, such as HTML with CSS and JavaScript regions, made it more sophisticated than plain line counters.

Package builders care about its implementation details because the Homebrew formula depends on `libmagic`, `pcre2`, and `ragel`, and applies Debian patches for modern build and PCRE2 support. The README also documents Ruby 2.x test expectations, SWIG bindings, and an unsupported Python wrapper.

### Why package nerds care

Ohcount is a package-nerd artifact because it helped produce package metadata about other projects. It sits in the same historical lane as SLOC counters and open-source forges: the tool is small, but the data it helped generate shaped how people compared projects by language mix and code size.

Its formula tells the story of aging infrastructure kept buildable through distro patches. The combination of Ragel-generated scanners, Ruby bindings, PCRE migration, and GPL-2.0-only licensing gives maintainers plenty of packaging surface area for a deceptively simple CLI.

### Timeline

- 2008-06-09: the original `korsakov/ohcount` GitHub repository was created.
- 2010-10-27: Black Duck Software's GitHub fork was created.
- 2021-12-09: the README build notes recorded tested build requirements for Ubuntu, Fedora, and macOS.
- 2026-07-01: Homebrew's formula API reported stable version 4.0.0 and packaged executables under `ohcount`.

### Related projects

- Ohcount is closely tied to Ohloh/Open Hub. It is also related to other source line counters such as `cloc`, but its distinctive lineage is its use inside an open-source analytics service rather than only as a local developer utility.

### Sources

- <https://api.github.com/repos/blackducksoftware/ohcount>
- <https://formulae.brew.sh/api/formula/ohcount.json>
- <https://github.com/blackducksoftware/ohcount>
- <https://openhub.net/p/ohcount>
- <https://raw.githubusercontent.com/blackducksoftware/ohcount/main/README.md>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** ohcount
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

- Debian apt - ohcount - 4.0.0-5: normalized package name match | Debian stable package indexes: ohcount from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Source code line counter | https://github.com/blackducksoftware/ohcount
- Debian apt - ohcount-doc - 4.0.0-5: normalized package name match | Debian stable package indexes: ohcount-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Source code line counter - Documentation | https://github.com/blackducksoftware/ohcount
- Ubuntu apt - ohcount - 4.0.0-4build2: normalized package name match | Ubuntu 24.04 LTS package indexes: ohcount from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Source code line counter | https://github.com/blackducksoftware/ohcount
- Ubuntu apt - ohcount-doc - 4.0.0-4build2: normalized package name match | Ubuntu 24.04 LTS package indexes: ohcount-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Source code line counter - Documentation | https://github.com/blackducksoftware/ohcount
- zypper - ohcount - 4.0.0-3.3: normalized package name match | openSUSE Tumbleweed package metadata: ohcount from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | The Ohloh source code line counter | https://www.openhub.net/p/ohcount
- MacPorts - ohcount: normalized package name match | MacPorts ports tree: textproc/ohcount/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [pcre2](https://www.automicvault.com/pkg/brew/pcre2/) - Runtime dependency declared by Homebrew.
- [ragel](https://www.automicvault.com/pkg/brew/ragel/) - Runtime dependency declared by Homebrew.
- [gperf](https://www.automicvault.com/pkg/brew/gperf/) - Build dependency declared by Homebrew.
- [cloc](https://www.automicvault.com/pkg/brew/cloc/) - Shares av.db curated category or tags: cli, code-analysis, developer-tools, metrics.
- [gnu-complexity](https://www.automicvault.com/pkg/brew/gnu-complexity/) - Shares av.db curated category or tags: cli, code-analysis, developer-tools, metrics.
- [gocloc](https://www.automicvault.com/pkg/brew/gocloc/) - Shares av.db curated category or tags: cli, code-analysis, developer-tools, metrics.
- [lizard-analyzer](https://www.automicvault.com/pkg/brew/lizard-analyzer/) - Shares av.db curated category or tags: cli, code-analysis, developer-tools, metrics.
- [loc](https://www.automicvault.com/pkg/brew/loc/) - Shares av.db curated category or tags: cli, code-analysis, developer-tools, metrics.
- [cargo-llvm-lines](https://www.automicvault.com/pkg/brew/cargo-llvm-lines/) - Shares av.db curated category or tags: cli, code-analysis, developer-tools.
- [ccheck](https://www.automicvault.com/pkg/brew/ccheck/) - Shares av.db curated category or tags: cli, code-analysis, developer-tool, developer-tools.
- [clang-include-graph](https://www.automicvault.com/pkg/brew/clang-include-graph/) - Shares av.db curated category or tags: cli, code-analysis, developer-tools.

## Combined YAML source

View the package source record on GitHub. [combined/ohcount.yml](https://github.com/automic-vault/db/blob/main/combined/ohcount.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
