# 使用 Homebrew, apk, Nix 安装 dnote

查看 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
