Skip to content

πŸ“Œ Known limitations & FAQ (beta) β€” read before filingΒ #1

Description

@GamalAnwar

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions