This page contains installation options for DuckDB. Binaries are available for major programming languages and platforms. If there are no pre-packaged binaries available, consider building DuckDB from source.
Note that on Windows 10, the DuckDB Python client requires the latest Microsoft Visual C++ Redistributable. Please make sure to install the latest MSVC Redistributable on this platform. To work around this issue without upgrading the MSVC Redistributable, consider installing the preview (nightly) release, which resolves this problem.
install.packages("duckdb")
On certain platforms, such as Linux AArch64 (arm64), the DuckDB R package needs to be compiled from source. To speed up this process, follow the instructions on the R build page.