# gurk を Homebrew, pacman でインストール

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

## インストール

```sh
sudo av install brew:gurk
```

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

### macOS

- Homebrew (100%):

```sh
brew install gurk
```

  証拠: local Homebrew formula metadata

### Linux

- pacman (92%):

```sh
sudo pacman -S gurk
```

  証拠: Arch Linux sync databases: gurk from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## パッケージ情報

- **パッケージキー:** brew:gurk
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/gurk>
- **バージョン:** 0.10.1
- **ソース概要:** Signal Messenger client for terminal
- **ホームページ:** <https://github.com/boxdot/gurk-rs>
- **リポジトリ:** <https://github.com/boxdot/gurk-rs>
- **ライセンス:** AGPL-3.0-only
- **ソースアーカイブ:** <https://github.com/boxdot/gurk-rs/archive/refs/tags/v0.10.1.tar.gz>
- **最終更新:** 2026-07-26T12:01:16Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- gurk (cli)
- gurk (エイリアス)

## 依存関係

- openssl@3

## ビルド依存関係

- pkgconf
- protobuf
- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.10.1
- マネージャ更新日: 2026-07-26
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/boxdot/gurk-rs
- 検出された最新: v0.10.1 (最新)
## プロジェクトの歴史と使われ方

gurk is a terminal Signal Messenger client written in Rust. It provides a text UI for linked-device Signal use and stores its configuration in `gurk.toml` under XDG-style or home-directory paths.

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

The GitHub repository was created in July 2020, and an early v0.2.0 release was published in July 2021. The README describes first-run linking through a QR code, after which the program creates a configuration file at the default config location.

The project cannot publish its binary through crates.io according to the README because it depends on official Signal libraries that are not available there, so distribution relies on release binaries, source installs, and OS package managers.

### 採用の歴史

The README documents installation through GitHub release binaries, `cargo binstall`, `cargo install --git`, Arch Linux packages, Nix/NixOS, and FreeBSD packages or ports. Homebrew and Arch package metadata make it available as a named package for terminal and messaging users.

Its adoption is necessarily niche: it is useful to users who want Signal in a terminal workflow and are comfortable with linked-device semantics, local configuration, and terminal keybindings.

### 使われ方

Users run `gurk`, link it as a Signal device via QR code on first launch, and then interact through keyboard-driven channel, message, selection, file upload, URL, reaction, mute, and help commands.

Configuration supports custom keybindings and default-keybinding control in `gurk.toml`; the same config locations may contain sensitive linked-client settings, which is why credentials and configuration locations are the same for curation purposes.

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

gurk is notable as a package because it sits at an awkward boundary: a Rust TUI application with Signal protocol dependencies that cannot use the ordinary crates.io binary path. That pushes distributors toward GitHub releases, git-based Cargo installs, and OS package recipes.

For terminal users, it is an example of packaging a messaging client as a keyboard-first command rather than a desktop application.

### タイムライン

- 2020: GitHub repository created.
- 2021: v0.2.0 release published.

### Related projects

- Signal Messenger is the service and protocol ecosystem gurk connects to.
- presage is referenced by the README as a related Signal client library.
- libsignal-related libraries are part of the dependency reason the binary is not published on crates.io.

### ソース

- <https://api.github.com/repos/boxdot/gurk-rs>
- <https://api.github.com/repos/boxdot/gurk-rs/releases?per_page=100>
- <https://github.com/boxdot/gurk-rs>
- <https://raw.githubusercontent.com/boxdot/gurk-rs/main/README.md>


## セキュリティノート

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

- **Geiger リスク:** blue / 中
- 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: $XDG_CONFIG_HOME/gurk/gurk.toml, $XDG_CONFIG_HOME/gurk.toml, ~/.config/gurk/gurk.toml, ~/.gurk.toml

## Credential files

- Unix: $XDG_CONFIG_HOME/gurk/gurk.toml, $XDG_CONFIG_HOME/gurk.toml, ~/.config/gurk/gurk.toml, ~/.gurk.toml
## ソースデータベース詳細

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

## 他のパッケージマネージャ記録

- pacman - gurk - 0.10.1-1: normalized package name match | Arch Linux sync databases: gurk from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Signal Messenger client for terminal | https://github.com/boxdot/gurk-rs


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [openssl@3](https://pkg.so/ja/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [protobuf](https://pkg.so/ja/brew/protobuf/) - Build dependency declared by Homebrew.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [gitter-cli](https://pkg.so/ja/brew/gitter-cli/) - Shares pkgdb curated category or tags: chat, cli, messaging, productivity.
- [pidgin](https://pkg.so/ja/brew/pidgin/) - Shares pkgdb curated category or tags: chat, cli, productivity.
- [micasa](https://pkg.so/ja/brew/micasa/) - Shares pkgdb curated category or tags: cli, productivity, terminal-ui.
- [concord](https://pkg.so/ja/brew/concord/) - Shares pkgdb curated category or tags: cli, messaging, productivity.
- [iamb](https://pkg.so/ja/brew/iamb/) - Shares pkgdb curated category or tags: chat, cli, productivity.
- [joshuto](https://pkg.so/ja/brew/joshuto/) - Shares pkgdb curated category or tags: cli, productivity, terminal-ui.
- [gotify](https://pkg.so/ja/brew/gotify/) - Shares pkgdb curated category or tags: cli, messaging, productivity.
- [msgvault](https://pkg.so/ja/brew/msgvault/) - Shares pkgdb curated category or tags: chat, cli, productivity.
- [nmail](https://pkg.so/ja/brew/nmail/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, client, openssl, openssl-3, productivity.
- [eureka](https://pkg.so/ja/brew/eureka/) - Local package facts share a topical domain. Shared terms: cli, openssl, openssl-3, productivity, terminal.

## Combined YAML source

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


## ソース

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