Automic VaultAutomic Vault

brew

Install sqlcipher with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

SQLite extension providing 256-bit AES encryption. Version 4.16.0 via Homebrew; verified 2026-05-12.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install sqlcipher

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install sqlcipher

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

Linux

Alpine Linux apkverified · 92%
sudo apk add sqlcipher

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

Debian aptverified · 92%
sudo apt install libsqlcipher-dev

Debian stable package indexes · libsqlcipher-dev · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install sqlcipher

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

Nixverified · 92%
nix profile install nixpkgs#sqlcipher

nixpkgs package indexes · pkgs/by-name/sq/sqlcipher/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S sqlcipher

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

openSUSE zypperverified · 92%
sudo zypper install libsqlcipher-3_46_1-0

openSUSE Tumbleweed package metadata · libsqlcipher-3_46_1-0 · source: download.opensuse.org

overview

Package summary

SQLite extension providing 256-bit AES encryption

Commands and aliases

  • sqlcipher

history

Project history and usage

SQLCipher is Zetetic's open source SQLite-derived database library and CLI that adds full-database encryption, including 256-bit AES encryption and key-management pragmas, while preserving much of the SQLite programming model.

Project history

The public SQLCipher source repository dates to 2008. The project README describes SQLCipher as a standalone fork of SQLite that periodically integrates stable upstream SQLite features while minimizing changes to SQLite core code.

SQLCipher is maintained by Zetetic and is distributed in community, commercial, enterprise, and FIPS-oriented editions, with the open source community edition remaining the packaging target for many operating-system package managers.

Adoption history

Zetetic describes SQLCipher as used in thousands of commercial and open source products and as a de facto standard for encrypted databases in mobile, embedded, and desktop applications. The input package metadata lists packages in Homebrew, Debian, Ubuntu, Fedora, Arch, Alpine, MacPorts, Nix, and openSUSE ecosystems.

How it is used

Users commonly treat SQLCipher as an encrypted SQLite replacement: open a database with the SQLCipher shell or linked library, set PRAGMA key or call sqlite3_key early, and then use familiar SQLite operations against encrypted database files.

Why package nerds care

Package nerds care about SQLCipher because it is both a security-sensitive C library and a drop-in-ish SQLite-flavored CLI. Distribution packaging matters: crypto provider linkage, ABI compatibility, and SQLite feature parity are all visible to downstream users.

Timeline

  • 2008: Public SQLCipher repository created.
  • SQLCipher 4 era: README documents major-version compatibility changes and stronger default settings compared with SQLCipher 1.x through 3.x.
  • 2026: Zetetic site describes community, commercial, enterprise, and FIPS distribution options.

Related projects

  • SQLCipher is directly related to SQLite and follows stable upstream SQLite releases. It is often compared with standard SQLite when applications need local storage with encryption at rest.

security posture

No protected-tool coverage found yet

No matching local secret-handling manifest was found for sqlcipher. Nucleus package metadata is still published here so future coverage has a stable package URL.

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 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
sqlciphercliglobal 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 version4.16.0
manager updated2026-05-12
local dataok
upstreamcurrent
latest detectedv4.16.0

https://github.com/sqlcipher/sqlcipher

  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:sqlcipher
Version4.16.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/sqlcipher
Homepagehttps://www.zetetic.net/sqlcipher/
Repositoryhttps://github.com/sqlcipher/sqlcipher
Upstream docshttps://www.zetetic.net/sqlcipher
LicenseBSD-3-Clause AND blessing
Source archivehttps://github.com/sqlcipher/sqlcipher/archive/refs/tags/v4.16.0.tar.gz
Last updated2026-05-12T16:52:28Z
Pulseupdated
Dependenciesopenssl@4
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namesqlcipher
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • 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.

Debian apt95%

libsqlcipher-dev 4.6.1-2

SQLCipher development files

http://sqlcipher.net/

sudo apt install libsqlcipher-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: sqlcipher
  • 2 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Sqlcipher
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libsqlcipher-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libsqlcipher1 4.6.1-2

