# wego を Homebrew, apk, apt, Nix でインストール

wego のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:wego
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install wego
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add wego
```

  証拠: Alpine Linux edge package indexes: wego from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install wego
```

  証拠: Debian stable package indexes: wego from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#wego
```

  証拠: nixpkgs package indexes: pkgs/by-name/we/wego/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:wego
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.4
- **ソース概要:** Weather app for the terminal
- **ホームページ:** <https://github.com/schachmat/wego>
- **リポジトリ:** <https://github.com/schachmat/wego>
- **最終更新:** 2026-07-25T22:40:20+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- wego (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.4
## プロジェクトの歴史と使われ方

wego is a Go terminal weather client by Markus Teich. It renders current and forecast weather in terminal-friendly formats, including ASCII-art tables, emoji, Markdown, and JSON, using configurable weather-data backends.

### プロジェクトの歴史

The GitHub repository was created in November 2014. In January 2015, Teich announced wego on the wmii/suckless development mailing list, explaining that he wrote it because he was tired of fetching large web pages, scripts, and images just to get a weather forecast.

The project stayed close to that origin: a small command-line weather report for people already living in the terminal. Later README features show a broadened backend and frontend model, with OpenWeatherMap, WeatherAPI, Open-Meteo, SMHI, Caiyun, WorldWeatherOnline, Pirate Weather, JSON input, cache TTL, multilingual forecasts, unit systems, and built-in man-page support.

### 採用の歴史

wego became known in the terminal-productivity niche rather than as a general weather app. A 2020 Opensource.com article presented it as a way to quickly fetch local weather from the command line and noted JSON and emoji output as useful alternatives to the default display.

Its adoption also leaked into adjacent tools: Opensource.com noted wttr.in as a web-based wrapper around wego, showing how a small CLI weather renderer became part of a broader command-line weather culture.

### 使われ方

Users configure a backend, location, units, language, frontend, days, and API key where required, then run `wego` to print a forecast. The README describes forecasts from one to seven days and notes that Open-Meteo and SMHI are keyless backends while most other services require credentials.

In package-manager contexts, wego is typically installed for shell startup, status scripts, quick terminal checks, or JSON weather data in small automations. Its value is the terminal presentation and backend abstraction, not heavy meteorological analysis.

### パッケージ好きにとっての重要性

wego is significant as a classic terminal lifestyle package: tiny, scriptable, configurable, and friendly to people who want useful daily information without leaving the shell.

### タイムライン

- 2014-11: GitHub repository created.
- 2015-01: Author announced wego on the wmii/suckless development mailing list.
- 2016-03: Version 2.0 release published.
- 2020-01: Opensource.com covered wego as a terminal productivity tool.
- 2026-04: Version 2.4 release published.

### Related projects

- wego is related to terminal weather tools such as wttr.in and older shell scripts around weather APIs. Its distinguishing feature is packaged Go distribution with multiple backends and multiple output frontends.

### ソース

- <https://api.github.com/repos/schachmat/wego>
- <https://api.github.com/repos/schachmat/wego/releases?per_page=5>
- <https://github.com/schachmat/wego>
- <https://groups.google.com/g/wmii/c/nQKFzG-crO0>
- <https://opensource.com/article/20/1/open-source-weather-forecast>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- 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: $WEGORC, $XDG_CONFIG_HOME/wego/wegorc, ~/.wegorc

## Credential files

- Unix: $WEGORC, $XDG_CONFIG_HOME/wego/wegorc, ~/.wegorc
## 他のパッケージマネージャ記録

- Debian apt - wego - 2.3-2+b6: normalized package name match | Debian stable package indexes: wego from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | weather client for the terminal | https://github.com/schachmat/wego
- Nix - wego: normalized package name match | nixpkgs package indexes: pkgs/by-name/we/wego/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - wego - 2.4-r2: normalized package name match | Alpine Linux edge package indexes: wego from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A weather app for the terminal | https://github.com/schachmat/wego
- apk - wego-doc - 2.4-r2: normalized package name match | Alpine Linux edge package indexes: wego-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A weather app for the terminal (documentation) | https://github.com/schachmat/wego


## Combined YAML source

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


## ソース

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