macOS
brew install sqlite-analyzerlocal Homebrew formula metadata
brew
Analyze how space is allocated inside an SQLite file. Version 3.53.3 via Homebrew; verified 2026-06-27.
install
brew install sqlite-analyzerlocal Homebrew formula metadata
sudo apk add sqlite-analyzerAlpine Linux edge package indexes · sqlite-analyzer · source: dl-cdn.alpinelinux.org
sudo dnf install sqlite-analyzerFedora Rawhide package metadata · sqlite-analyzer · source: dl.fedoraproject.org
sudo pacman -S sqlite-analyzerArch Linux sync databases · sqlite-analyzer · source: geo.mirror.pkgbuild.com
choco install sqlite.analyzerChocolatey community package catalog · sqlite.analyzer · source: community.chocolatey.org
overview
Analyze how space is allocated inside an SQLite file
history
sqlite3_analyzer is a command-line utility from the SQLite project for inspecting how space is used inside an SQLite database file. It is packaged separately in several systems because database maintainers often want the analysis tool without treating it as an everyday shell command.
The SQLite documentation presents sqlite3_analyzer as a utility program that measures and reports how efficiently tables and indexes use space in a database file. It belongs to the broader SQLite toolchain rather than being a separate upstream project.
Package-manager records in the input show sqlite-analyzer packaged by Homebrew and several Linux distributions. That split packaging reflects a common packaging pattern around SQLite: the core library and shell are ubiquitous, while specialist diagnostics are available as add-on utilities.
Users run `sqlite3_analyzer database.sqlite` to generate a human-readable text report about database-file space utilization. The output is useful when tuning page usage, index bloat, or the storage impact of table design.
Package nerds care because sqlite3_analyzer exposes SQLite internals in a portable CLI form. It is the kind of diagnostic binary that database-heavy developers install from a package manager when they need to understand why a single-file database grew or how its indexes consume space.
security posture
No matching local secret-handling manifest was found for sqlite-analyzer. Nucleus package metadata is still published here so future coverage has a stable package URL.
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_analyzer | 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-analyzer |
|---|---|
| Version | 3.53.3 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/sqlite-analyzer |
| Homepage | https://www.sqlite.org/ |
| Repository | https://www.sqlite.org/src |
| Upstream docs | https://www.sqlite.org/sqlanalyze.html |
| License | blessing |
| Source archive | https://www.sqlite.org/2026/sqlite-src-3530300.zip |
| Last updated | 2026-06-27T14:08:56Z |
| Pulse | updated |
| Dependencies | libtommath, tcl-tk |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | sqlite-analyzer |
| Version Scheme | 0 |
| Revision | 0 |
| 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.
sqlite-analyzer 3.53.2-r0
Analyze space utilization of SQLite database files
sudo apk add sqlite-analyzersqlite-analyzer 3.53.2-1.fc45
An analysis program for sqlite3 database files
sudo dnf install sqlite-analyzersqlite-analyzer 3.53.2-1
An analysis program for sqlite3 database files
sudo pacman -S sqlite-analyzersqlite.analyzer
choco install sqlite.analyzersource 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.