(Please consider sponsoring us on Patreon 😄)
Our latest release (3.13.1) for Windows:
Free code signing provided by SignPath.io, certificate by SignPath Foundation.
Our latest release (3.13.1) for Windows:
Note - If for any reason the standard Windows release does not work (e.g. gives an error), try a nightly build (below).
Note - There is no portable version for ARM64 Windows.
Nightly builds often fix bugs reported after the last release. 😄
Our latest release (3.13.1) for macOS:
If you prefer using Homebrew for macOS, our latest release can be installed via:
brew install db-browser-for-sqlite
Download nightly builds for Windows, macOS, and Linux are here:
Our latest release is available as an AppImage, Snap packages, and distribution specific packages:
Remember to change its permission bits to be executable before you run it. 😄
snap install sqlitebrowser
snap install sqlitebrowser --devmode
Other distribution specific instructions:
Arch Linux provides an up to date version
Install with the following command:
sudo pacman -S sqlitebrowser
Install for Fedora (i386 and x86_64) by issuing the following command:
sudo dnf install sqlitebrowser
sudo zypper install sqlitebrowser
Note that Debian focuses more on stability rather than newest features. Therefore packages will typically contain some older version, compared to the latest release.
Update the cache using:
sudo apt-get update
Install the package using:
sudo apt-get install sqlitebrowser
For Ubuntu and derivatives, @deepsidhu1313 provides a PPA with the latest release here:
To add this ppa just type in these commands in terminal:
sudo add-apt-repository -y ppa:linuxgndu/sqlitebrowser
Then update the cache using:
sudo apt-get update
Install the package using:
sudo apt-get install sqlitebrowser
Ubuntu 14.04.X, 15.04.X, 15.10.X and 16.04.X are supported for now (until Launchpad decides to discontinue building for any series).
Ubuntu Precise (12.04) and Utopic (14.10) are not supported:
Nightly builds are available here:
To add this ppa, type these commands into the terminal:
sudo add-apt-repository -y ppa:linuxgndu/sqlitebrowser-testing
Then update the cache using:
sudo apt-get update
Install the package using:
sudo apt-get install sqlitebrowser
On others, compile DB4S using the instructions in BUILDING.md.
DB Browser for SQLite works well on FreeBSD, and there is a port for it (thanks to lbartoletti 😄). DB4S can be installed using either this command:
make -C /usr/ports/databases/sqlitebrowser install
or this command:
pkg install sqlitebrowser