Only installation method (other than building from source) at this moment is to download from the Releases Page.
I’m using my personal Apple developer account so I can’t notarize the app with Apple. If you try to install from the GitHub releases page MacOS will warn that it can’t verify the developer identity, so you will need to approve the install on Settings > Privacy, or build from source.
Searchlight is a native macOS, open-source PostgreSQL client designed to be simple, lightweight, and developer-friendly. It offers a clean and intuitive interface for managing databases and running queries without the complexity of full-scale database management tools. Searchlight focuses on delivering a smooth and efficient experience for developers who need quick and easy access to their PostgreSQL databases.
-
Connection Management
- Save favorite connections
- Colors
- SSH tunneling
- Save favorite connections
-
Database Browser
- Quick search and filter
- Pagination
- Relationship linking on data view
- Copy row as JSON, CSV, SQL, etc
- Connect in read-only mode
- Browse databases
- Browse tables
- Browse indexes
- Browse triggers
- Browse views
- Browse functions
- Browse extensions
- Browse roles
- Browse schemas
- Browse sequences
- Support range types
-
Data Manipulation
- Sort Rows
- Edit Row
- Insert Row
- Multi-row manipulation
-
Database Management
- Create/Delete databases
- Switch databases
- Create/Delete/Modify tables
- Create/Delete/Modify indexes
- Create/Delete/Modify triggers
- Manage users and roles
- View console/logs/monitoring
-
Query Editor
- Query editor
- Syntax highlighting
- schema-aware SQL autocomplete
- AI autocomplete
- Query history and favorites
-
Import/Export
- Import/Export CSV
- Import/Export SQL
- Import/Export JSON
-
Postgres Extensions
- Support for Postgres extensions
-
Misc
- Github action builds