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

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

## インストール

```sh
sudo av install brew:timewarrior
```

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

### macOS

- Homebrew (100%):

```sh
brew install timewarrior
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install timewarrior
```

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

### Linux

- apk (92%):

```sh
sudo apk add timewarrior
```

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

- Debian apt (92%):

```sh
sudo apt install timewarrior
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#timewarrior
```

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

- zypper (92%):

```sh
sudo zypper install timewarrior
```

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

- dnf (92%):

```sh
sudo dnf install timew
```

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

- pacman (92%):

```sh
sudo pacman -S timew
```

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

## パッケージ情報

- **パッケージキー:** brew:timewarrior
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.10.0
- **ソース概要:** Command-line time tracking application
- **ホームページ:** <https://timewarrior.net/>
- **リポジトリ:** <https://github.com/GothenburgBitFactory/timewarrior>
- **最終更新:** 2026-08-02T22:08:41Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- timew (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

Timewarrior is a free, open-source command-line time-tracking application from the Gothenburg Bit Factory ecosystem, closely associated with Taskwarrior.

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

Timewarrior began as a companion to Taskwarrior. The Taskwarrior project announced Timewarrior 0.9.5 alpha in June 2016, describing it as a tool intended to replace Taskwarrior's older `timesheet` command and add more reporting capability.

The 1.0.0 release followed in August 2016. The release announcement described Timewarrior as tracking time from the command line, generating reports, storing data locally in clear text, and integrating with Taskwarrior.

The official Timewarrior site now presents it as free and open-source software that tracks time from the command line. Its release archive shows continued maintenance through the 1.x series, including 1.5.0 in 2023, 1.7.x in 2023-2024, and 1.9.1 in 2025.

### 採用の歴史

Timewarrior's adoption is strongly tied to command-line productivity users who already use Taskwarrior or similar plain-text workflows. Its tutorials emphasize no initial setup beyond first-run data/config creation and simple commands for starting, stopping, tagging, and summarizing intervals.

The input package-manager metadata lists broad distribution across apk, Homebrew, Debian, Fedora, MacPorts, Nix, Arch, Ubuntu, and openSUSE, indicating unusually wide packaging for a terminal productivity tool.

### 使われ方

Typical usage starts with `timew start`, `timew stop`, and `timew summary`, often with tags to classify tracked work. The docs also cover backfilled intervals with `timew track` and reporting features such as summaries and charts.

Timewarrior stores intervals and models open and closed time ranges; the official interval-behavior docs explain real and synthetic intervals, exclusions, and how an open interval is handled across excluded time.

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

Timewarrior is significant in the package-nerd niche because it is a mature CLI productivity tool with local text-like data, scriptable commands, and a natural link to Taskwarrior hooks and workflows.

Its appeal is strongest for users who want time tracking to live in the terminal and package manager rather than in a hosted SaaS application.

### タイムライン

- 2016-06: Timewarrior 0.9.5 alpha announced by Taskwarrior.
- 2016-08: Timewarrior 1.0.0 released.
- 2023-04: Timewarrior 1.5.0 released.
- 2025-08: Timewarrior 1.9.1 listed as the current release on the official site.

### Related projects

- Taskwarrior is Timewarrior's closest related project; official announcements describe Timewarrior as its companion and replacement for Taskwarrior's older timesheet command.
- The broader family includes Gothenburg Bit Factory command-line productivity projects.

### ソース

- <https://taskwarrior.org/news/news.20160620/ - official Taskwarrior news announcing Timewarrior 0.9.5 alpha and its companion role.>
- <https://taskwarrior.org/news/news.20160821/ - official Taskwarrior news announcing Timewarrior 1.0.0.>
- <https://timewarrior.net/ - official homepage describes current purpose and release.>
- <https://timewarrior.net/docs/interval_behavior/ - official docs describe interval storage and behavior.>
- <https://timewarrior.net/releases/ - official release archive lists 1.0.0 through 1.9.1 release dates.>
- <https://timewarrior.net/tutorial/first_light/ - official tutorial documents first-run setup.>
- input.source_facts.package-manager - package-manager availability lists apk, Homebrew, Debian, Fedora, MacPorts, Nix, Arch, Ubuntu, and openSUSE.


## セキュリティノート

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: ~/.timewarrior/timewarrior.cfg
## 他のパッケージマネージャ記録

- Debian apt - timewarrior - 1.7.1+ds.1-2: normalized package name match | Debian stable package indexes: timewarrior from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | feature-rich time tracking utility | https://timewarrior.net/
- Nix - timewarrior: normalized package name match | nixpkgs package indexes: pkgs/by-name/ti/timewarrior/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - timewarrior - 1.7.1+ds.1-2: normalized package name match | Ubuntu 24.04 LTS package indexes: timewarrior from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | feature-rich time tracking utility | https://timewarrior.net/
- apk - timewarrior - 1.7.1-r0: normalized package name match | Alpine Linux edge package indexes: timewarrior from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | command line time tracking and reporting | https://timewarrior.net
- apk - timewarrior-doc - 1.7.1-r0: normalized package name match | Alpine Linux edge package indexes: timewarrior-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | command line time tracking and reporting (documentation) | https://timewarrior.net
- zypper - timewarrior - 1.9.1-1.3: normalized package name match | openSUSE Tumbleweed package metadata: timewarrior from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Command line time tracker | https://timewarrior.net/
- MacPorts - timewarrior: normalized package name match | MacPorts ports tree: office/timewarrior/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- apk - timew - 1.4.3-r1: installed executable or alias match | Alpine Linux edge package indexes: timew from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Timewarrior is a command line time tracking application | https://taskwarrior.org/
- apk - timew-bash-completion - 1.4.3-r1: installed executable or alias match | Alpine Linux edge package indexes: timew-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Bash completions for timew | https://taskwarrior.org/
- apk - timew-doc - 1.4.3-r1: installed executable or alias match | Alpine Linux edge package indexes: timew-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Timewarrior is a command line time tracking application (documentation) | https://taskwarrior.org/
- dnf - timew - 1.9.1-3.fc45: installed executable or alias match | Fedora Rawhide package metadata: timew from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Timewarrior tracks and reports time | https://timewarrior.net/
- pacman - timew - 1.9.1-1: installed executable or alias match | Arch Linux sync databases: timew from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Timewarrior, A command line time tracking application | https://timewarrior.net/


## Combined YAML source

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