# ansiweather mit Homebrew, apt installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für ansiweather in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:ansiweather
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install ansiweather
```

  Evidenz: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install ansiweather
```

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

## Paketfakten

- **Paketschlüssel:** brew:ansiweather
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/ansiweather>
- **Version:** 1.19.0
- **Quellzusammenfassung:** Weather in your terminal, with ANSI colors and Unicode symbols
- **Homepage:** <https://github.com/fcambus/ansiweather>
- **Repository:** <https://github.com/fcambus/ansiweather>
- **Upstream-Dokumentation:** <https://github.com/fcambus/ansiweather#readme>
- **Lizenz:** BSD-2-Clause
- **Quellarchiv:** <https://github.com/fcambus/ansiweather/archive/refs/tags/1.19.0.tar.gz>
- **Generiert:** 2026-07-08T18:08:21+00:00

## Executables

- ansiweather (cli)
- ansiweather (Alias)

## Von macOS bereitgestellte Bibliotheken

- bc-gh
- jq

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf all

## Version und Aktualität

- Seite generiert: 2026-07-08
- Manager-Version: 1.19.0
- lokale Daten: OK
- Upstream-Repository: https://github.com/fcambus/ansiweather
- neueste erkannte Version: 1.19.0 (aktuell)
- Info: No package-manager update timestamp was available.
## Projektgeschichte und Nutzung

AnsiWeather is a POSIX shell script that displays current weather and forecasts in a terminal using ANSI colors and optional Unicode symbols. It fetches data from the OpenWeatherMap API and formats it with small Unix dependencies such as curl or wget, jq, and bc.

### Projektgeschichte

The official changelog records AnsiWeather 1.00 as the initial release on 19 October 2013. Early releases added configuration files, automatic location support, wind and forecast display, daylight data, and then removed or tightened automatic behavior as API and portability needs changed.

By 2015, AnsiWeather had moved toward explicit user configuration: OpenWeatherMap API key support was added, automatic location helper behavior was removed, and the default location was changed. Later releases focused on shell portability, HTTPS API calls, delimiter changes, XDG-related configuration behavior, and display options such as UV index and feels-like temperature.

### Adoptionsgeschichte

The README lists packages for OpenBSD, NetBSD, FreeBSD, Debian, Ubuntu, Homebrew, Haiku, and Gentoo. That package spread reflects a tool that fits neatly into Unix package systems: one script, common dependencies, a man-page-like README, and no daemon.

AnsiWeather is adopted mostly as a terminal utility rather than as a library. Its users are shell prompt tinkerers, status bar authors, and people who want weather output scriptable enough for cron, tmux, screenshots, or login messages.

### Wie es verwendet wird

Users run ansiweather with options such as -l for location, -u for unit system, -f or -F for forecast mode, -k for OpenWeatherMap API key, and toggles for colors, symbols, wind, humidity, pressure, daylight, UV index, and feels-like temperature.

The default config file is ~/.ansiweatherrc, and ANSIWEATHERRC can point to another file. Because the OpenWeatherMap API key can be supplied with -k or stored in that configuration file, the same documented path is both a configuration location and a likely credentials location.

### Warum Paket-Nerds sich dafür interessieren

AnsiWeather is a compact example of the packageable shell-script app: simple source, explicit external commands, readable config, distro package links, and enough API churn handling to show why tiny CLIs still need maintenance.

It also captures a familiar terminal era: colored output, Unicode symbols, curl pipelines, jq parsing, and personal status displays, all before needing a richer TUI or desktop widget.

### Zeitleiste

- 2013: AnsiWeather 1.00 initial release.
- 2015: Config file support, forecast features, daylight data, and OpenWeatherMap API key support appear.
- 2016: Plain sh portability work and BSD 2-Clause relicensing.
- 2019: Weather API calls switch to HTTPS.
- 2020: Config delimiter behavior changes and parsing portability improves.
- 2021: Feels-like temperature display is added.
- 2023: AnsiWeather 1.19.0 refines examples, config sample, and locale handling.

### Related projects

- OpenWeatherMap provides the weather API used by AnsiWeather.
- jq and bc are documented runtime dependencies for JSON parsing and arithmetic.

### Quellen

- <https://github.com/fcambus/ansiweather#readme>
- <https://raw.githubusercontent.com/fcambus/ansiweather/master/ChangeLog>
- source_facts.package-manager


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- 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: ~/.ansiweatherrc, $ANSIWEATHERRC

## Credential files

- Unix: ~/.ansiweatherrc, $ANSIWEATHERRC
## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** ansiweather
- **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

## Andere Paketmanager-Einträge

- Debian apt - ansiweather - 1.19.0-1: normalized package name match | Debian stable package indexes: ansiweather from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Weather in your terminal, with ANSI colors and Unicode symbols | https://github.com/fcambus/ansiweather
- Ubuntu apt - ansiweather - 1.19.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: ansiweather from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Weather in your terminal, with ANSI colors and Unicode symbols | https://github.com/fcambus/ansiweather


## Verwandte Links

- [Source-control packages](https://www.automicvault.com/de/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/de/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/de/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://www.automicvault.com/de/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [bottom](https://www.automicvault.com/de/pkg/brew/bottom/) - Shares av.db curated category or tags: cli, monitoring, system, terminal.
- [gotop](https://www.automicvault.com/de/pkg/brew/gotop/) - Shares av.db curated category or tags: cli, monitoring, system, terminal.
- [gtop](https://www.automicvault.com/de/pkg/brew/gtop/) - Shares av.db curated category or tags: cli, monitoring, system, terminal.
- [htop](https://www.automicvault.com/de/pkg/brew/htop/) - Shares av.db curated category or tags: cli, monitoring, system, terminal.
- [hwatch](https://www.automicvault.com/de/pkg/brew/hwatch/) - Shares av.db curated category or tags: cli, monitoring, system, terminal.
- [pv](https://www.automicvault.com/de/pkg/brew/pv/) - Shares av.db curated category or tags: cli, monitoring, system, terminal.
- [viddy](https://www.automicvault.com/de/pkg/brew/viddy/) - Shares av.db curated category or tags: cli, monitoring, system, terminal.
- [asitop](https://www.automicvault.com/de/pkg/brew/asitop/) - Shares av.db curated category or tags: cli, monitoring, system.

## Combined YAML source

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


## Quellen

- 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
