# Installer timewarrior avec Homebrew, apk, apt, MacPorts, Nix, zypper, dnf, pacman

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de timewarrior pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install timewarrior
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install timewarrior
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:timewarrior
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.10.0
- **Résumé source:** Command-line time tracking application
- **Page d'accueil:** <https://timewarrior.net/>
- **Dépôt:** <https://github.com/GothenburgBitFactory/timewarrior>
- **Dernière mise à jour:** 2026-08-02T22:08:41Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- timew (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.10.0
## Historique du projet et usages

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

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- <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.


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- 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
## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

- 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
