# Installer dnote avec Homebrew, apk, Nix

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

## installation

```sh
sudo av install brew:dnote
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install dnote
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add dnote
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#dnote
```

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

## Faits du paquet

- **Clé du paquet:** brew:dnote
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.16.0
- **Résumé source:** Simple command-line notebook
- **Page d'accueil:** <https://www.getdnote.com>
- **Dépôt:** <https://github.com/dnote/dnote>
- **Dernière mise à jour:** 2026-07-28T14:10:39+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- dnote (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Dnote is a command-line notebook for capturing and searching technical notes from the terminal. It stores notes locally in SQLite and can optionally sync through a self-hosted server.

### Historique du projet

The official site and README describe Dnote as free and open source since 2017. The project has evolved around a single-binary CLI, local SQLite storage, and an optional server with REST API access for syncing notes between devices.

### Historique d'adoption

Dnote appeals to users who want note capture to live next to shell history, editors, and command snippets rather than in a heavy graphical notebook. Its cross-platform binary distribution and Homebrew install path make it a natural fit for developer workstations.

### Modes d'utilisation

The README's core loop is add, view, find, and sync: add a note to a book, view notes in that book, full-text search past notes, and sync when a server is configured. The server documentation covers self-hosting for users who want multi-device access without relying on a third-party service.

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

Dnote is interesting to package people because it turns personal knowledge management into a small CLI plus one SQLite file. That keeps the deployment story close to other beloved terminal tools: one binary, local data, optional network service.

### Chronologie

- 2017: Dnote begins as a free and open-source command-line notebook.
- 2025: Server v3.0.0 moves self-hosting to SQLite and a single-binary setup.
- 2026: The official site presents Dnote as a terminal-first notebook with self-hosted sync.

### Related projects

- Dnote server provides optional synchronization and API access.
- Other terminal note tools such as nb occupy the same command-line knowledge-management space.

### Sources

- <https://www.getdnote.com/>
- <https://www.getdnote.com/docs/server/>
- <https://github.com/dnote/dnote>
- <https://github.com/dnote/dnote/releases>


## 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 - dnote: normalized package name match | nixpkgs package indexes: pkgs/by-name/dn/dnote/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - dnote - 0.16.0-r6: normalized package name match | Alpine Linux edge package indexes: dnote from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | A simple command line notebook for programmers (cli) | https://www.getdnote.com/
- apk - dnote-bash-completion - 0.16.0-r6: normalized package name match | Alpine Linux edge package indexes: dnote-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Bash completions for dnote | https://www.getdnote.com/
- apk - dnote-doc - 0.16.0-r6: normalized package name match | Alpine Linux edge package indexes: dnote-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | A simple command line notebook for programmers (cli) (documentation) | https://www.getdnote.com/
- apk - dnote-zsh-completion - 0.16.0-r6: normalized package name match | Alpine Linux edge package indexes: dnote-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Zsh completions for dnote | https://www.getdnote.com/


## Combined YAML source

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