# Install goaccess with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

Log analyzer and interactive viewer for the Apache Webserver. Version 1.10.2 via Homebrew; verified from local package data.

## Install

```sh
sudo av install brew:goaccess
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install goaccess
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install goaccess
```

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

### Linux

- apk (92%):

```sh
sudo apk add goaccess
```

  Evidence: Alpine Linux edge package indexes: goaccess from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install goaccess
```

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

- dnf (92%):

```sh
sudo dnf install goaccess
```

  Evidence: Fedora Rawhide package metadata: goaccess from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#goaccess
```

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

- pacman (92%):

```sh
sudo pacman -S goaccess
```

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

- zypper (92%):

```sh
sudo zypper install goaccess
```

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

## Package facts

- **Package key:** brew:goaccess
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/goaccess>
- **Version:** 1.10.2
- **Source summary:** Log analyzer and interactive viewer for the Apache Webserver
- **Homepage:** <https://goaccess.io/>
- **Repository:** <https://github.com/allinurl/goaccess>
- **Upstream docs:** <https://goaccess.io/man>
- **License:** MIT
- **Source archive:** <https://tar.goaccess.io/goaccess-1.10.2.tar.gz>
- **Generated:** 2026-07-08T18:08:21+00:00

## Executables

- goaccess (cli)
- goaccess (alias)

## Dependencies

- gettext
- libmaxminddb

## Uses from macOS

- ncurses

## 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: 1.10.2
- Local data: ok
- Upstream repository: https://goaccess.io/
- info: No package-manager update timestamp was available.
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

GoAccess is an open-source real-time web log analyzer and interactive viewer for Unix-like systems, usable in a terminal or through browser-based HTML reports. Its history is rooted in the Unix habit of inspecting logs directly over SSH, then gradually adding richer dashboards, live updates, persistence, and modern web-log formats.

### Project history

GoAccess 0.1 was released on July 6, 2010. Early releases focused on parsing web server access logs in a terminal interface, adding real-time statistics, color schemes, UTF-8 support, stdin pipelines, IPv6, and custom format strings.

By the 0.7 and 0.8 series, GoAccess had gained JSON and CSV output, HTML reports, GeoIP-related reporting, persistence, large-file support, and more flexible configuration. GoAccess 1.0, released in June 2016, marked a broader dashboard era with real-time HTML output, D3 visualizations, multiple output formats, and more explicit command-line shortcuts.

Later releases expanded operational coverage: support for cloud and proxy log formats, Docker builds, MaxMind GeoIP2, native JSON parsing, Caddy and Traefik log handling, WebSocket improvements, persistence and restore workflows, multi-threaded parsing, accessibility work, and WebSocket authentication.

### Adoption history

GoAccess was adopted by administrators and developers who wanted fast local analytics without deploying a hosted analytics stack. Its README frames the tool for system administrators, DevOps engineers, and security professionals who need quick traffic, anomaly, bot, and performance visibility from logs.

Distribution packaging followed the tool's Unix shape: the project documents source builds, distro packages, and an official Debian/Ubuntu repository, while package managers such as Homebrew expose it as a single CLI command.

### How it is used

Common use is direct log inspection, for example parsing Apache, Nginx, CloudFront, S3, Elastic Load Balancing, Caddy, Traefik, or W3C-style logs and emitting a terminal dashboard, static report, live HTML report, JSON, or CSV. GoAccess can also follow logs in real time and process multiple files or pipes.

### Why package nerds care

GoAccess is package-nerd friendly because it preserves the simple CLI shape of classic Unix log tools while offering enough output formats to plug into modern dashboards and automation. It is written in C, has a small dependency story centered on ncurses, and keeps most behavior configurable through command-line flags or a simple config file.

Its release history is a useful map of web operations trends: from Apache-style logs and terminal dashboards, through HTML reports and GeoIP, to cloud/CDN log formats, Docker packaging, JSON logs, bot detection, multi-threaded parsing, and authentication around live dashboards.

### Timeline

- 2010: GoAccess 0.1 was released.
- 2012: GoAccess 0.5 added IPv6 and custom format string parsing.
- 2013: GoAccess 0.7 added JSON and CSV output plus an HTML5 report.
- 2014: GoAccess 0.8 added persistence and large-file support.
- 2016: GoAccess 1.0 added real-time HTML dashboard functionality and multiple output formats.
- 2021: GoAccess 1.4.4 added native JSON log parsing and Caddy format support.
- 2024: GoAccess 1.9 added multi-threaded log processing.
- 2025: GoAccess 1.9.4 added WebSocket authentication and HTML report accessibility improvements.

