Skip to content
Chris Locke edited this page Dec 12, 2023 · 10 revisions

In https://nightlies.sqlitebrowser.org/latest you can find the automatic nightly builds for DB Browser for SQLite, made from our latest master branch source code on GitHub. This means that these builds include the latest developments and bug fixes, not yet released. Nightly builds are usually stable, but from time to time new bugs might appear, which aren't in the stable versions.

Windows

We've moved to providing MSI based installers, instead of the previous .exe ones. These new installers include both SQLite and SQLCipher (for optional encryption):

Additionally, there's now a .zip version of each. That's useful for people needing to run DB Browser for SQLite without installing it first.

If you're not sure which one to get, try the .msi version first. 😄

macOS

Each build comes in two flavours:

  • One using standard SQLite
  • One using SQLCipher, which provides optional encryption

If you're wanting encryption, make sure you grab a build that has "SQLCipher" in the file name. 😄

Linux

Depending on your distribution, you have a few options. 😄

If neither of those work for you, then you can build DB4S yourself:


See also

Clone this wiki locally