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

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

## インストール

```sh
sudo av install brew:harsh
```

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

### macOS

- Homebrew (100%):

```sh
brew install harsh
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add harsh
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#harsh
```

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

## パッケージ情報

- **パッケージキー:** brew:harsh
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/harsh>
- **バージョン:** 0.14.5
- **ソース概要:** Habit tracking for geeks
- **ホームページ:** <https://github.com/wakatara/harsh>
- **リポジトリ:** <https://github.com/wakatara/harsh>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/wakatara/harsh/archive/refs/tags/v0.14.5.tar.gz>
- **最終更新:** 2026-07-27T14:32:23+02:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

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

## ビルド依存関係

- go

## インストール挙動

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

## バージョンと鮮度

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

Harsh Taskmaster is Daryl Manning's minimalist Go command-line habit tracker, built around editable text files, daily prompts, todo urgency, statistics, and long-range consistency graphs.

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

Manning publicly released Harsh on May 26, 2020 after using the Rust program habitctl and finding that project no longer active. He kept its simple text-file and Seinfeld-chart ideas, rewrote the concept in Go to reduce build and installation friction, and added skips, warnings, score fixes, and corrected sparklines.

The project continued beyond its initial release series. By 2026 it supported habit end dates for long-range records, structured JSON output for agents and scripts, filtering, statistics, notes and amounts, and shell completions while retaining human-editable storage.

### 採用の歴史

The launch shipped Homebrew and Snap installation plus cross-platform binaries. The current README adds Arch AUR, DEB, RPM, APK, Go installation, and a one-line installer; supplied metadata also records Homebrew, Alpine, and Nix packaging.

### 使われ方

`harsh ask` records today's habits, `harsh log` renders the last 100 days, and `harsh todo` shows pending habits with urgency. Users own and can directly edit the `habits` and append-only `log` text files, relocate them with `HARSHPATH`, and request structured output with `harsh log --json`.

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

Harsh is a durable example of Unix-style personal software: a single Go binary, plain-text state, scriptable JSON, shell completions, and broad binary/package-manager distribution. It is both interactive enough for daily use and transparent enough for backups, Git, editors, and data analysis.

### タイムライン

- 2020: Harsh is released as open source on May 26 with Homebrew, Snap, and binary installation.
- 2020: v0.8.1 begins the recorded GitHub release series.
- 2026: End dates and longer-range habit tracking are documented by the maintainer.
- 2026: v0.14.5 is released in June.

### Related projects

- habitctl supplied the core text-file and consistency-graph inspiration for Harsh.
- Emacs org-habits was evaluated by the author but rejected as too complex for his intended workflow.

### ソース

- <https://daryl.wakatara.com/better-habit-tracking-in-harsh/>
- <https://daryl.wakatara.com/harsh-a-minimalist-cli-habit-tracker/>
- <https://github.com/wakatara/harsh#readme>
- <https://github.com/wakatara/harsh/releases>
- source_facts.package-manager


## セキュリティノート

harsh に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。



## 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: ~/.config/harsh/habits, ~/.config/harsh/log
- Windows: %APPDATA%\harsh\habits, %APPDATA%\harsh\log
## ソースデータベース詳細

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

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

- Nix - harsh: normalized package name match | nixpkgs package indexes: pkgs/by-name/ha/harsh/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - harsh - 0.8.31-r21: normalized package name match | Alpine Linux edge package indexes: harsh from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Habit tracking for geeks | https://github.com/wakatara/harsh


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Language runtime packages](https://pkg.so/ja/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [go](https://pkg.so/ja/brew/go/) - Build dependency declared by Homebrew.
- [klog](https://pkg.so/ja/brew/klog/) - Shares pkgdb curated category or tags: cli, go, plain-text, productivity.
- [superfile](https://pkg.so/ja/brew/superfile/) - Shares pkgdb curated category or tags: cli, go, productivity, terminal.
- [lf](https://pkg.so/ja/brew/lf/) - Shares pkgdb curated category or tags: cli, go, productivity, terminal.
- [nnn](https://pkg.so/ja/brew/nnn/) - Shares pkgdb curated category or tags: cli, productivity, terminal.
- [doxx](https://pkg.so/ja/brew/doxx/) - Shares pkgdb curated category or tags: cli, productivity, terminal.
- [smug](https://pkg.so/ja/brew/smug/) - Shares pkgdb curated category or tags: cli, go, productivity, terminal.
- [intelli-shell](https://pkg.so/ja/brew/intelli-shell/) - Shares pkgdb curated category or tags: cli, productivity, terminal.
- [countdown](https://pkg.so/ja/brew/countdown/) - Shares pkgdb curated category or tags: cli, go, productivity, terminal.
- [odt2txt](https://pkg.so/ja/brew/odt2txt/) - Local package facts share a topical domain. Shared terms: cli, plain, plain-text, productivity, text.

## Combined YAML source

View the package source record on GitHub. [combined/harsh.yml](https://github.com/mxcl/pkgdb/blob/main/combined/harsh.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
