Skip to content

Technical documentation

Obscura Flow is a desktop application with a local workspace model and optional backend synchronization.

The application separates local workspace persistence, renderer UI workflows, preload IPC APIs, and backend REST synchronization.

A workspace stores identity, settings, projects, collections, archive history, recent files, and environment metadata in a schema-validated .obf JSON file.

When the API is reachable and synchronization is enabled, local operations are sent to the backend. When it is unavailable, operations are queued and retried later.

macOS distribution is produced as a DMG artifact and linked from the documentation download section.