# Installer neonctl avec Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de neonctl pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:neonctl
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install neonctl
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install neon
```

  Preuve: MacPorts ports tree: www/neon/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add neon
```

  Preuve: Alpine Linux edge package indexes: neon from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install neon
```

  Preuve: Fedora Rawhide package metadata: neon from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#neon
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ne/neon/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S neon
```

  Preuve: Arch Linux sync databases: neon from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install libneon-devel
```

  Preuve: openSUSE Tumbleweed package metadata: libneon-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:neonctl
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/neonctl>
- **Version:** 2.42.0
- **Résumé source:** Neon CLI tool
- **Page d'accueil:** <https://neon.tech/docs/reference/neon-cli>
- **Docs amont:** <https://neon.tech/docs/reference/neon-cli>
- **Licence:** Apache-2.0
- **Archive source:** <https://registry.npmjs.org/neonctl/-/neonctl-2.38.5.tgz>
- **Dernière mise à jour:** 2026-08-04T15:17:53Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- neon (cli)
- neonctl (cli)
- neon (alias)
- neonctl (alias)

## Dépendances

- esbuild
- node

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur all

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 2.42.0
- gestionnaire mis à jour: 2026-08-04
- données locales: OK
- dépôt amont: https://neon.tech/docs/reference/neon-cli
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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

### Chronologie

- {'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

### Sources

- <https://api.github.com/repos/neondatabase/neon-pkgs/releases?per_page=8>
- <https://api.github.com/repos/neondatabase/neonctl>
- <https://formulae.brew.sh/api/formula/neonctl.json>
- <https://github.com/neondatabase/neon-pkgs/tree/main/packages/cli>
- <https://github.com/neondatabase/neonctl>
- <https://neon.com/docs/reference/neon-cli>
- <https://registry.npmjs.org/neonctl>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals


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

- Unix: .neon, neon.ts

## Credential files

- Unix: ~/.config/neonctl/credentials.json
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** neonctl
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Autres enregistrements de gestionnaires de paquets

- MacPorts - neon: installed executable or alias match | MacPorts ports tree: www/neon/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Nix - neon: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/ne/neon/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - neon - 0.36.0-r0: installed executable or alias match | Alpine Linux edge package indexes: neon from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | HTTP and WebDAV client library with a C interface | https://notroj.github.io/neon/
- apk - neon-dev - 0.36.0-r0: installed executable or alias match | Alpine Linux edge package indexes: neon-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | HTTP and WebDAV client library with a C interface (development files) | https://notroj.github.io/neon/
- apk - neon-doc - 0.36.0-r0: installed executable or alias match | Alpine Linux edge package indexes: neon-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | HTTP and WebDAV client library with a C interface (documentation) | https://notroj.github.io/neon/
- dnf - neon - 0.37.1-4.fc45: installed executable or alias match | Fedora Rawhide package metadata: neon from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | An HTTP and WebDAV client library | https://notroj.github.io/neon/
- dnf - neon-devel - 0.37.1-4.fc45: installed executable or alias match | Fedora Rawhide package metadata: neon-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Development libraries and C header files for the neon library | https://notroj.github.io/neon/
- pacman - neon - 0.37.1-1: installed executable or alias match | Arch Linux sync databases: neon from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | HTTP/1.1 and WebDAV client library | https://notroj.github.io/neon/
- zypper - libneon-devel - 0.37.1-1.4: installed executable or alias match | openSUSE Tumbleweed package metadata: libneon-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | An HTTP and WebDAV Client Library | https://notroj.github.io/neon/
- zypper - libneon27 - 0.37.1-1.4: installed executable or alias match | openSUSE Tumbleweed package metadata: libneon27 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | An HTTP and WebDAV Client Library | https://notroj.github.io/neon/
- zypper - libneon27-32bit - 0.37.1-1.4: installed executable or alias match | openSUSE Tumbleweed package metadata: libneon27-32bit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | An HTTP and WebDAV Client Library | https://notroj.github.io/neon/


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [node](https://pkg.so/fr/brew/node/) - Runtime dependency declared by Homebrew.
- [esbuild](https://pkg.so/fr/brew/esbuild/) - Runtime dependency declared by Homebrew.
- [dbhash](https://pkg.so/fr/brew/dbhash/) - Shares pkgdb curated category or tags: cli, database, developer-tools.
- [mongosh](https://pkg.so/fr/brew/mongosh/) - Shares pkgdb curated category or tags: cli, database, developer-tools.
- [litecli](https://pkg.so/fr/brew/litecli/) - Shares pkgdb curated category or tags: cli, database, developer-tools.
- [libpq](https://pkg.so/fr/brew/libpq/) - Shares pkgdb curated category or tags: cli, database, developer-tools.
- [liquibase](https://pkg.so/fr/brew/liquibase/) - Shares pkgdb curated category or tags: cli, database, developer-tools.
- [diesel](https://pkg.so/fr/brew/diesel/) - Shares pkgdb curated category or tags: cli, database, developer-tools.
- [eralchemy](https://pkg.so/fr/brew/eralchemy/) - Shares pkgdb curated category or tags: cli, database, developer-tools.
- [chdig](https://pkg.so/fr/brew/chdig/) - Shares pkgdb curated category or tags: cli, database, developer-tools.
- [neonctl](https://pkg.so/fr/npm/neonctl/) - Same normalized package name appears in another local ecosystem. Shared terms: cli, database, neon, neonctl, postgres.
- [neonctl](https://pkg.so/fr/npm/neonctl/) - Same normalized package name in another local ecosystem.

## Combined YAML source

View the package source record on GitHub. [combined/neonctl.yml](https://github.com/mxcl/pkgdb/blob/main/combined/neonctl.yml)


## Sources

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