Automic VaultAutomic Vault

brew

Install sqlite with Homebrew, apk, chocolatey, dnf, Nix, pacman, scoop, winget, zypper, apt, MacPorts

Command-line interface for SQLite. Version 3.53.3 via Homebrew; verified 2026-06-27.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install sqlite

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install sqlite3

MacPorts ports tree · databases/sqlite3/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add sqlite

Alpine Linux edge package indexes · sqlite · source: dl-cdn.alpinelinux.org

Fedora dnfverified · 92%
sudo dnf install lemon

Fedora Rawhide package metadata · lemon · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#sqlite

nixpkgs package indexes · sqlite · source: raw.githubusercontent.com

Arch Linux pacmanverified · 92%
sudo pacman -S sqlite

Arch Linux sync databases · sqlite · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install sqlite3

openSUSE Tumbleweed package metadata · sqlite3 · source: download.opensuse.org

Debian aptverified · 92%
sudo apt install lemon

Debian stable package indexes · lemon · source: deb.debian.org

Windows

Chocolateyverified · 92%
choco install SQLite

Chocolatey community package catalog · SQLite · source: community.chocolatey.org

Scoopverified · 92%
scoop install main/sqlite

Scoop official bucket manifest trees · bucket/sqlite.json · source: api.github.com

Windows Package Managerverified · 92%
winget install --id SQLite.SQLite -e

Windows Package Manager source index · SQLite.SQLite · source: cdn.winget.microsoft.com

overview

Package summary

Command-line interface for SQLite

Commands and aliases

  • sqlite3

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • 2000: SQLite project started on 2000-05-09.
  • 2021: SQLite 3.37.0 added CLI support for multiple open database connections.
  • 2025: SQLite documentation states an intent to support the project through 2050.
  • 2026: SQLite homepage lists 3.53.3 as the latest release on 2026-06-26.

Related projects

  • sqlite3_analyzer and sqlite3_rsync are official SQLite companion utilities.
  • sqlite-utils and sqlite3-to-mysql are third-party tools that build workflows around SQLite files.
  • SQLite's own docs compare its problem space to local file I/O rather than to client/server database engines.

security posture

Risk level: blue

doc example: bounded database tool.

Risk classifier

blue risk · high confidence · tool

Why

  • doc example: bounded database tool

Signals

  • override:sqlite

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 8 platform targets.
  • Installs with 1 runtime dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
sqlite3cliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version3.53.3
manager updated2026-06-27
local dataok
upstreamnot checked
latest detectednot detected

https://sqlite.org/index.html

install metadata

Package metadata

Package keybrew:sqlite
Version3.53.3
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/sqlite
Homepagehttps://sqlite.org/index.html
Repositoryhttps://www.sqlite.org/src
Upstream docshttps://sqlite.org/cli.html
Licenseblessing
Source archivehttps://www.sqlite.org/2026/sqlite-autoconf-3530300.tar.gz
Last updated2026-06-27T14:08:56Z
Pulseupdated
Dependenciesreadline
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sequoia, sonoma, tahoe, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namesqlite
Aliases
  • sqlite3
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyyes
URL Keys
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Nix95%

sqlite

nix profile install nixpkgs#sqlite
  • normalized package name match
  • Matched by: Sqlite
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: sqlite from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
apk95%

sqlite 3.53.2-r0

C library that implements an SQL database engine

https://www.sqlite.org/

sudo apk add sqlite
  • License: blessing
  • Architecture: x86_64
  • Source Package: sqlite
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Sqlite
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: sqlite from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

sqlite-dev 3.53.2-r0

C library that implements an SQL database engine (development files)

https://www.sqlite.org/

sudo apk add sqlite-dev
  • License: blessing
  • Architecture: x86_64
  • Source Package: sqlite
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Sqlite
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: sqlite-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

sqlite-doc 3.53.2-r0

C library that implements an SQL database engine (documentation)

https://www.sqlite.org/

sudo apk add sqlite-doc
  • License: blessing
  • Architecture: x86_64
  • Source Package: sqlite
  • normalized package name match
  • Matched by: Sqlite
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: sqlite-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

sqlite-libs 3.53.2-r0

C library that implements an SQL database engine (libraries)

https://www.sqlite.org/

sudo apk add sqlite-libs
  • License: blessing
  • Architecture: x86_64
  • Source Package: sqlite
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Sqlite
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: sqlite-libs from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

sqlite-static 3.53.2-r0

C library that implements an SQL database engine (static library)

https://www.sqlite.org/

sudo apk add sqlite-static
  • License: blessing
  • Architecture: x86_64
  • Source Package: sqlite
  • 1 dependencies
  • normalized package name match
  • Matched by: Sqlite
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: sqlite-static from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

lemon 3.53.2-1.fc45

A parser generator

http://www.sqlite.org/

sudo dnf install lemon
  • License: blessing
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: sqlite
  • 2 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Sqlite
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: lemon from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

sqlite 3.53.2-1.fc45

Library that implements an embeddable SQL database engine

http://www.sqlite.org/

sudo dnf install sqlite
  • License: blessing
  • Category: Unspecified
  • Architecture: i686
  • Source Package: sqlite
  • 7 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Sqlite
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: sqlite from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

sqlite-analyzer 3.53.2-1.fc45

An analysis program for sqlite3 database files

http://www.sqlite.org/

sudo dnf install sqlite-analyzer
  • License: blessing
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: sqlite
  • 7 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Sqlite
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: sqlite-analyzer from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

sqlite-debug 3.53.2-1.fc45

SQLite shell configured for development and debugging purposes

http://www.sqlite.org/

sudo dnf install sqlite-debug
  • License: blessing
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: sqlite
  • 6 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Sqlite
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: sqlite-debug from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

sqlite-devel 3.53.2-1.fc45

Development tools for the sqlite3 embeddable SQL database engine

http://www.sqlite.org/

sudo dnf install sqlite-devel
  • License: blessing
  • Category: Unspecified
  • Architecture: i686
  • Source Package: sqlite
  • 4 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Sqlite
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: sqlite-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

sqlite-doc 3.53.2-1.fc45

Documentation for sqlite

http://www.sqlite.org/

sudo dnf install sqlite-doc
  • License: blessing
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: sqlite
  • 1 provides
  • normalized package name match
  • Matched by: Sqlite
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: sqlite-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

sqlite-libs 3.53.2-1.fc45

Shared library for the sqlite3 embeddable SQL database engine.

http://www.sqlite.org/

sudo dnf install sqlite-libs
  • License: blessing
  • Category: Unspecified
  • Architecture: i686
  • Source Package: sqlite
  • 4 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Sqlite
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: sqlite-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

sqlite-tcl 3.53.2-1.fc45

Tcl module for the sqlite3 embeddable SQL database engine

http://www.sqlite.org/

sudo dnf install sqlite-tcl
  • License: blessing
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: sqlite
  • 6 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Sqlite
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: sqlite-tcl from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

sqlite-tools 3.53.2-1.fc45

sqlite tools

http://www.sqlite.org/

sudo dnf install sqlite-tools
  • License: blessing
  • Category: Development/Tools
  • Architecture: x86_64
  • Source Package: sqlite
  • 4 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Sqlite
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: sqlite-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

sqlite 3.53.2-1

A C library that implements an SQL database engine

https://www.sqlite.org/

sudo pacman -S sqlite
  • License: LicenseRef-Sqlite
  • Architecture: x86_64
  • 3 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Sqlite
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: sqlite from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment