Querly is in public beta. This issue is the honest, up-front list of current limitations so you know exactly what you're getting. Most of these are deliberate trade-offs for shipping a free, open-source beta early.
π Signing & Gatekeeper
- Querly is ad-hoc signed, not notarized by Apple yet. On first launch (especially macOS Sequoia 15+), Gatekeeper will block it.
- Homebrew install: the cask clears this automatically β no action needed.
- Manual
.zip download: run once β
xattr -dr com.apple.quarantine /Applications/Querly.app
- Notarization requires a paid Apple Developer account; it's on the roadmap once there's real usage.
π Credential storage
- Credentials are stored in an AES-256-GCM encrypted file under
~/Library/Application Support/Querly/, not the macOS Keychain β yet. The Keychain path (RELEASE_KEYCHAIN) already exists but is gated behind real code signing.
π§ͺ Beta / data safety
- Treat it like any open-source DB tool: back up your data, prefer read-only credentials for production, and use Safe Mode (previews every write as SQL before it runs).
- Not yet recommended for mission-critical workflows where data loss is unacceptable.
π₯οΈ Platform support
- macOS 14 (Sonoma) or later. macOS only β no Windows/Linux (it's native by design).
ποΈ Databases
- SQLite, MySQL, PostgreSQL. Other engines are not supported.
π Privacy
- Zero telemetry, no phone-home, no account, works fully offline. The only network traffic is to the database host you connect to.
Found a bug not covered here? Please open a Bug report. Have a question? Use Discussions.
Querly is in public beta. This issue is the honest, up-front list of current limitations so you know exactly what you're getting. Most of these are deliberate trade-offs for shipping a free, open-source beta early.
π Signing & Gatekeeper
.zipdownload: run once βπ Credential storage
~/Library/Application Support/Querly/, not the macOS Keychain β yet. The Keychain path (RELEASE_KEYCHAIN) already exists but is gated behind real code signing.π§ͺ Beta / data safety
π₯οΈ Platform support
ποΈ Databases
π Privacy
Found a bug not covered here? Please open a Bug report. Have a question? Use Discussions.