### Related projects

- GoAccess sits near classic log-processing tools such as awk, grep, sed, tail, and web server access-log utilities, but adds an interactive TUI and browser dashboard. Its supported formats connect it to Apache, Nginx, Caddy, Traefik, Amazon S3, CloudFront, Elastic Load Balancing, Squid, and W3C/IIS logs.

### Sources

- <https://github.com/allinurl/goaccess>
- <https://goaccess.io/>
- <https://goaccess.io/man>
- <https://goaccess.io/release-notes>
- <https://raw.githubusercontent.com/allinurl/goaccess/master/ChangeLog>
- <https://raw.githubusercontent.com/allinurl/goaccess/master/README.md>


## Security Notes

broad file, network, media, or database tool signal.

- **Geiger risk:** blue / medium
- broad file, network, media, or database tool signal


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

- Unix: %sysconfdir%/goaccess.conf, ~/.goaccessrc
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** goaccess
- **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 - goaccess - 1:1.9.3-1: normalized package name match | Debian stable package indexes: goaccess from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | log analyzer and interactive viewer for the Apache Webserver | https://goaccess.io/
- Nix - goaccess: normalized package name match | nixpkgs package indexes: pkgs/by-name/go/goaccess/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - goaccess - 1:1.8.1-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: goaccess from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | log analyzer and interactive viewer for the Apache Webserver | https://goaccess.io/
- apk - goaccess - 1.10.2-r0: normalized package name match | Alpine Linux edge package indexes: goaccess from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Real-time web log analyzer and interactive viewer | https://goaccess.io/
- apk - goaccess-doc - 1.10.2-r0: normalized package name match | Alpine Linux edge package indexes: goaccess-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Real-time web log analyzer and interactive viewer (documentation) | https://goaccess.io/
- apk - goaccess-lang - 1.10.2-r0: normalized package name match | Alpine Linux edge package indexes: goaccess-lang from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Languages for package goaccess | https://goaccess.io/
- dnf - goaccess - 1.10.2-1.fc45: normalized package name match | Fedora Rawhide package metadata: goaccess from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Real-time web log analyzer and interactive viewer | https://goaccess.io/
- pacman - goaccess - 1.10.2-1: normalized package name match | Arch Linux sync databases: goaccess from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | An open source real-time web log analyzer and interactive viewer | https://goaccess.io
- zypper - goaccess - 1.10.2-1.2: normalized package name match | openSUSE Tumbleweed package metadata: goaccess from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Apache Web Log Analyzer | https://goaccess.io/
- MacPorts - goaccess: normalized package name match | MacPorts ports tree: www/goaccess/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Related links

- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [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.
- [gettext](https://www.automicvault.com/pkg/brew/gettext/) - Runtime dependency declared by Homebrew.
- [libmaxminddb](https://www.automicvault.com/pkg/brew/libmaxminddb/) - Runtime dependency declared by Homebrew.
- [pgbadger](https://www.automicvault.com/pkg/brew/pgbadger/) - Shares av.db curated category or tags: cli, developer-tools, log-analysis.
- [xclogparser](https://www.automicvault.com/pkg/brew/xclogparser/) - Shares av.db curated category or tags: cli, developer-tools, log-analysis.
- [aha](https://www.automicvault.com/pkg/brew/aha/) - Shares av.db curated category or tags: cli, developer-tools, terminal.
- [amtterm](https://www.automicvault.com/pkg/brew/amtterm/) - Shares av.db curated category or tags: cli, developer-tools, terminal.
- [analog](https://www.automicvault.com/pkg/brew/analog/) - Shares av.db curated category or tags: analytics, cli, developer-tools.
- [angle-grinder](https://www.automicvault.com/pkg/brew/angle-grinder/) - Shares av.db curated category or tags: analytics, cli, developer-tools.
- [ansifilter](https://www.automicvault.com/pkg/brew/ansifilter/) - Shares av.db curated category or tags: cli, developer-tools, terminal.
- [ant](https://www.automicvault.com/pkg/brew/ant/) - Shares av.db curated category or tags: apache, cli, developer-tools.
- [logdy](https://www.automicvault.com/pkg/brew/logdy/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, log, real.
- [pinfo](https://www.automicvault.com/pkg/brew/pinfo/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, gettext, terminal.

## Combined YAML source

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


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- 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
