# vit を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper でインストール

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

## インストール

```sh
sudo av install brew:vit
```

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

### macOS

- Homebrew (100%):

```sh
brew install vit
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install vit
```

  証拠: MacPorts ports tree: office/vit/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add vit
```

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

- Debian apt (92%):

```sh
sudo apt install vit
```

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

- dnf (92%):

```sh
sudo dnf install vit
```

  証拠: Fedora Rawhide package metadata: vit from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#vit
```

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

- pacman (92%):

```sh
sudo pacman -S vit
```

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

- zypper (92%):

```sh
sudo zypper install vit
```

  証拠: openSUSE Tumbleweed package metadata: vit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:vit
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.3.4
- **ソース概要:** Full-screen terminal interface for Taskwarrior
- **ホームページ:** <https://github.com/vit-project/vit>
- **リポジトリ:** <https://github.com/vit-project/vit>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- vit (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

VIT, short for Visual Interactive Taskwarrior, is a full-screen terminal interface for Taskwarrior. It gives Taskwarrior users a curses-style task list with vi-like navigation, customizable key bindings, colorized columns, themes, formatters, and integrations with Taskwarrior reports.

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

VIT predates the current vit-project GitHub organization. The Taskwarrior site announced VIT 1.2 beta1 in February 2014 as a Taskwarrior front end with user-defined shortcuts, external-command integration, improved prompt navigation, and Taskwarrior-oriented key changes. VIT 1.2 was released in April 2014, with Scott Kostyshak listed as the contact, and reached Homebrew in June 2014.

The current README preserves the project's older lineage with a tribute to Steve Rader, saying vit is preserved, maintained, and continued because of his work. The modern 2.x repository was created in September 2016 and moved VIT into a Python 3-era codebase. Its GitHub releases show v2.0.0 in September 2019, v2.1.0 in February 2021, v2.2.0 in April 2022, v2.3.0 in April 2023, and v2.3.4 in March 2026.

### 採用の歴史

VIT's adoption follows Taskwarrior's own power-user community. It became attractive to users who liked Taskwarrior's data model and command-line flexibility but wanted a persistent, keyboard-driven overview for day-to-day task triage.

The June 2014 Taskwarrior news item announcing Homebrew availability is a useful adoption marker: it put VIT into the macOS package-manager path alongside Taskwarrior itself. Later Linux distribution packages extended the same pattern for users who wanted a packaged TUI rather than a custom script around `task`.

### 使われ方

A typical user runs `vit` to open a full-screen view over Taskwarrior's task database, then uses vi-like movement, commands, filters, and report views to inspect and modify tasks. The README recommends `vit --help`, in-application `:help`, and customization through the VIT user directory.

Customization is central to VIT's niche. The 2.x customization documentation says VIT looks for a user directory via `VIT_DIR`, `~/.vit`, or an XDG config directory, and supports custom config.ini settings, themes, formatters, keybindings, external refresh hooks, and Taskwarrior configuration overrides.

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

VIT matters to package nerds because it is a classic terminal productivity companion package: not the task database itself, but the TUI that makes the database comfortable for daily use. Its design keeps Taskwarrior as the source of truth while giving users a fast, scriptable, no-mouse interface.

It also documents the evolution of Taskwarrior's ecosystem from core CLI to separately packaged tools. The package sits beside newer TUIs, but remains historically important as one of the long-running visual interfaces for Taskwarrior.

### タイムライン

- 2013: Steve Rader, credited by the project as an important collaborator, died in May.
- 2014: VIT 1.2 beta1 announced in February; VIT 1.2 released in April; Homebrew availability announced in June.
- 2016: Current vit-project/vit repository created.
- 2019: v2.0.0 released for the modern Python-based line.
- 2021: v2.1.0 released.
- 2022: v2.2.0 released.
- 2023: v2.3.0 released.
- 2026: v2.3.4 released.

### Related projects

- VIT is tightly coupled to Taskwarrior. Related tools in the same ecosystem include Taskwarrior hooks, Taskserver, Timewarrior, tasksh, and newer Taskwarrior TUIs such as taskwarrior-tui.

### ソース

- <https://api.github.com/repos/vit-project/vit>
- <https://api.github.com/repos/vit-project/vit/releases?per_page=10>
- <https://github.com/vit-project/vit>
- <https://github.com/vit-project/vit/blob/2.x/CUSTOMIZE.md>
- <https://taskwarrior.org/news/news.20140220/>
- <https://taskwarrior.org/news/news.20140406/>
- <https://taskwarrior.org/news/news.20140607/>


## セキュリティノート

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: $VIT_DIR/config.ini, ~/.vit/config.ini, $XDG_CONFIG_HOME/vit/config.ini
## 他のパッケージマネージャ記録

- Debian apt - vit - 2.3.3-1: normalized package name match | Debian stable package indexes: vit from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | full-screen terminal interface for Taskwarrior | https://github.com/vit-project/vit
- Nix - vit: normalized package name match | nixpkgs package indexes: pkgs/by-name/vi/vit/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - vit - 2.3.2-1: normalized package name match | Ubuntu 24.04 LTS package indexes: vit from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | full-screen terminal interface for Taskwarrior | https://github.com/vit-project/vit
- apk - vit - 2.3.2-r2: normalized package name match | Alpine Linux edge package indexes: vit from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Lightweight, fast, curses-based front end to Taskwarrior | https://github.com/vit-project/vit
- apk - vit-pyc - 2.3.2-r2: normalized package name match | Alpine Linux edge package indexes: vit-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Precompiled Python bytecode for vit | https://github.com/vit-project/vit
- dnf - vit - 2.3.4-3.fc45: normalized package name match | Fedora Rawhide package metadata: vit from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Visual Interactive Taskwarrior full-screen terminal interface | https://github.com/scottkosty/vit
- pacman - vit - 2.3.4-1: normalized package name match | Arch Linux sync databases: vit from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Terminal interface for Taskwarrior with Vim key bindings and colorization | https://github.com/vit-project/vit
- zypper - vit - 2.3.4-1.2: normalized package name match | openSUSE Tumbleweed package metadata: vit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Visual Interactive Taskwarrior full-screen terminal interface | https://github.com/scottkosty/vit
- MacPorts - vit: normalized package name match | MacPorts ports tree: office/vit/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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