# dnote を Homebrew, apk, Nix でインストール

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

## インストール

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

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

### macOS

- Homebrew (100%):

```sh
brew install dnote
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add dnote
```

  証拠: 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
```

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

## パッケージ情報

- **パッケージキー:** brew:dnote
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.16.0
- **ソース概要:** Simple command-line notebook
- **ホームページ:** <https://www.getdnote.com>
- **リポジトリ:** <https://github.com/dnote/dnote>
- **最終更新:** 2026-07-28T14:10:39+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- dnote (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

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.

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

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.

### 採用の歴史

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.

### 使われ方

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.

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

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.

### タイムライン

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

### ソース

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


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

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


## ソース

- 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
