Buril

Legal

Privacy Policy

Version 2.0 · 19 August 2026

Buril runs entirely on your machine and transmits nothing. The bridge is an MCP server hosted inside your Unity Editor, bound to 127.0.0.1. There is no Buril backend, no telemetry, no account, and no sync.

Your project, your assets and your source code never leave your computer by way of Buril.

1. What it processes

Buril processes tool calls issued by an MCP client you connected yourself, and the project data those calls touch:

All of it is read and written locally, in the project you have open. None of it is copied, uploaded, or stored anywhere else.

2. What it transmits

Only what you explicitly configure and invoke:

DestinationWhenWhat
Your MCP client
(Claude, ChatGPT, Copilot…)
on every tool call the tool's result, over 127.0.0.1
Third-party APIs
(ElevenLabs, Figma…)
only if you supply an API key and call that tool the prompt or asset that tool needs

Those third-party tools are not part of the packaged connector — they are withheld from the connector surface and only reachable when you drive the bridge locally.

If you never configure a key, nothing is ever sent anywhere.

3. Credentials

API keys and the bridge token live in your OS keychain, with an encrypted EditorPrefs fallback where no keychain is available.

They are never written to logs, tool results, or the tool catalog.

4. Network

Every listener binds to 127.0.0.1 only — never 0.0.0.0 — so nothing on your network can reach the bridge.

The TCP transport refuses unauthenticated connections.

If you enable the optional remote relay (a paid feature that lets you drive your Editor from ChatGPT or another device), tool-call traffic passes encrypted through our server only while that feature is on. The relay is off by default and cannot be enabled without your explicit action.

5. Retention

Buril stores nothing off your machine, so there is nothing to retain, request or delete. Local history lives in your project and you own it.

6. What you generate is yours

Everything Buril produces — scripts, prefabs, scenes, configuration — belongs to your project. We claim no copyright over it and place no license on it, including work you deliver to clients and charge for.

We do not train models on your project content.

7. Children

Buril is not directed at children under 13 and does not knowingly collect data from them.

8. Changes

If this policy changes materially, a new version is published at this address with its date. Changes are not retroactive for versions you already installed.

9. Contact

Privacy enquiries: support@buril.ai

← Back to home