stride-align / DuckDB packages

Release 0.6.0 · DuckDB 1.5.5 · unsigned extension

Choose the package built for your machine.

Match the DuckDB version, platform, and CPU profile. Available artifacts below have been loaded and runtime tested on the stated instruction set; planned packages are clearly marked pending.

View available downloads ↓

Available and planned packages

Download links appear only after the artifact has completed runtime validation. Pending rows are not downloadable packages.

PlatformCPU packageArtifactValidation
macOS arm64NEON / Apple M1 baselineDownloadSHA-256Runtime tested
Linux x86-64generic / SSE2 baselineDownloadSHA-256Runtime tested
Linux x86-64AVX2 / x86-64-v3DownloadSHA-256Runtime tested
Linux x86-64AVX-512 / x86-64-v4DownloadSHA-256Runtime tested
Linux POWER (ppc64le)POWER8+ / VSXDownloadSHA-256Runtime tested
Linux LoongArch64Loongson LA464 / LSXDownloadSHA-256Runtime tested
Linux LoongArch64Loongson LA464 / LASXDownloadSHA-256Runtime tested
Linux LoongArch64Loongson LA664 / LASXDownloadSHA-256Runtime 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.