# Install gotz with Homebrew

Displays timezones in your terminal. Version 0.1.15 via Homebrew; verified 2026-07-29.

## Install

```sh
sudo av install brew:gotz
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install gotz
```

  Evidence: local Homebrew formula metadata

## Package facts

- **Package key:** brew:gotz
- **Package manager:** Homebrew
- **Version:** 0.1.15
- **Source summary:** Displays timezones in your terminal
- **Homepage:** <https://github.com/merschformann/gotz>
- **Repository:** <https://github.com/merschformann/gotz>
- **Last updated:** 2026-07-29T16:05:05+02:00
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- gotz (alias)

## Install behavior

- Bottle: not available

## Freshness

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

gotz is a Go-based terminal tool for displaying timezone information and comparing times across configured locations.

### Project history

The README describes gotz as a simple CLI timezone information tool created to make timezone calculation easier for international teamwork. It supports current and arbitrary time display, live mode, configurable timezones, 12-hour format, sorting, and terminal styling.

### Adoption history

gotz is distributed through `go install`, release binaries, and Homebrew. Homebrew packages version 0.1.15 in homebrew/core and also exposes a HEAD build, while the README still documents the upstream tap command as an installation path.

### How it is used

Users run `gotz` to show current times, pass a time such as `15` or `15@Asia/Tokyo` to compare arbitrary times, and configure defaults with flags such as `--timezones`, `--hours12`, and `--live`. Persistent configuration is stored under `$XDG_CONFIG_HOME/gotz/config.json`, usually `~/.config/gotz/config.json`.

### Why package nerds care

gotz is representative of small Go terminal utilities that package cleanly as a single executable and use XDG-style configuration for repeatable command-line workflows.

### Timeline

- 0.1.15: Homebrew packages gotz as the current stable release.
- README era: Go install, release binaries, and Homebrew installation paths are documented upstream.

### Related projects

- gotz is related to timezone database identifiers, terminal dashboards, and other CLI time conversion tools.

### Sources

- <https://formulae.brew.sh/formula/gotz>
- <https://github.com/merschformann/gotz#readme>


## Security Notes

narrow executable package without higher-risk signals.

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


## 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: $XDG_CONFIG_HOME/gotz/config.json, ~/.config/gotz/config.json

## Combined YAML source

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


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
