duckdb-latest

Stable deployment of duckdb nightly artifacts, to be reachable at a known location.

One liner install script

curl https://carlopi.github.io/duckdb-latest/install.sh | bash

Installs duckdb-latest, the most recent duckdb binary generated by the awesome contributors of DuckDB.

carlo@duck my-folder % duckdb-latest
v0.8.2-dev2669 c6f10389c3
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
D 

Dependecies

curl and unzip are required to execute the script successfully.

Details

Every script invocation will:

And whenever you want to grab a newer version, just invoke

duckdb-update

Check the source

https://github.com/carlopi/duckdb-latest/blob/main/install.sh

If you want to improve it, PRs are open.

Download single binaries

wget -q https://carlopi.github.io/duckdb-latest/duckdb_cli-osx-universal.zip
unzip duckdb_cli-osx-universal.zip
./duckdb -c "PRAGMA version;"

No interactions required with GitHub Web UI or figuring out gh CLI syntax, perfect for scripts.

Lawyer says …

This is a personal project not backed by DuckDB Labs.

No guarantees are offered.

Credits

Install.sh heavily inspired by installer available at https://bun.sh/.

DuckDB, your go-to speedy analytic database is made by DuckDB. Deploy latests packages @ duckdb/duckdb@ :duck: