pkg.soopen package index

brew / 順位 2910

zk を Homebrew, apk, MacPorts, Nix, pacman, zypper, scoop でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install zk

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install zk

MacPorts ports tree · office/zk/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add zk

Alpine Linux edge package indexes · zk · ソース: dl-cdn.alpinelinux.org

Nix確認済み · 92%
nix profile install nixpkgs#zk

nixpkgs package indexes · pkgs/by-name/zk/zk/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S zk

Arch Linux sync databases · zk · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install zk

openSUSE Tumbleweed package metadata · zk · ソース: download.opensuse.org

Windows

Scoop確認済み · 92%
scoop install main/zk

Scoop official bucket manifest trees · bucket/zk.json · ソース: api.github.com

概要

パッケージ概要

Plain text note-taking assistant

コマンドとエイリアス

  • zk

履歴

プロジェクトの歴史と使われ方

zk is a command-line note-taking assistant for plain-text Zettelkasten and personal-wiki workflows. It is aimed at people who want Markdown files, editor integration, fast search, and links without adopting a heavyweight notes application.

プロジェクトの歴史

The README describes zk as a CLI that helps maintain a plain-text Zettelkasten or personal wiki. Its design centers on a notebook directory, Markdown notes, links, tags, templates, search, and editor workflows rather than a standalone GUI.

The project later moved from solo maintenance into the `zk-org` organization. The v0.14.1 release notes describe that release as the first after the project transferred from Mickael Menu's solo hands to zk-org, with new maintainers contributing behind-the-scenes fixes and maintenance.

The broader zk ecosystem includes a Language Server Protocol surface plus editor clients. The official docs describe LSP features such as Markdown link completion, tag completion, hover previews, navigation, diagnostics for dead links, and custom commands; companion projects include zk-nvim and zk-vscode.

採用の歴史

zk found its niche among terminal and editor users who liked the Zettelkasten idea but wanted files and command-line composition instead of a closed notes app. The official docs advertise installation through common Unix-oriented channels and present the tool as leveraging the power of the command line.

The 2024 maintainer discussion and transfer to zk-org show an adoption pattern common to useful niche CLIs: users depended on the tool enough that community members organized around maintenance when the original solo-maintainer model was no longer enough.

使われ方

Users keep notes in a notebook directory, configure behavior in `.zk/config.toml`, and use commands to create, edit, search, filter, tag, and link Markdown notes. The notes documentation lists workflows for notebook anatomy, creating notes, full-text or exact search, regular expressions, tag filtering, date filtering, and link exploration.

Editor integration is central to practical use. zk ships an LSP server, and users can connect it to Neovim, Vim, Helix, Sublime Text, Visual Studio Code, and other LSP-compatible editors so the CLI becomes an indexer and note graph backend for the editor they already use.

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

zk is package-nerd significant because it is the note-taking equivalent of a good Unix filter: it leaves the important artifact as plain Markdown while adding indexing, search, linking, templates, and editor protocol support around it.

It also demonstrates a modern CLI pattern where the package is both an executable and a language server. Installing it gives shell commands plus editor intelligence, without pulling in a GUI application or a hosted sync service.

タイムライン

  • 2021: zk's public repository history begins before the later zk-org transfer.
  • 2024: Maintainers discuss the project's future and the move into the zk-org organization.
  • 2024: v0.14.1 is released as the first release after the transfer from solo maintenance to zk-org.
  • 2026: The project continues with releases in the v0.15 series and companion editor integrations.

Related projects

  • zk-nvim, the Neovim extension for zk.
  • zk-vscode, the Visual Studio Code client for zk's language server.
  • zk-emacs, editor integrations using the same notebook-oriented model.
  • Other plain-text note and Zettelkasten tools such as Obsidian, Zettlr, nb, Vimwiki, and Zim.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

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

Config paths the tool may read or write during local use.

Unix
.zk/config.toml

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
zkcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-04
マネージャ版0.15.6
マネージャ更新日2026-07-26
ローカルデータOK
上流最新
検出された最新v0.15.6

https://github.com/zk-org/zk

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:zk
バージョン0.15.6
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/zk
ホームページhttps://zk-org.github.io/zk/
リポジトリhttps://github.com/zk-org/zk
上流ドキュメントhttps://zk-org.github.io/zk/
ライセンスGPL-3.0-only
ソースアーカイブhttps://github.com/zk-org/zk/archive/refs/tags/v0.15.6.tar.gz
最終更新2026-07-26T15:44:13Z
Pulseupdated
依存関係icu4c@78
ビルド依存関係go
macOS 提供ライブラリsqlite
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namezk
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

zk

nix profile install nixpkgs#zk
  • normalized package name match
  • 一致条件: Zk
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/zk/zk/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

zk 0.15.6-r0

Plain text note-taking application with CLI interface

https://github.com/zk-org/zk

sudo apk add zk
  • License: GPL-3.0-only
  • Architecture: x86_64
  • Source Package: zk
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Zk
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: zk from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

zk-doc 0.15.6-r0

Plain text note-taking application with CLI interface (documentation)

https://github.com/zk-org/zk

sudo apk add zk-doc
  • License: GPL-3.0-only
  • Architecture: x86_64
  • Source Package: zk
  • normalized package name match
  • 一致条件: Zk
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: zk-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

zk 0.15.6-1

A command-line tool helping you to maintain a Zettelkasten or personal wiki

https://github.com/zk-org/zk

sudo pacman -S zk
  • License: GPL-3.0-only
  • Architecture: x86_64
  • 2 依存関係
  • normalized package name match
  • 一致条件: Zk
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: zk from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

zk 0.15.6-1.1

Plain text note-taking assistant for markdown

https://github.com/zk-org/zk

sudo zypper install zk
  • License: BSD-2-Clause
  • Category: System/Shells
  • Architecture: x86_64
  • Source Package: zk
  • 5 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Zk
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: zk from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
MacPorts95%

zk

sudo port install zk
  • normalized package name match
  • 一致条件: Zk
MacPorts ports tree · api.github.com · MacPorts ports tree: office/zk/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/zk

scoop install main/zk
  • normalized package name match
  • 一致条件: Zk
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/zk.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

Combined YAML source

View the package source record on GitHub.

combined/zk.yml

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment
  • pkg.so package database
  • pkgdb category and tag curation