pkg.soopen package index

brew / 順位 689

qrencode を Homebrew, apt, dnf, MacPorts, Nix, pacman, zypper, scoop でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install qrencode

local Homebrew formula metadata

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

MacPorts ports tree · graphics/qrencode/Portfile · ソース: api.github.com

Linux

Debian apt確認済み · 92%
sudo apt install qrencode

Debian stable package indexes · qrencode · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install qrencode

Fedora Rawhide package metadata · qrencode · ソース: dl.fedoraproject.org

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

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

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

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

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

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

Windows

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

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

概要

パッケージ概要

QR Code generation

コマンドとエイリアス

  • qrencode

履歴

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

QRencode, distributed as libqrencode plus the qrencode command, is Kentaro Fukuchi’s fast and compact C implementation for generating QR Code symbols. The library exposes encoding APIs, while the CLI writes formats such as PNG, EPS, SVG, XPM, and terminal-oriented output.

プロジェクトの歴史

Kentaro Fukuchi began libqrencode as a C library for converting strings or structured data into QR Code bitmap arrays. The official manual carries copyright dates beginning in 2006. Over time the project added Micro QR Code, structured append, multiple command output formats, thread-safety and memory improvements, and CMake support alongside its Autotools build.

Version 4.0.0, released in 2017, retained the public API while substantially revising the implementation for better performance and memory use. Version 4.1.1 followed in 2020 with fixes for Micro QR Code capacity and data-length calculations.

採用の歴史

libqrencode has become a widely packaged native QR encoder: source_facts.package-manager records packages in Homebrew, Debian, Ubuntu, Fedora-family systems, Arch, Nix, MacPorts, Scoop, and openSUSE. Distributions expose both the C library and, depending on packaging, the qrencode executable or development headers.

使われ方

Developers can link libqrencode and call its string, binary-data, or structured-input APIs to obtain QR bitmap data.

Shell users can run qrencode with input text and an output filename to produce a QR image; standard output is supported for pipeline use.

The library does not require user credentials or a runtime configuration file. Build-time options and command flags control features and output.

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

libqrencode is a compact, embeddable C implementation that also supplies a scriptable CLI, so it serves both application developers and shell users. Its longevity, stable native API, multiple build systems, and availability across major package ecosystems make it a foundational QR-generation dependency.

タイムライン

  • 2006: The libqrencode copyright history begins.
  • 2011: The 3.2 series documented experimental Micro QR Code support.
  • 2014: Version 3.3.0 was released.
  • 2017-09-21: Version 4.0.0 was released with a largely revised implementation and CMake support.
  • 2020-09-28: Version 4.1.1 was released with Micro QR Code bug fixes.

Related projects

  • The qrencode executable is the command-line frontend shipped from the libqrencode source tree.
  • qrtool explicitly names qrencode as one of its inspirations, illustrating libqrencode’s influence on later QR command-line tools.

ソース

  • Official API manual: https://fukuchi.org/works/qrencode/manual/
  • Official ChangeLog: https://github.com/fukuchi/libqrencode/blob/master/ChangeLog
  • Official releases: https://github.com/fukuchi/libqrencode/releases
  • Official repository README: https://github.com/fukuchi/libqrencode#readme
  • Package coverage: source_facts.package-manager

セキュリティ状態

リスクレベル: グリーン

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 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 2 件のビルド依存関係があります。

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

ページ生成日2026-09-19
マネージャ版4.1.1
マネージャ更新日2026-09-10
ローカルデータOK
上流最新
検出された最新v4.1.1

https://github.com/fukuchi/libqrencode

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

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:qrencode
バージョン4.1.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/qrencode
ホームページhttps://fukuchi.org/works/qrencode/index.html.en
リポジトリhttps://github.com/fukuchi/libqrencode
上流ドキュメントhttps://fukuchi.org/works/qrencode/index.html.en
ライセンスLGPL-2.1-or-later
ソースアーカイブhttps://github.com/fukuchi/libqrencode/archive/refs/tags/v4.1.1.tar.gz
最終更新2026-09-10T08:58:44Z
Pulseupdated
依存関係libpng
ビルド依存関係cmake, pkgconf
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Debian apt95%

libqrencode-dev 4.1.1-2

QR Code encoding library -- development

https://fukuchi.org/works/qrencode/index.html.en

sudo apt install libqrencode-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: qrencode
  • 1 依存関係
  • normalized package name match
  • 一致条件: Qrencode
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libqrencode-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libqrencode4 4.1.1-2

QR Code encoding library

https://fukuchi.org/works/qrencode/index.html.en

sudo apt install libqrencode4
  • Section: libs
  • Architecture: amd64
  • Source Package: qrencode
  • 1 依存関係
  • normalized package name match
  • 一致条件: Qrencode
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libqrencode4 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

qrencode 4.1.1-2

QR Code encoder into PNG image

https://fukuchi.org/works/qrencode/index.html.en

sudo apt install qrencode
  • Section: utils
  • Architecture: amd64
  • 3 依存関係
  • normalized package name match
  • 一致条件: Qrencode
Debian stable package indexes · deb.debian.org · Debian stable package indexes: qrencode from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

qrencode

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

libqrencode-dev 4.1.1-1build2

QR Code encoding library -- development

https://fukuchi.org/works/qrencode/index.html.en

sudo apt install libqrencode-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: qrencode
  • 1 依存関係
  • normalized package name match
  • 一致条件: Qrencode
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libqrencode-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libqrencode4 4.1.1-1build2

QR Code encoding library

https://fukuchi.org/works/qrencode/index.html.en

sudo apt install libqrencode4
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: qrencode
  • 1 依存関係
  • normalized package name match
  • 一致条件: Qrencode
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libqrencode4 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

qrencode 4.1.1-1build2

QR Code encoder into PNG image

https://fukuchi.org/works/qrencode/index.html.en

sudo apt install qrencode
  • Section: universe/utils
  • Architecture: amd64
  • 3 依存関係
  • normalized package name match
  • 一致条件: Qrencode
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: qrencode from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

qrencode 4.1.1-13.fc45

Generate QR 2D barcodes

http://fukuchi.org/works/qrencode/

sudo dnf install qrencode
  • License: LicenseRef-Callaway-LGPLv2+
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: qrencode
  • 4 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Qrencode
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: qrencode from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/652278618dec9c023176a80c435a32a2c8154869fb0eb662c267a54df28d77d9-primary.xml.zst
dnf95%

qrencode-devel 4.1.1-13.fc45

QR Code encoding library - Development files

http://fukuchi.org/works/qrencode/

sudo dnf install qrencode-devel
  • License: LicenseRef-Callaway-LGPLv2+
  • Category: Unspecified
  • Architecture: i686
  • Source Package: qrencode
  • 3 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Qrencode
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: qrencode-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/652278618dec9c023176a80c435a32a2c8154869fb0eb662c267a54df28d77d9-primary.xml.zst
dnf95%

qrencode-libs 4.1.1-13.fc45

QR Code encoding library - Shared libraries

http://fukuchi.org/works/qrencode/

sudo dnf install qrencode-libs
  • License: LicenseRef-Callaway-LGPLv2+
  • Category: Unspecified
  • Architecture: i686
  • Source Package: qrencode
  • 2 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Qrencode
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: qrencode-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/652278618dec9c023176a80c435a32a2c8154869fb0eb662c267a54df28d77d9-primary.xml.zst
pacman95%

qrencode 4.1.1-4

C library for encoding data in a QR Code symbol.

https://fukuchi.org/works/qrencode/

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

libqrencode4 4.1.1-2.11

C library for encoding data in a QR Code symbol

https://github.com/fukuchi/libqrencode

sudo zypper install libqrencode4
  • License: LGPL-2.1-or-later
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: qrencode
  • 2 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Qrencode
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libqrencode4 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/d310d5a96106e1e8872a385adf98aaa23be9db5d80937a6717314e7e7f37715065c6c748ab7ccee6475d620b46979c0fe64235fc0c46988e17edf659578fcf31-primary.xml.zst
zypper95%

libqrencode4-32bit 4.1.1-2.11

C library for encoding data in a QR Code symbol

https://github.com/fukuchi/libqrencode

sudo zypper install libqrencode4-32bit
  • License: LGPL-2.1-or-later
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: qrencode
  • 2 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Qrencode
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libqrencode4-32bit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/d310d5a96106e1e8872a385adf98aaa23be9db5d80937a6717314e7e7f37715065c6c748ab7ccee6475d620b46979c0fe64235fc0c46988e17edf659578fcf31-primary.xml.zst
zypper95%

qrencode 4.1.1-2.11

C library for encoding data in a QR Code symbol

https://github.com/fukuchi/libqrencode

sudo zypper install qrencode
  • License: LGPL-2.1-or-later
  • Category: Productivity/Graphics/Other
  • Architecture: x86_64
  • Source Package: qrencode
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Qrencode
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: qrencode from https://download.opensuse.org/tumbleweed/repo/oss/repodata/d310d5a96106e1e8872a385adf98aaa23be9db5d80937a6717314e7e7f37715065c6c748ab7ccee6475d620b46979c0fe64235fc0c46988e17edf659578fcf31-primary.xml.zst
zypper95%

qrencode-devel 4.1.1-2.11

C library for encoding data in a QR Code symbol - Development files

https://github.com/fukuchi/libqrencode

sudo zypper install qrencode-devel
  • License: LGPL-2.1-or-later
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: qrencode
  • 2 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Qrencode
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: qrencode-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/d310d5a96106e1e8872a385adf98aaa23be9db5d80937a6717314e7e7f37715065c6c748ab7ccee6475d620b46979c0fe64235fc0c46988e17edf659578fcf31-primary.xml.zst
MacPorts95%

qrencode

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

ソース経路

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

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

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • 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