# Installer dstask avec Homebrew, apk, MacPorts, Nix

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

## installation

```sh
sudo av install brew:dstask
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install dstask
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install dstask
```

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

### Linux

- apk (92%):

```sh
sudo apk add dstask
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#dstask
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ds/dstask/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:dstask
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.0.1
- **Résumé source:** Git-powered personal task tracker
- **Page d'accueil:** <https://github.com/naggie/dstask>
- **Dépôt:** <https://github.com/naggie/dstask>
- **Dernière mise à jour:** 2026-07-29T17:00:36+09:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- dstask (alias)
- dstask-import (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

dstask is a single-binary terminal task and notes manager that stores personal tasks in a Git repository. It belongs to the terminal productivity lineage around Taskwarrior, todo.txt, password-store style Git sync, and plain-text-ish personal data.

### Historique du projet

The GitHub repository was created in December 2018. The README frames dstask as similar to Taskwarrior, but with Git-based synchronization instead of a special sync protocol and with one Markdown note page per task.

The project kept a deliberately personal scope: the README calls collaboration a non-feature and points users to other systems for multi-person projects. Its features instead center on contexts, task notes, URL opening, shell completions, import tools, and Git-backed undo and sync.

### Historique d'adoption

dstask has been packaged beyond its upstream releases, with the README listing Homebrew, Nix, Arch AUR, and FreeBSD packages. Homebrew packages the GitHub release tarball and records version 1.0.1 in 2026.

The release history shows a long pre-1.0 life from early v0.x tags through a 1.0 release in November 2025 and v1.0.1 in January 2026, which is typical for small terminal productivity tools that mature through steady personal use.

### Modes d'utilisation

Users create or clone a `~/.dstask` Git repository for task data, then use commands such as `add`, `next`, `done`, `note`, `context`, `sync`, and `git`. The tool can import GitHub issues or Taskwarrior tasks.

Because storage and sync are just Git, dstask is attractive to users who already trust command-line merge conflict resolution and want portable task state without a dedicated service.

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

dstask matters to package nerds because it is a clean example of the single static binary plus Git repository pattern: simple install surface, no server, no database daemon, and data that can move across machines with normal Git tooling.

It also demonstrates a familiar package-manager niche: a small alternative to a better-known tool, in this case Taskwarrior, optimized around one strong opinion rather than a broad collaboration platform.

### Chronologie

- 2018-12: The dstask GitHub repository is created.
- 2020-11: GitHub releases show the v0.23 series.
- 2025-11: GitHub releases show the 1.0 release.
- 2026-01: Homebrew and GitHub releases package v1.0.1.

### Related projects

- Taskwarrior is the main comparison point and migration source named by the README.
- password-store is named by the README as an inspiration for Git-powered sync and undo.
- GitHub Issues can be imported through dstask's import tool.

### Sources

- <https://github.com/naggie/dstask>
- <https://api.github.com/repos/naggie/dstask>
- <https://api.github.com/repos/naggie/dstask/releases>
- <https://formulae.brew.sh/api/formula/dstask.json>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Nix - dstask: normalized package name match | nixpkgs package indexes: pkgs/by-name/ds/dstask/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - dstask - 1.0.1-r3: normalized package name match | Alpine Linux edge package indexes: dstask from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Personal task tracker designed to help you focus | https://dstask.org/
- apk - dstask-bash-completion - 1.0.1-r3: normalized package name match | Alpine Linux edge package indexes: dstask-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Bash completions for dstask | https://dstask.org/
- apk - dstask-fish-completion - 1.0.1-r3: normalized package name match | Alpine Linux edge package indexes: dstask-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Fish completions for dstask | https://dstask.org/
- apk - dstask-import - 1.0.1-r3: normalized package name match | Alpine Linux edge package indexes: dstask-import from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Import tool for dstask | https://dstask.org/
- apk - dstask-zsh-completion - 1.0.1-r3: normalized package name match | Alpine Linux edge package indexes: dstask-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Zsh completions for dstask | https://dstask.org/
- MacPorts - dstask: normalized package name match | MacPorts ports tree: office/dstask/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/dstask.yml](https://github.com/mxcl/pkgdb/blob/main/combined/dstask.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
