Available and planned packages
Download links appear only after the artifact has completed runtime validation. Pending rows are not downloadable packages.
| Platform | CPU package | Artifact | Validation |
|---|---|---|---|
| macOS arm64 | NEON / Apple M1 baseline | DownloadSHA-256 | Runtime tested |
| Linux x86-64 | generic / SSE2 baseline | DownloadSHA-256 | Runtime tested |
| Linux x86-64 | AVX2 / x86-64-v3 | DownloadSHA-256 | Runtime tested |
| Linux x86-64 | AVX-512 / x86-64-v4 | DownloadSHA-256 | Runtime tested |
| Linux POWER (ppc64le) | POWER8+ / VSX | DownloadSHA-256 | Runtime tested |
| Linux LoongArch64 | Loongson LA464 / LSX | DownloadSHA-256 | Runtime tested |
| Linux LoongArch64 | Loongson LA464 / LASX | DownloadSHA-256 | Runtime tested |
| Linux LoongArch64 | Loongson LA664 / LASX | DownloadSHA-256 | Runtime tested |
linux_amd64 is DuckDB's x86-64 platform identifier; it is not a CPU-vendor claim.
Loading an instruction-set-specific package on an incompatible processor is not supported.
Load the downloaded extension
duckdb -unsigned
LOAD '/absolute/path/to/stride_align.0.6.0.duckdb_extension';
SELECT stride_levenshtein('kitten', 'sitting');
The extension registers 167 stride_* SQL function names with 413 overloads. See the cross-language API, the complete DuckDB function catalog, the machine-readable manifest, or all checksums.