Skip to content

Instantly share code, notes, and snippets.

View louis030195's full-sized avatar

Louis Beaumont louis030195

View GitHub Profile

Hey @everyone

v2.3 is here

Massive update. Please update your app ⚠️

🔗 Connections — 10 new OAuth integrations: Notion, Monday.com, Limitless, Brex, Stripe, Sentry, Vercel, Pipedrive, Intercom, and more. New pipes: Apple Photo sync, WisprFlow, To-Do list assistant, Notion auto CRM.

🏢 Fleet Management — screenpipe discovers instances on your network automatically. Merged fleet tab into pipes view as a device dropdown. Deploy to devices in one click.

@louis030195
louis030195 / team-data-centralizer-pipe.md
Last active April 2, 2026 19:42
Screenpipe pipe: Team Data Centralizer — collect & push activity data to shared Supabase Storage

schedule: every 30m enabled: false preset:

  • Oai connections: [] history: false timeout: 120 title: Team Data Sync description: Centralize screenpipe accessibility trees + audio from team members into Supabase Storage
@louis030195
louis030195 / audio-pipeline-analysis.md
Created March 31, 2026 23:35
Screenpipe audio pipeline: transcription quality analysis and fix proposal

Screenpipe Audio Pipeline: Transcription Quality Analysis

Problem

Transcriptions are cut in the middle, words get mangled at boundaries (e.g. "screenpipe" → "screen type"), and running the same Whisper model directly on the saved audio files gives significantly better results.

GitHub issue: screenpipe/screenpipe#2345

Root Cause

@louis030195
louis030195 / newsletter-08.md
Last active March 31, 2026 21:39
screenpipe newsletter #08 — connections, onboarding, fleet, work hours, enterprise

Hey all,

Louis here.

161 commits this week. New connections system, redesigned onboarding, work hours schedule, fleet management, enterprise features, and a ton of stability fixes.


🔗 Connections — plug screenpipe into your tools

@louis030195
louis030195 / wispr-flow-sync.md
Created March 31, 2026 14:38
screenpipe pipe: sync Wispr Flow dictations into screenpipe memories (cross-platform, bun only)
schedule every 30m
enabled true
timeout 120
description Sync Wispr Flow dictation history into screenpipe memory
title Wispr Flow Sync
icon mic

Sync recent Wispr Flow dictations into screenpipe memories, grouped by 30-min windows.

@louis030195
louis030195 / install-screenpipe-mcp.ps1
Last active March 27, 2026 21:36
Install screenpipe MCP server for Claude Desktop (Windows)
irm https://github.com/screenpipe/screenpipe/releases/download/mcp-v0.10.0/screenpipe-mcp.mcpb -OutFile "$env:TEMP\screenpipe.mcpb"; $claude = @("$env:LOCALAPPDATA\AnthropicClaude\claude.exe","$env:LOCALAPPDATA\Programs\Claude\Claude.exe","$env:LOCALAPPDATA\Programs\claude-desktop\Claude.exe") | Where-Object { Test-Path $_ } | Select-Object -First 1; if ($claude) { & $claude "$env:TEMP\screenpipe.mcpb" } else { Start-Process "$env:TEMP\screenpipe.mcpb" }
@louis030195
louis030195 / gist:d8a2d1ebe7464212c2c3078a52e796af
Created March 27, 2026 02:06
Fix screenpipe crash: change audio engine from parakeet to whisper-tiny
# Fix screenpipe crash caused by parakeet-mlx on low-memory devices
# Quit screenpipe first, then run:
cd ~/.screenpipe && cp store.bin store.bin.bak && sed -i '' 's/"audioTranscriptionEngine":"parakeet"/"audioTranscriptionEngine":"whisper-tiny"/g' store.bin && echo "done — restart screenpipe"
@louis030195
louis030195 / reddit-brand-monitor.md
Last active March 25, 2026 02:01
Screenpipe pipe: Reddit-only brand monitor — semantic matching via Reddit JSON API, no auth needed

schedule: '*/30 8-23 * * *' enabled: true preset:

  • pi-agent icon: 📡 title: Reddit Brand Monitor featured: true description: Monitor Reddit for conversations where your product matters — semantic matching, not just keywords template: true

Screenpipe 2.2.254 — Parakeet, Native UI, Meeting Detection v3

Hey all,

Louis here. Massive two weeks. New speech engine, full native macOS overhaul, meeting detection on every platform, and 150+ fixes.


Please update the app, it might be outdated.

<mjml>
<mj-head>
<mj-attributes>
<mj-all font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif" />
<mj-text font-size="15px" line-height="1.6" color="#1a1a1a" />
<mj-section padding="0 20px" />
</mj-attributes>
<mj-style>
a { color: #000; text-decoration: underline; }
h2 { margin-top: 28px; margin-bottom: 8px; }