Download DB Browser for SQLite for Mac - Small open source application designed to further simplify the process of creating, browsing, editing and managing SQLite database files without using SQL commands. SQLite 3.36 for Mac is available as a free download on our software library. The actual developer of this free Mac application is SQLite. The program is included in Developer Tools. Our antivirus analysis shows that this Mac download is clean. The current installer available for download occupies 1.2 MB on disk.
- Download SQLiteStudio - Manage as many SQLite databases as you want and add new tables, triggers, columns and indexes with this practical and useful application.
- Free Download features 100% CLEAN. SQLite manager SQLite database SQL query SQLite Query Database Table. DOWNLOAD SQLite Administrator 0.8.3.2 Beta for Windows.
Navicat for SQLite is a feature-packed SQLite GUI that aims to help database administrators create, organize, access and share information in an efficient and secure manner, while also making it possible to sync data via a native cloud storage service. Intuitive interface that has a streamlined, modern.
(Please consider sponsoring us on Patreon 😄)
Windows
Our latest release (3.12.0) for Windows:
Note - If for any reason the standard Windows release does not work(e.g. gives an error), try a nightly build (below).
Nightly builds often fix bugs reported after the last release. 😄
macOS
Our latest release (3.12.0) for macOS:
Homebrew
If you prefer using Homebrew for macOS, our latest release can be installed via Homebrew Cask:
Nightly builds
Download nightly builds for Windows and macOS here:
Linux
DB Browser for SQLite works well on Linux.
Arch Linux
Arch Linux provides a package through pacman.
Fedora
Install for Fedora (i386 and x86_64) by issuing the following command:
openSUSE
Debian
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:
Install the package using:
Ubuntu and Derivatives
Stable release
For Ubuntu and derivaties, @deepsidhu1313provides a PPA with the latest release here:
To add this ppa just type in these commands in terminal:
Then update the cache using:
Install the package using:
Ubuntu 14.04.X, 15.04.X, 15.10.X and 16.04.X are supported for now (untilLaunchpad decides to discontinue building for any series).
Mac Sqlite Tool
Ubuntu Precise (12.04) and Utopic (14.10) are not supported:
- Precise does not have a new enough Qt package in its repository by default,which is a dependency
- Launchpad does not support Utopic any more, which has reached its End ofLife
Nightly builds
Nightly builds are available here:
To add this ppa, type these commands into the terminal:
Then update the cache using:
Install the package using:
Other Linux
On others, compile DB4S using the instructionsin BUILDING.md.
FreeBSD
DB Browser for SQLite works well on FreeBSD, and there is a port for it (thanksto lbartoletti 😄). DB4S can be installedusing either this command:
or this command:
Db Browser For Sqlite Mac
Snap packages
Snap Nightlies
Snap Stable
Main soft
Name | Version | Type | download | size |
LiteManager Windows | 4.9 | Pro/Free | download | 40 MB |
LiteManager Android | 4.9 | Free | LiteManager.apk | 9 MB |
LiteManager Mac OS | 4.9 | Free | 18 MB | |
LiteManager iOS | 4.9 | Free | 25.7 MB | |
LiteManager Linux x64 | 4.9 | Free | LiteManager Linux | 6 MB |
Sqlite Database Manager Free Download For Mac
QuickSupport without installation
Name | Version | Type | download | size |
ROMServer.exe | 4.9 | Server for remote user | 3 MB | |
ROMViewer.exe | 4.9 | Viewer without installation | download | 3.5 MB |
ROMServer.exe | 4.9 | Server without administrator rights | download | 2.5 MB |
LMNoIpServer.exe | 4.9 | NOIP (ID router) | download | 2 MB |
LMNoIpServer.exe x64 | 4.9 | NOIP (ID router) x64 | download | 3 MB |
Warning: Do not accept help from unknown callers.
Microsoft, or your ISP will never call and ask you to download LiteManager.
Please be attentive and never grant access to people you don't know personally or whom you don't trust.
Previous versions
Name | Version | Type | download | size |
LiteManager | 4.8 | Pro/Free | download | 34 MB |
Sqlite Browser For Mac
Other soft
Name | Version | Type | download | size |
Eyes relaxing and focusing | 3 | Free | download | 1 MB |
Cowboy with keyboard | 3 | Free | download | 3 MB |
- SQLite Tutorial
- Advanced SQLite
- SQLite Interfaces
- SQLite Useful Resources
- Selected Reading
SQLite is famous for its great feature zero-configuration, which means no complex setup or administration is needed. This chapter will take you through the process of setting up SQLite on Windows, Linux and Mac OS X.
Install SQLite on Windows
Step 1 − Go to SQLite download page, and download precompiled binaries from Windows section.
Step 2 − Download sqlite-shell-win32-*.zip and sqlite-dll-win32-*.zip zipped files.
Step 3 − Create a folder C:>sqlite and unzip above two zipped files in this folder, which will give you sqlite3.def, sqlite3.dll and sqlite3.exe files.
Step 4 − Add C:>sqlite in your PATH environment variable and finally go to the command prompt and issue sqlite3 command, which should display the following result.
Install SQLite on Linux
Today, almost all the flavours of Linux OS are being shipped with SQLite. So you just issue the following command to check if you already have SQLite installed on your machine.
If you do not see the above result, then it means you do not have SQLite installed on your Linux machine. Following are the following steps to install SQLite −
Step 1 − Go to SQLite download page and download sqlite-autoconf-*.tar.gz from source code section.
Step 2 − Run the following command −
Sqlite Studio Mac Download
The above command will end with SQLite installation on your Linux machine. Which you can verify as explained above.
Install SQLite on Mac OS X
Though the latest version of Mac OS X comes pre-installed with SQLite but if you do not have installation available then just follow these following steps −
Sqlite Mac Download
Step 1 − Go to SQLite download page, and download sqlite-autoconf-*.tar.gz from source code section.
Step 2 − Run the following command −
Mac Os Sqlite Viewer
The above procedure will end with SQLite installation on your Mac OS X machine. Which you can verify by issuing the following command −
Finally, you have SQLite command prompt where you can issue SQLite commands for your exercises.