# Install sqlite with Homebrew

Command-line interface for SQLite. Version 3.53.4 via Homebrew; verified 2026-07-25.

## Install

```sh
sudo av install brew:sqlite
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install sqlite
```

  Evidence: provider-native install command

## Package facts

- **Package key:** brew:sqlite
- **Package manager:** Homebrew
- **Version:** 3.53.4
- **Source summary:** Command-line interface for SQLite
- **Homepage:** <https://sqlite.org/index.html>
- **Last updated:** 2026-07-25T14:38:49Z
- **Generated:** 2026-08-03T00:40:33+00:00

## Executables

- sqlite3 (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 3.53.4
## 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.

### Sources

- <https://www.sqlite.org/about.html - official SQLite overview and project start date.>
- <https://www.sqlite.org/cli.html - official command-line shell documentation.>
- <https://www.sqlite.org/index.html - official homepage, source-code link, and current release note.>
- <https://www.sqlite.org/mostdeployed.html - official deployment/adoption discussion.>
- <https://www.sqlite.org/whentouse.html - official usage guidance.>


## Security Notes

doc example: bounded database tool.

- **Geiger risk:** blue / high
- doc example: bounded database tool


## Combined YAML source

View the package source record on GitHub. [combined/sqlite.yml](https://github.com/automic-vault/db/blob/main/combined/sqlite.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
