See what's new
All our updates and improvements in one place.
All our updates and improvements in one place.
2 March 2026
Desktop AppThe FusedFrames Desktop App for macOS is here. It is the foundation of how FusedFrames understands your workflows.
The Desktop App runs quietly in your menu bar and tracks your interactions as you work, including clicks, typing, copy and paste actions, keyboard input, drag-and-drop actions and window content. An on-device AI model, optimised for Apple Silicon, interprets these interactions in real time and groups related events into discrete units called Actions.
When the app detects a new or unfamiliar workflow, it surfaces a brief contextual question asking why you performed an action or why you approached it differently from before. As it learns your patterns, it stays silent and records automatically. You can skip any question instantly with Escape or provide multi-line responses with Shift+Enter.
All collected data is stored locally on your Mac before syncing to the cloud. You can configure an upload delay of up to 15 minutes, giving you time to review and delete any actions before they leave your device. 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 to pause or resume monitoring whenever you need to.
The Desktop App requires macOS Sonoma (14.0) or later and Apple Silicon (M1 or later). Windows support is planned for Q3 2026.
2 March 2026
DashboardThe 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.
2 March 2026
APIThe 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.
2 March 2026
CLIThe 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.