See what's new
All our updates and improvements in one place.
All our updates and improvements in one place.
The FusedFrames Desktop App for macOS is here. It is the foundation of how FusedFrames understands your workflows.
The Desktop App runs quietly on your Mac and tracks your interactions as you work, including clicks, typing, copy and paste actions, keyboard input, drag-and-drop actions and window content. Together, they form the raw basis from which FusedFrames builds structured patterns your AI agents can query.
The app only asks when there's context an AI couldn't infer from the action itself. Early on you'll see more prompts as it builds a baseline of how you work; once a behaviour has been seen before, repeats are recorded silently and you'll only be asked again if a decision meaningfully deviates from the previously observed action. You can skip any question instantly with Escape or provide multi-line responses with Shift+Enter.
Sensitive data is automatically stripped on your Mac before any event is transmitted, with a second pass on our servers as defence in depth. The app does not continuously record video or audio and does not access your microphone or camera. Interactions with the FusedFrames app itself are automatically filtered out.
Right-click the menu bar icon and choose Start capture or End capture whenever you need to.
The Desktop App requires macOS Sonoma (14.0) or later, Apple Silicon (M1 or later) and an active internet connection. Windows support is planned for Q3 2026.
The FusedFrames Dashboard is your web-based control centre for managing teams, browsing recorded actions and building pattern libraries. It is available today at dashboard.fusedframes.com.
View every action logged by the Desktop App, filtered by connection, date range, application and response status.
Create collections of AI-extracted behavioural patterns that represent how your team works. Choose from three processing modes: Automatic to process actions immediately, Review to approve before processing, or Off to pause processing entirely.
The interactive context graph shows how your patterns relate to one another, while the sequence graph provides a visual timeline of completed actions. Together, these views give you a clear picture of your workflows and how they evolve over time.
Create teams and invite members with role-based access. Editors can manage patterns and actions, Admins can additionally manage members and settings, and Owners have full control including the ability to delete a team.
Export your pattern data for use in external systems. Manage your API keys, billing and subscription settings all in one place.
The FusedFrames API gives you programmatic, read-only access to your pattern libraries, patterns, relationships and evidence data. It is designed for AI agents, RAG pipelines and any external integration that needs to consume your team's behavioural expertise.
Query your pattern libraries and their contents, retrieve individual patterns with full details, explore relationships between patterns through pattern edges and access the raw evidence actions that support each pattern.
Create API keys from the Dashboard with fine-grained controls. Each key can be scoped to specific libraries and you can choose whether to enable or disable evidence access on a per-key basis. Keys support optional expiry dates for added security.
All requests are made to https://api.fusedframes.com. Authenticate by including your API key in the request header. The API is available on all plans, so you can start building integrations straight away.
The FusedFrames CLI brings your pattern data to the terminal. Distributed as an npm package at @fusedframes/cli, it wraps the FusedFrames API in a set of straightforward commands for querying patterns and integrating with your existing tools.
Access your pattern libraries, retrieve individual patterns, explore pattern relationships and pull evidence data, all without leaving your terminal. Every command outputs JSON, making it simple to pipe results into other tools or scripts.
The CLI is designed to plug directly into tools like Claude Code, Cursor and custom scripts. Use it to feed behavioural insight into AI-powered development environments or to automate data extraction as part of your build and deployment pipelines.
Install the CLI from npm and authenticate with your API key to get started. The CLI is available on all plans and works anywhere Node.js is supported.