macOS
brew install libsqllocal Homebrew formula metadata
sudo port install libsqlMacPorts ports tree · databases/libsql/Portfile · source: api.github.com
brew
Fork of SQLite that is both Open Source, and Open Contributions. Version 0.24.32 via Homebrew; verified from local package data.
install
brew install libsqllocal Homebrew formula metadata
sudo port install libsqlMacPorts ports tree · databases/libsql/Portfile · source: api.github.com
nix profile install nixpkgs#sqldnixpkgs package indexes · pkgs/by-name/sq/sqld/package.nix · source: api.github.com
overview
Fork of SQLite that is both Open Source, and Open Contributions
history
libSQL is Turso's open-source, open-contribution fork of SQLite. In package-manager terms it is interesting because it repackages the SQLite model with networked server pieces, embedded replicas, remote access, vector search, and a contribution workflow that differs from upstream SQLite.
Turso documentation describes libSQL as a production-ready fork of SQLite, created because SQLite is open-source but not open-contribution. The project README says libSQL is created and maintained by Turso.
A Turso blog post dated October 3, 2023 says the libSQL project had been announced one year earlier as a fork of SQLite. GitHub release metadata records libsql-0.1.0 on November 22, 2022, matching that origin window.
libSQL adoption is tied to Turso's hosted database service and SDK ecosystem. Turso's docs distinguish libSQL from Turso Database, describing libSQL as the fork that keeps SQLite's file format and API while adding features such as embedded replicas, remote access, and native vector search.
Homebrew's libsql package exposes sqld, the server component. Developers use libSQL either as a SQLite-compatible engine with extensions or as part of Turso's remote/replicated SQLite workflow rather than as a general-purpose command-line replacement for sqlite3.
libSQL matters to package nerds because it is a high-profile fork of one of the most depended-on libraries in software. It raises practical packaging questions around SQLite compatibility, server packaging, language SDKs, migration paths, and how far a downstream fork can evolve while preserving the SQLite contract.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
sqld | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/tursodatabase/libsql
install metadata
| Package key | brew:libsql |
|---|---|
| Version | 0.24.32 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/libsql |
| Homepage | https://turso.tech/libsql |
| Repository | https://github.com/tursodatabase/libsql |
| Upstream docs | https://docs.turso.tech/libsql |
| License | MIT |
| Source archive | https://github.com/tursodatabase/libsql/releases/download/libsql-server-v0.24.32/source.tar.gz |
| Build dependencies | rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | libsql |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
libsql
sudo port install libsqlsqld
nix profile install nixpkgs#sqldsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.