SQLCipher shared library

http://sqlcipher.net/

sudo apt install libsqlcipher1
  • Section: libs
  • Architecture: amd64
  • Source Package: sqlcipher
  • 2 dependencies
  • normalized package name match
  • Matched by: Sqlcipher
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libsqlcipher1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

sqlcipher 4.6.1-2

Command line interface for SQLCipher

http://sqlcipher.net/

sudo apt install sqlcipher
  • Section: database
  • Architecture: amd64
  • 5 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Sqlcipher
Debian stable package indexes · deb.debian.org · Debian stable package indexes: sqlcipher from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

sqlcipher

nix profile install nixpkgs#sqlcipher
  • normalized package name match
  • Matched by: Sqlcipher
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/sq/sqlcipher/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libsqlcipher-dev 4.5.6-1build2

SQLCipher development files

http://sqlcipher.net/

sudo apt install libsqlcipher-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: sqlcipher
  • 2 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Sqlcipher
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libsqlcipher-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libsqlcipher1 4.5.6-1build2

SQLCipher shared library

http://sqlcipher.net/

sudo apt install libsqlcipher1
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: sqlcipher
  • 2 dependencies
  • normalized package name match
  • Matched by: Sqlcipher
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libsqlcipher1 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

sqlcipher 4.5.6-1build2

Command line interface for SQLCipher

http://sqlcipher.net/

sudo apt install sqlcipher
  • Section: universe/database
  • Architecture: amd64
  • 5 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Sqlcipher
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: sqlcipher from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

sqlcipher 4.6.1-r1

SQLCipher is an SQLite extension that provides 256 bit AES encryption of database files.

https://www.zetetic.net/sqlcipher/

sudo apk add sqlcipher
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: sqlcipher
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Sqlcipher
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: sqlcipher from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

sqlcipher-dbg 4.6.1-r1

SQLCipher is an SQLite extension that provides 256 bit AES encryption of database files. (debug symbols)

https://www.zetetic.net/sqlcipher/

sudo apk add sqlcipher-dbg
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: sqlcipher
  • 1 dependencies
  • normalized package name match
  • Matched by: Sqlcipher
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: sqlcipher-dbg from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

sqlcipher-dev 4.6.1-r1

SQLCipher is an SQLite extension that provides 256 bit AES encryption of database files. (development files)

https://www.zetetic.net/sqlcipher/

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

sqlcipher-doc 4.6.1-r1

SQLCipher is an SQLite extension that provides 256 bit AES encryption of database files. (documentation)

https://www.zetetic.net/sqlcipher/

sudo apk add sqlcipher-doc
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: sqlcipher
  • normalized package name match
  • Matched by: Sqlcipher
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: sqlcipher-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

sqlcipher-libs 4.6.1-r1

SQLCipher is an SQLite extension that provides 256 bit AES encryption of database files. (libraries)

https://www.zetetic.net/sqlcipher/

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

sqlcipher-tcl 4.6.1-r1

SQLCipher library (tcl bindings)

https://www.zetetic.net/sqlcipher/

sudo apk add sqlcipher-tcl
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: sqlcipher
  • 1 dependencies
  • normalized package name match
  • Matched by: Sqlcipher
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: sqlcipher-tcl from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

sqlcipher 4.5.2-8.fc44

Fork of the SQLite database library that adds 256 bit AES encryption

https://github.com/sqlcipher/sqlcipher

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

sqlcipher-devel 4.5.2-8.fc44

Development files for sqlcipher

https://github.com/sqlcipher/sqlcipher

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

sqlcipher 4.14.0-1

SQLite extension that provides transparent 256-bit AES encryption of database files

https://www.zetetic.net/sqlcipher

sudo pacman -S sqlcipher
  • License: BSD-3-Clause
  • Architecture: x86_64
  • 5 dependencies
  • normalized package name match
  • Matched by: Sqlcipher
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: sqlcipher from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.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