macOS
brew install sqlitelocal Homebrew formula metadata
sudo port install sqlite3MacPorts ports tree · databases/sqlite3/Portfile · source: api.github.com
brew
Command-line interface for SQLite. Version 3.53.3 via Homebrew; verified 2026-06-27.
install
brew install sqlitelocal Homebrew formula metadata
sudo port install sqlite3MacPorts ports tree · databases/sqlite3/Portfile · source: api.github.com
sudo apk add sqliteAlpine Linux edge package indexes · sqlite · source: dl-cdn.alpinelinux.org
sudo dnf install lemonFedora Rawhide package metadata · lemon · source: dl.fedoraproject.org
nix profile install nixpkgs#sqlitenixpkgs package indexes · sqlite · source: raw.githubusercontent.com
sudo pacman -S sqliteArch Linux sync databases · sqlite · source: geo.mirror.pkgbuild.com
sudo zypper install sqlite3openSUSE Tumbleweed package metadata · sqlite3 · source: download.opensuse.org
sudo apt install lemonDebian stable package indexes · lemon · source: deb.debian.org
choco install SQLiteChocolatey community package catalog · SQLite · source: community.chocolatey.org
scoop install main/sqliteScoop official bucket manifest trees · bucket/sqlite.json · source: api.github.com
winget install --id SQLite.SQLite -eWindows Package Manager source index · SQLite.SQLite · source: cdn.winget.microsoft.com
overview
Command-line interface for SQLite
history
SQLite is an embedded, serverless SQL database engine and one of the most widely deployed software components in everyday computing. In package-manager culture, the `sqlite` package is both a runtime dependency and a tiny command-line database workbench.
The SQLite project states that it began on 2000-05-09. Its design centers on a self-contained, zero-configuration, transactional SQL database engine stored in ordinary disk files, with public-domain source code and long-term support goals.
The SQLite command-line program, `sqlite3`, is the officially supported interactive interface to SQLite database files. The CLI is distinct from the SQLite library: it accepts user input and passes SQL to the library, while also providing dot-commands for import, export, schema inspection, archives, recovery, parameters, extensions, and scripting.
SQLite's official site calls it the most used database engine in the world and says it is built into all mobile phones and most computers. The most-deployed page lists Android, iOS devices, Macs, Windows 10/11 installations, major browsers, Python, PHP, and many applications as places SQLite appears.
The input shows SQLite packaged across Homebrew, Chocolatey, MacPorts, Nix, Scoop, winget, apk, pacman, and other distribution ecosystems. That breadth matches SQLite's role as a default local database layer and a basic CLI tool developers expect to be available.
Developers use the `sqlite3` CLI to open database files, run SQL interactively, script SQL from shell pipelines, import and export CSV or TSV, inspect schemas, dump databases, recover data, load extensions, and experiment with SQL locally.
SQLite is commonly used as an application file format, local cache, data-transfer container, embedded-device database, website database for modest traffic, and quick analysis database for CSV or JSON data.
Package nerds care about SQLite because it is the rare package that is simultaneously a library, a database engine, a file format, and a CLI. Installing `sqlite` gives immediate access to `sqlite3`, a portable database file format, and a common dependency shared by many higher-level tools.
SQLite's public-domain status, single-file databases, cross-platform file format, and zero-admin deployment make it especially attractive in package ecosystems: it works as a dependency, debugging tool, fixture format, and data interchange tool without needing a service manager or credentials.
security posture
doc example: bounded database tool.
blue risk · high 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 |
|---|---|---|---|
sqlite3 | 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.
install metadata
| Package key | brew:sqlite |
|---|---|
| Version | 3.53.3 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/sqlite |
| Homepage | https://sqlite.org/index.html |
| Repository | https://www.sqlite.org/src |
| Upstream docs | https://sqlite.org/cli.html |
| License | blessing |
| Source archive | https://www.sqlite.org/2026/sqlite-autoconf-3530300.tar.gz |
| Last updated | 2026-06-27T14:08:56Z |
| Pulse | updated |
| Dependencies | readline |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sequoia, sonoma, tahoe, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | sqlite |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | yes |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
sqlite
nix profile install nixpkgs#sqlitesqlite 3.53.2-r0
C library that implements an SQL database engine
sudo apk add sqlitesqlite-dev 3.53.2-r0
C library that implements an SQL database engine (development files)
sudo apk add sqlite-devsqlite-doc 3.53.2-r0
C library that implements an SQL database engine (documentation)
sudo apk add sqlite-docsqlite-libs 3.53.2-r0
C library that implements an SQL database engine (libraries)
sudo apk add sqlite-libssqlite-static 3.53.2-r0
C library that implements an SQL database engine (static library)
sudo apk add sqlite-staticlemon 3.53.2-1.fc45
A parser generator
sudo dnf install lemonsqlite 3.53.2-1.fc45
Library that implements an embeddable SQL database engine
sudo dnf install sqlitesqlite-analyzer 3.53.2-1.fc45
An analysis program for sqlite3 database files
sudo dnf install sqlite-analyzersqlite-debug 3.53.2-1.fc45
SQLite shell configured for development and debugging purposes
sudo dnf install sqlite-debugsqlite-devel 3.53.2-1.fc45
Development tools for the sqlite3 embeddable SQL database engine
sudo dnf install sqlite-develsqlite-doc 3.53.2-1.fc45
Documentation for sqlite
sudo dnf install sqlite-docsqlite-libs 3.53.2-1.fc45
Shared library for the sqlite3 embeddable SQL database engine.
sudo dnf install sqlite-libssqlite-tcl 3.53.2-1.fc45
Tcl module for the sqlite3 embeddable SQL database engine
sudo dnf install sqlite-tclsqlite-tools 3.53.2-1.fc45
sqlite tools
sudo dnf install sqlite-toolssqlite 3.53.2-1
A C library that implements an SQL database engine
sudo pacman -S sqlitesource 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.