No telemetry
The app sends no usage analytics, crash reports, or device fingerprints to Newarc. There is no analytics SDK in the binary.
Data Collage is a desktop application. It does not phone home, sync to a cloud, or transmit any of your queries, results, or credentials to Newarc Consulting. The only network destinations the app contacts are the ones you configure.
Below is every network path that exists in the app. There is no "phone home" channel — the only Newarc-controlled endpoint is a lightweight license check that never sees your queries or results.
Windows desktop
oraclecloud.com
OpenAI / Anthropic / Gemini / local Ollama
Validates your license key · operated by Newarc
If your network capture shows traffic to any host not on this list, that's a bug — please report it. We'll publish a fix and post-mortem.
Your Fusion pod (e.g. fa-xxxx-saasfaprod1.fa.ocs.oraclecloud.com) SQL execution via BI Publisher SOAP and SSO login window You configure it Your AI provider, if AI Assist is enabled Natural-language → SQL prompts. Disabled by default. You configure it — bring your own key The auto-updater feed (roadmap) Version manifest + signed installer downloads Configurable; can be disabled The Data Collage license service License key validation. No query data is ever sent. Operated by Newarc Consulting The app sends no usage analytics, crash reports, or device fingerprints to Newarc. There is no analytics SDK in the binary.
Connections, query history, library, snippets, and result sets are stored exclusively on your machine. Nothing is uploaded.
Data Collage authenticates against Fusion as you would — basic auth or SSO. It never asks for, sees, or stores a database password.
Every SQL statement is parsed and rejected before leaving your machine if it isn't a SELECT or WITH-SELECT.
Fusion passwords are stored in the Windows Credential Vault under service name DataCollage. They never appear in plaintext on disk or in our SQLite database.
Releases are signed with an Azure Trusted Signing certificate, so SmartScreen can verify the binary you downloaded is the one we shipped.
%APPDATA%\\com.newarcconsulting.datacollage\\datacollage.db SQLite DataCollage OS-encrypted %APPDATA%\\com.newarcconsulting.datacollage\\datacollage.db SQLite Run the network capture yourself. Our step-by-step guide shows three ways to verify — built-in Windows tools, Fiddler, or Wireshark.