Download from GitHub

Pre-built releases are published on GitHub. Download the latest.app bundle and move it to your Applications folder.

Build from Source

SequelPG is a native Swift application. To build it yourself you need:

  • macOS 13.0 (Ventura) or later
  • Xcode 15.0 or later
  • Swift 5.9+

1. Clone the repository

git clone https://github.com/mihailShumilov/SequelPG.git
cd SequelPG

2. Open in Xcode

open SequelPG.xcodeproj

Select the SequelPG scheme and press Cmd+R to build and run.

3. Or build from the command line

xcodebuild -project SequelPG.xcodeproj -scheme SequelPG -configuration Release build

4. Run tests

xcodebuild test -project SequelPG.xcodeproj -scheme SequelPG -destination 'platform=macOS'

For more details, see the repository README on GitHub.