https://github.com/shape-machine/tusk-macos
Native PostgreSQL app for macOS
https://github.com/shape-machine/tusk-macos
desktop-app desktop-application macos postgres postgresql sql
Last synced: about 17 hours ago
JSON representation
Native PostgreSQL app for macOS
- Host: GitHub
- URL: https://github.com/shape-machine/tusk-macos
- Owner: Shape-Machine
- License: other
- Created: 2026-03-13T12:24:52.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-04-20T09:01:02.000Z (4 days ago)
- Last Synced: 2026-04-20T09:08:41.269Z (4 days ago)
- Topics: desktop-app, desktop-application, macos, postgres, postgresql, sql
- Language: Swift
- Homepage: https://shapemachine.xyz/tusk/
- Size: 15.5 MB
- Stars: 87
- Watchers: 1
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tusk
* Minimal, native macOS PostgreSQL client
* Built in SwiftUI for macOS 14+
---
Download Tusk-2026.04.23-00.dmg — macOS 14+
Not notarized.
On first launch right-click → Open, or
run xattr -d com.apple.quarantine /Applications/Tusk.app
---
## Features
See [docs/features.md](docs/features.md) for a full breakdown.
---
## Non Features
No Electron. No telemetry. No subscription.
---
## Sponsor
Tusk is free and open source.
If it's useful to you, consider sponsoring its development.
One-time: [Coffee €5](https://buy.stripe.com/14A28saQ95kI9q93qNes003) · [Supporter €15](https://buy.stripe.com/4gMeVebUddRefOx7H3es004) · [Sponsor €49](https://buy.stripe.com/00w6oI2jD7sQeKt7H3es005)
Monthly: [Hero Coffee €5](https://buy.stripe.com/8x29AU7DXdReeKtaTfes000) · [Hero Supporter €15](https://buy.stripe.com/9B6bJ2f6p5kI59T2mJes001) · [Hero Sponsor €49](https://buy.stripe.com/bJe5kEgat8wUfOx3qNes002)
---
## Screenshots










---
## Sponsor
Tusk is free and open source.
If it's useful to you, consider sponsoring its development.
One-time: [Coffee €5](https://buy.stripe.com/14A28saQ95kI9q93qNes003) · [Supporter €15](https://buy.stripe.com/4gMeVebUddRefOx7H3es004) · [Sponsor €49](https://buy.stripe.com/00w6oI2jD7sQeKt7H3es005)
Monthly: [Hero Coffee €5](https://buy.stripe.com/8x29AU7DXdReeKtaTfes000) · [Hero Supporter €15](https://buy.stripe.com/9B6bJ2f6p5kI59T2mJes001) · [Hero Sponsor €49](https://buy.stripe.com/bJe5kEgat8wUfOx3qNes002)
---
## Development
### Requirements
* macOS 14+
* Xcode 16+
* [xcodegen](https://github.com/yonaskolb/XcodeGen) — `brew install xcodegen`
### Setup
```sh
git clone https://github.com/Shape-Machine/tusk-macos.git
cd tusk-macos
xcodegen generate
open Tusk.xcodeproj
```
```sh
make clean build run
```