Skip to documentation

Documentation

Install the desktop agent, understand cognitive metrics, and publish proof of work packets without sending screenshots to a vendor cloud by default.

Local-first by design.

The agent processes work context on your device. You review what is useful before choosing what to share.

Core processing
On device
Team sharing
By choice

Quick start guide.

Install, connect your tools, and keep review control on your device.

  1. 01

    Installation

    Terminal
    # Install FlowSight
    npm install -g flowsight
    
    # Or using yarn
    yarn global add flowsight
  2. 02

    Configuration

    Terminal
    # Initialize FlowSight in your project
    flowsight init
    
    # Configure your integrations
    flowsight config --jira-url https://yourcompany.atlassian.net
  3. 03

    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.