Collate Desktop
Collate Desktop is a new Electron-based application for macOS and Windows that wraps the Collate AI web experience with native capabilities. It brings the full power of Collate AI Chat and the Collate catalog to your desktop, with deep OS integration that the browser cannot provide.Key Features
Deep-Link Protocol (collate://)
Collate Desktop registers the collate:// URI scheme on your operating system. Deep links let any app, notification, or chat message open a specific view in Collate Desktop with a single click. Supported deep-link actions include:
- Chat prompts —
collate://chat?prompt=<your-question>opens Collate AI Chat with a pre-filled question. - Asset FQNs —
collate://asset?type=table&fqn=<fqn>opens the asset detail page for any data asset by its Fully Qualified Name. - Search —
collate://search?query=<query>opens the Explore page with a pre-filled search term. - Notifications —
collate://notifylets the web app send native desktop notifications with a deep link back to the relevant activity or task. - Auth callbacks — SSO redirects route through
collate://auth-callback?url=<encoded-url>so browser-based SSO flows complete inside the app.
Global Command Palette
PressCmd+Shift+Space (macOS) or Ctrl+Shift+Space (Windows) from anywhere on your desktop to open the Collate AI Chat command palette. You can type a question, paste an asset name, or enter a collate:// deep link — without switching windows or opening a browser tab.
Native Menus and System Tray
Collate Desktop includes a native menu bar (macOS) and system tray icon (Windows and macOS) for quick access to common actions, recent searches, and notification summaries.File Associations
Collate Desktop registers as the default handler for the following file types:OTA (Over-the-Air) Updates
Collate Desktop checks for updates automatically in the background. When a new version is available, an in-app prompt appears at the bottom of the window. Click Install Update to apply the update and restart the app. Updates are silent and do not require re-authentication.Native Browser-Based SSO
Collate Desktop handles SSO by opening your organization’s login page in the system browser. After sign-in, the browser redirects tocollate://auth-callback, which hands control back to the desktop app and stores the session securely.
Installation
Download Collate Desktop from http://collate-desktop.getcollate.io/. Both macOS and Windows installers are available.
macOS:
- Download the
.dmgfile. - Open the
.dmgand drag the Collate app to your Applications folder. - Launch Collate from Applications or Spotlight.
- Download the
.exeinstaller. - Run the installer and follow the prompts.
- Collate Desktop will appear in your Start Menu and system tray after installation.
Connecting to Your Collate Instance
On first launch, Collate Desktop prompts you to enter your organization’s Collate workspace URL.- Enter your workspace URL in the format
https://<your-org>.getcollate.io. - Click Connect.
- Sign in using your organization’s SSO provider. The login page opens inside the app.
- After successful authentication, you are taken to the Collate AI Chat home screen.
Using the Command Palette
The global command palette is the fastest way to use Collate AI Chat from anywhere on your desktop.- Press
Cmd+Shift+Space(macOS) orCtrl+Shift+Space(Windows) from any application. - The Collate AI Chat command palette appears in the foreground.
- Type a question (e.g., “What is the customers table used for?”), paste an asset name, or paste a
collate://deep link. - Press Enter to submit.
Deep Links
Usecollate:// deep links to navigate directly to specific views in Collate Desktop from external sources such as Slack messages, emails, Jira tickets, or CI/CD notifications.
Open a Collate URL
url parameter must be URL-encoded.
Open a Chat with a Pre-Filled Prompt
+ or %20.
Open an Asset by Fully Qualified Name
table, dashboard, pipeline) and its Fully Qualified Name as query parameters.
Open a Search
Open Preferences
Cmd+, on macOS.