Quay

Privacy Policy

Effective date: 2026-04-18 · Contact: hello@nievesjesus.com

Quay runs entirely on your device, talks only to the LLM provider you choose, and has no backend, no analytics, and no telemetry. Everything below is just the long version of that sentence.

1. Who runs Quay

Quay is an open-source project published under the MIT license. The extension is built and maintained by Jesús Nieves and external contributors. The full source code is available at the project repository — anyone can audit how data flows through it.

There is no company, no server operated by the maintainers, and no account system. Installing Quay does not create an account anywhere.

2. Data Quay handles

Quay handles four categories of data, all of them generated by you:

Quay does not read your browsing history, your bookmarks, your passwords, your downloads, or any tab outside the active session's tab group.

3. Where the data lives

All four categories above are stored locally on your device, in chrome.storage.local, namespaced under quay.*. Nothing is uploaded to a server controlled by the maintainers, because no such server exists.

You can inspect or delete this data at any time:

4. Where the data is sent

Quay makes outbound network requests only to fulfill a chat turn or scheduled recipe you initiated. There are exactly two kinds of destinations:

  1. The LLM provider you configured. Your prompts, the relevant conversation history, tool definitions, and any page content the assistant has read in the current turn are sent to that provider's API endpoint over HTTPS so it can generate a response. Examples: api.openai.com, api.anthropic.com, generativelanguage.googleapis.com, openrouter.ai, or your local Ollama server (default http://localhost:11434) — in this case nothing leaves your machine at all.
  2. The websites you ask the assistant to interact with. When the assistant clicks a link, opens a tab, or reads a page on your behalf, the request is made by your browser to that website exactly as if you had performed the action yourself.

There are no other outbound requests. Quay does not contact the maintainers' infrastructure, does not load remote JavaScript, does not include analytics SDKs, and does not phone home for updates (Chrome handles updates itself).

5. Third-party services

When you use Quay, the following third parties may receive data, depending on which provider you choose:

ProviderWhat they receiveTheir policy
OpenAIPrompts and page content sent in chat turnsopenai.com
AnthropicPrompts and page content sent in chat turnsanthropic.com
Google (Gemini)Prompts and page content sent in chat turnsgoogle.com
OpenRouterPrompts and page content sent in chat turnsopenrouter.ai
Ollama (local)Nothing — runs on your own machinen/a

Quay does not control these providers and is not responsible for their data handling. Their terms apply to the data you send through them. If this matters to you, choose your provider accordingly — or run Ollama locally for a fully offline setup.

6. What Quay does not do

7. Children

Quay is not directed at children under 13 and does not knowingly collect data from them. The extension has no concept of user accounts or age, and stores nothing remotely.

8. Security

Practical security guidance, the threat model, and information on reporting a vulnerability live in SECURITY.md. Highlights:

If you discover a security or privacy issue, email hello@nievesjesus.com rather than opening a public issue.

9. Changes to this policy

If this policy changes, the new version will be committed to the project repository with an updated "Effective date" at the top, and (for material changes) called out in the release notes of the next extension version. Because Quay has no backend and no user accounts, there is no email list to notify.

10. Contact

Questions, concerns, or data-related requests: hello@nievesjesus.com.