Automic VaultAutomic Vault

brew

neonctl を Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install neonctl

local Homebrew formula metadata

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

MacPorts ports tree · www/neon/Portfile · ソース: api.github.com

Linux

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

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

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

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

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

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

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

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

openSUSE zypper確認済み · 92%
sudo zypper install libneon-devel

openSUSE Tumbleweed package metadata · libneon-devel · ソース: download.opensuse.org

概要

パッケージ概要

Neon CLI tool

コマンドとエイリアス

  • neon
  • neonctl

履歴

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

neonctl is Neon's command-line client for Neon Serverless Postgres. It is packaged in Homebrew as `neonctl`, published for npm users, and exposes both `neonctl` and, in the newer monorepo package, the shorter `neon` command for managing Neon projects from a terminal.

プロジェクトの歴史

The standalone `neondatabase/neonctl` repository was created on 2022-08-27 and was later archived after development moved to the `neondatabase/neon-pkgs` monorepo under `packages/cli`. The old README points users to the monorepo for issues and pull requests, so the package history is a migration story rather than a dead project story.

The npm package `neonctl` was created on 2022-08-17 and had 172 published versions by 2026-07-01, while the newer monorepo release tags use names such as `neonctl@2.29.2`. That release cadence fits a cloud-service CLI: frequent small updates track API, authentication, branch, and deployment-surface changes.

採用の歴史

Homebrew's formula API listed `neonctl` stable 2.29.0 on 2026-07-01, with install analytics of 1,704 installs in 30 days, 2,502 in 90 days, and 9,571 in 365 days. That is modest compared with editor/toolchain packages, but meaningful for a vendor-specific database CLI.

Adoption is tied to Neon users rather than to a broad independent ecosystem. The package matters when teams use Neon branching, connection strings, API-key automation, or local project linking from shell scripts and CI.

使われ方

The documented install paths are npm, Homebrew, and direct binaries. Users authenticate with `neon auth` or `neonctl auth`, list and create projects or branches, fetch connection strings, open `psql`, and bind a working directory to a Neon project with `link`-style workflows.

Package-oriented users tend to install it globally through Homebrew or npm because it is an operational tool: it belongs on developer laptops and CI runners rather than inside an application dependency graph.

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

For av.db, `brew:neonctl` is best treated as a cloud database control-plane CLI with active upstream development in a moved repository. The Homebrew formula name preserves the older `neonctl` identity even as the command and npm package story shifts toward `neon`.

タイムライン

  • {'date': '2022-08-17', 'event': 'The `neonctl` npm package was created.'}
  • {'date': '2022-08-27', 'event': 'The standalone `neondatabase/neonctl` GitHub repository was created.'}
  • {'date': '2025-04-09', 'event': 'The `neondatabase/neon-pkgs` monorepo was created.'}
  • {'date': '2026-07-01', 'event': 'The `neon-pkgs` releases page listed `neonctl@2.29.2`; Homebrew listed stable 2.29.0.'}

Related projects

  • Neon Serverless Postgres
  • neondatabase/neon-pkgs
  • neondatabase/neonctl

セキュリティ状態

リスクレベル: グリーン

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 メタデータは 1 個のプラットフォームターゲットで利用できます。
  • 2 件の実行時依存関係とともにインストールされます。

推奨レビュー

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

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

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.config/neonctl/credentials.json

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

ページ生成日2026-07-25
マネージャ版2.36.0
マネージャ更新日2026-07-23
ローカルデータOK
上流not checked
検出された最新未検出

https://neon.tech/docs/reference/neon-cli

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:neonctl
バージョン2.36.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/neonctl
ホームページhttps://neon.tech/docs/reference/neon-cli
リポジトリhttps://github.com/neondatabase/neonctl
上流ドキュメントhttps://neon.com/docs/reference/neon-cli
ライセンスApache-2.0
ソースアーカイブhttps://registry.npmjs.org/neonctl/-/neonctl-2.36.0.tgz
最終更新2026-07-23T18:44:55Z
Pulseupdated
依存関係esbuild, node
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

MacPorts94%

neon

sudo port install neon
  • installed executable or alias match
  • 一致条件: Neon
MacPorts ports tree · api.github.com · MacPorts ports tree: www/neon/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Nix92%

neon

nix profile install nixpkgs#neon
  • installed executable or alias match
  • 一致条件: Neon
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ne/neon/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk92%

neon 0.36.0-r0

HTTP and WebDAV client library with a C interface

https://notroj.github.io/neon/

sudo apk add neon
  • License: LGPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: neon
  • 1 依存関係
  • 1 提供
  • installed executable or alias match
  • 一致条件: Neon
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: neon from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk92%

neon-dev 0.36.0-r0

HTTP and WebDAV client library with a C interface (development files)

https://notroj.github.io/neon/

sudo apk add neon-dev
  • License: LGPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: neon
  • 1 依存関係
  • 1 提供
  • installed executable or alias match
  • 一致条件: Neon
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: neon-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk92%

neon-doc 0.36.0-r0

HTTP and WebDAV client library with a C interface (documentation)

https://notroj.github.io/neon/

sudo apk add neon-doc
  • License: LGPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: neon
  • installed executable or alias match
  • 一致条件: Neon
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: neon-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf92%

neon 0.37.1-1.fc45

An HTTP and WebDAV client library

https://notroj.github.io/neon/

sudo dnf install neon
  • License: LGPL-2.0-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: neon
  • 9 依存関係
  • 2 提供
  • installed executable or alias match
  • 一致条件: Neon
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: neon from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf92%

neon-devel 0.37.1-1.fc45

Development libraries and C header files for the neon library

https://notroj.github.io/neon/

sudo dnf install neon-devel
  • License: LGPL-2.0-or-later AND GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: neon
  • 8 依存関係
  • 2 提供
  • installed executable or alias match
  • 一致条件: Neon
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: neon-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman92%

neon 0.37.1-1

HTTP/1.1 and WebDAV client library

https://notroj.github.io/neon/

sudo pacman -S neon
  • License: LGPL-2.0-or-later
  • Architecture: x86_64
  • 6 依存関係
  • installed executable or alias match
  • 一致条件: Neon
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: neon from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper92%

libneon-devel 0.37.1-1.2

An HTTP and WebDAV Client Library

https://notroj.github.io/neon/

sudo zypper install libneon-devel
  • License: LGPL-2.0-or-later AND GPL-2.0-or-later
  • Category: Development/Libraries/Other
  • Architecture: x86_64
  • Source Package: neon
  • 3 依存関係
  • 3 提供
  • installed executable or alias match
  • 一致条件: Neon
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libneon-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper92%

libneon27 0.37.1-1.2

An HTTP and WebDAV Client Library

https://notroj.github.io/neon/

sudo zypper install libneon27
  • License: LGPL-2.0-or-later
  • Category: Development/Libraries/Other
  • Architecture: x86_64
  • Source Package: neon
  • 9 依存関係
  • 3 提供
  • installed executable or alias match
  • 一致条件: Neon
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libneon27 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper92%

libneon27-32bit 0.37.1-1.2

An HTTP and WebDAV Client Library

https://notroj.github.io/neon/

sudo zypper install libneon27-32bit
  • License: LGPL-2.0-or-later
  • Category: Development/Libraries/Other
  • Architecture: x86_64
  • Source Package: neon
  • 9 依存関係
  • 3 提供
  • installed executable or alias match
  • 一致条件: Neon
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libneon27-32bit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

ソース経路

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

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

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • 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