Documentation
Install the desktop agent, understand cognitive metrics, and publish proof of work packets, without sending screenshots to a vendor cloud by default.
Quick Start Guide
1. Installation
# Install FlowSight
npm install -g flowsight
# Or using yarn
yarn global add flowsight
2. Configuration
# Initialize FlowSight in your project
flowsight init
# Configure your integrations
flowsight config --jira-url https://yourcompany.atlassian.net
3. Start Coding
That is it: the local agent begins sampling screen context, running AI on your device, and assembling narratives you can review before anything is shared externally. FlowSight’s codebase is open to inspect.