Automic VaultAutomic Vault

brew

Install duckdb with Homebrew, apk, MacPorts, Nix, pacman, scoop, winget

Embeddable SQL OLAP Database Management System. Version 1.5.4 via Homebrew; verified 2026-06-17.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install duckdb

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install duckdb

MacPorts ports tree · databases/duckdb/Portfile · source: api.github.com

Windows

Scoopverified · 92%
scoop install main/duckdb

Scoop official bucket manifest trees · bucket/duckdb.json · source: api.github.com

Windows Package Managerverified · 92%
winget install --id DuckDB.cli -e

Windows Package Manager source index · DuckDB.cli · source: cdn.winget.microsoft.com

overview

Package summary

Embeddable SQL OLAP Database Management System

Commands and aliases

  • duckdb
  • duckdb_cli

history

Project history and usage

DuckDB is an embeddable analytical SQL database, often described culturally as SQLite for analytics. It became important because it made columnar OLAP queries, Parquet/CSV exploration, and dataframe-adjacent SQL available as a local library and CLI rather than a server to deploy.

Project history

DuckDB was created by database researchers Mark Raasveldt and Hannes Muehleisen and grew out of academic work on embedded analytics. The DuckDB site links its research lineage to the SIGMOD 2019 DuckDB demo and the CIDR 2020 embedded analytics paper.

The project deliberately borrowed the embedded, zero-server deployment model made famous by SQLite, but targeted analytical query workloads instead of transactional application storage. Its documentation emphasizes no external runtime dependencies, portability across major operating systems and CPU architectures, and a columnar-vectorized execution engine for OLAP.

Over time DuckDB expanded from a C++ database engine and CLI into a multi-language analytical component with clients for Python, R, Java, Wasm, and other environments. That made it part database, part data-science runtime building block.

Adoption history

Early adoption came from data scientists and engineers who wanted fast local SQL over CSV, Parquet, pandas, Arrow, and data lake files without running a database server. The official README highlights deep integrations with pandas and dplyr, plus standalone CLI usage.

DuckDB's 1.0.0 release in June 2024 was a major adoption milestone because the project used it to signal stability for production use. By then, it had already become a common dependency in notebooks, local analytics scripts, ETL checks, and data toolchains.

Package-manager adoption is broad: the package appears in Homebrew, Linux distributions, Nix, MacPorts, Arch, Scoop, and winget-style Windows packaging. That matters because the CLI is often used directly by people inspecting files at the shell.

How it is used

Typical usage includes ad hoc SQL over CSV and Parquet files, embedding an analytical engine in Python or R, running local transformations before loading data elsewhere, and querying data lake files through extensions such as httpfs and S3 support.

The CLI gives package users a small, scriptable database shell. The library APIs make the same engine available inside applications, notebooks, and data pipelines.

Why package nerds care

DuckDB is one of the clearest modern examples of a package whose CLI understates its ecosystem impact. The Homebrew formula installs a command, but the project is also a database engine, language bindings ecosystem, extension platform, and data tooling dependency.

For package metadata, DuckDB is significant because its category is not just database-server software. It is an embedded OLAP engine whose distribution model looks like SQLite, whose usage overlaps with pandas/Arrow/Parquet workflows, and whose package-manager footprint signals mainstream adoption in local analytics.

Timeline

  • 2019: DuckDB: An Embeddable Analytical Database appears as a SIGMOD demo.
  • 2020: Data Management for Data Science - Towards Embedded Analytics appears at CIDR.
  • 2020: Public 0.1.x releases appear in the GitHub release history.
  • 2022: DuckDB-Wasm is presented as a VLDB demo, extending DuckDB into browser-based analytics.
  • 2024: DuckDB 1.0.0 is announced as the first stable major release.

Related projects

  • SQLite is the central architectural comparison point for DuckDB's embedded model, while MonetDB, PostgreSQL, and vectorized analytical engines are part of its database lineage and testing/reference context.
  • DuckDB is closely related in usage to Apache Arrow, pandas, dplyr, Parquet, MotherDuck, and DuckDB-Wasm; these projects and integrations explain much of its adoption outside traditional database administration.

security posture

No protected-tool coverage found yet

No matching local secret-handling manifest was found for duckdb. Nucleus package metadata is still published here so future coverage has a stable package URL.

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Build metadata lists 1 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

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
~/.duckdbrc

executables

Installed executables

CommandKindExposureNote
duckdbcliglobal executable
duckdb_clicliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-07
manager version1.5.4
manager updated2026-06-17
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/duckdb/duckdb

install metadata

Package metadata

Package keybrew:duckdb
Version1.5.4
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/duckdb
Homepagehttps://www.duckdb.org
Repositoryhttps://github.com/duckdb/duckdb
Upstream docshttps://duckdb.org/docs
LicenseMIT
Source archivehttps://github.com/duckdb/duckdb.git
Last updated2026-06-17T13:07:53Z
Pulseupdated
Build dependenciescmake
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

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

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Nix95%

duckdb

nix profile install nixpkgs#duckdb
  • normalized package name match
  • Matched by: Duckdb
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/du/duckdb/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

duckdb 1.5.2-r0

High-performance analytical database system

https://duckdb.org

sudo apk add duckdb
  • License: MIT
  • Architecture: x86_64
  • Source Package: duckdb
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Duckdb
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: duckdb from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

duckdb-dev 1.5.2-r0

High-performance analytical database system (development files)

https://duckdb.org

sudo apk add duckdb-dev
  • License: MIT
  • Architecture: x86_64
  • Source Package: duckdb
  • 1 dependencies
  • normalized package name match
  • Matched by: Duckdb
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: duckdb-dev from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

duckdb-doc 1.5.2-r0

High-performance analytical database system (documentation)

https://duckdb.org

sudo apk add duckdb-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: duckdb
  • normalized package name match
  • Matched by: Duckdb
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: duckdb-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

duckdb-libs 1.5.2-r0

High-performance analytical database system (libraries)

https://duckdb.org

sudo apk add duckdb-libs
  • License: MIT
  • Architecture: x86_64
  • Source Package: duckdb
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Duckdb
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: duckdb-libs from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
pacman95%

duckdb 1.5.3-1

An analytical in-process SQL database management system

https://www.duckdb.org

sudo pacman -S duckdb
  • License: MIT
  • Architecture: x86_64
  • 3 dependencies
  • normalized package name match
  • Matched by: Duckdb
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: duckdb from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

duckdb

sudo port install duckdb
  • normalized package name match
  • Matched by: Duckdb
MacPorts ports tree · api.github.com · MacPorts ports tree: databases/duckdb/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/duckdb

scoop install main/duckdb
  • normalized package name match
  • Matched by: Duckdb
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/duckdb.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget92%

DuckDB.cli

winget install --id DuckDB.cli -e
  • installed executable or alias match
  • Matched by: Duckdb Cli
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: DuckDB.cli from https://cdn.winget.microsoft.com/cache/source.msix

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • 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