macOS
brew install duckdblocal Homebrew formula metadata
sudo port install duckdbMacPorts ports tree · databases/duckdb/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für duckdb in AI-Agent-Workflows.
Installation
brew install duckdblocal Homebrew formula metadata
sudo port install duckdbMacPorts ports tree · databases/duckdb/Portfile · Quelle: api.github.com
sudo apk add duckdbAlpine Linux edge package indexes · duckdb · Quelle: dl-cdn.alpinelinux.org
nix profile install nixpkgs#duckdbnixpkgs package indexes · pkgs/by-name/du/duckdb/package.nix · Quelle: api.github.com
sudo pacman -S duckdbArch Linux sync databases · duckdb · Quelle: geo.mirror.pkgbuild.com
scoop install main/duckdbScoop official bucket manifest trees · bucket/duckdb.json · Quelle: api.github.com
winget install --id DuckDB.cli -eWindows Package Manager source index · DuckDB.cli · Quelle: cdn.winget.microsoft.com
Überblick
Embeddable SQL OLAP Database Management System
Verlauf
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.
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.
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.
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.
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.
Sicherheitslage
Für duckdb wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
local files
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.
Config paths the tool may read or write during local use.
~/.duckdbrcExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
duckdb | cli | globales Executable | |
duckdb_cli | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/duckdb/duckdb
Installationsmetadaten
| Paketschlüssel | brew:duckdb |
|---|---|
| Version | 1.5.5 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/duckdb |
| Homepage | https://www.duckdb.org |
| Repository | https://github.com/duckdb/duckdb |
| Upstream-Dokumentation | https://duckdb.org/docs |
| Lizenz | MIT |
| Quellarchiv | https://github.com/duckdb/duckdb.git |
| Zuletzt aktualisiert | 2026-07-22T12:22:38Z |
| Pulse | updated |
| Build-Abhängigkeiten | cmake |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | duckdb |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
duckdb
nix profile install nixpkgs#duckdbduckdb 1.5.2-r0
High-performance analytical database system
sudo apk add duckdbduckdb-dev 1.5.2-r0
High-performance analytical database system (development files)
sudo apk add duckdb-devduckdb-doc 1.5.2-r0
High-performance analytical database system (documentation)
sudo apk add duckdb-docduckdb-libs 1.5.2-r0
High-performance analytical database system (libraries)
sudo apk add duckdb-libsduckdb 1.5.3-1
An analytical in-process SQL database management system
sudo pacman -S duckdbduckdb
sudo port install duckdbmain/duckdb
scoop install main/duckdbDuckDB.cli
winget install --id DuckDB.cli -eQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.