EveryDev.ai
Subscribe
Home
Tools

3,355+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Screencap
    Screencap icon

    Screencap

    Knowledge Management
    Featured

    A local-first, source-available screen recorder for macOS that records, labels, and makes your team's workflows searchable while keeping everything on your machine.

    Visit Website

    At a Glance

    Pricing
    Free tier available
    Trial available

    Free for personal, research, hobby, and nonprofit use. Build from source or use the official app for permitted purposes.

    7-day commercial evaluation trial for any organization size.

    This Mac only: $9/mo
    Personal cloud: $20/mo
    Team cloud: Custom/contact

    Engagement

    Available On

    Windows
    macOS
    Android
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Knowledge ManagementAgent MemoryMCP Integration

    Alternatives

    ManexMemdexcq
    Developer
    Ivy Research LLCSan Francisco, CAEst. 2026

    Listed Aug 2026

    About Screencap

    Screencap is a privacy-first screen recording tool for macOS built by Ivy Research LLC. It records your screen, input, and audio, then uses an on-device model to automatically segment and label workflows — turning raw footage into a searchable knowledge base. The source code is publicly available on GitHub under the PolyForm Noncommercial License, and the project is currently at v0.30.0 as of July 2026.

    What It Is

    Screencap sits in the category of workflow capture and team knowledge tools. Its core job is to record how work actually gets done — payroll runs, CRM data entry, ticket triage — and make those recordings findable by search months later. Unlike traditional screen recorders, Screencap enforces privacy at capture time rather than redacting after the fact, and it ships both a native macOS app and a CLI with a background daemon.

    How the Privacy Model Works

    The privacy architecture is the defining technical feature. Screencap uses a two-layer system:

    • Capture-time blocking (fail-closed): A real-time filter watches the foreground window and blocks capture for sensitive apps before anything is written. Password managers are excluded by default in every mode; banking, login, and checkout pages are excluded from cloud-bound recordings and masked in personal ones.
    • Scrub-time redaction: After recording, PII and secrets detection (using Presidio with a GLiNER NER backend, plus detect-secrets and regex patterns) cleans text and masks screenshots before anything is reviewed for upload.
    • Local-first storage: Recordings live at ~/.screencap on the recording Mac. Nothing uploads without explicit user action. The raw recording.db event database never leaves the machine, ever.

    The full threat model and per-app classification matrix are published in the repository's SECURITY.md.

    MCP Integration and Agent Memory

    While recording, Screencap queries connected MCP servers for context about what's on screen — the payroll record, the CRM entry, the ticket — and stores that snapshot inside the recording on the local machine. This means recordings carry structured context, not just video. The screencap mcp command runs a stdio MCP server, allowing Claude Desktop, Codex, or any MCP-compatible client to search recordings, ask grounded questions about work history, and retrieve the exact frame where something happened. The daemon also exposes a local UNIX socket API with read-only query verbs (content.search, transcript.search, timeline.query, frame.nearest) for scripting and tooling.

    Structured Export and the Open Dataset

    Every recording is structured interaction data stored in SQLite — every click, keystroke, scroll, and window event. The screencap export command produces clean JSONL interaction traces suitable for workflow analysis, automation, and training computer-use agents. Screencap also maintains a public dataset of donated recordings: contributors review their recordings frame-by-frame, scrub names, faces, and sensitive data, and opt in per-recording. The project states that donation is off by default and always per-recording, never automatic.

    Update: v0.30.0

    The latest release is v0.30.0, published July 21, 2026. The homepage footer shows v0.20.0 as the current display version, while the GitHub repository's latest release tag is v0.30.0 — indicating active, frequent releases. The project's stated near-term direction includes making recording reliable enough to leave on all day, moving end-to-end encryption from beta to default, deepening the MCP and daemon surfaces for agent memory, and keeping the focus on macOS until the experience is excellent there. The CLI installer supports pinning specific versions, and releases are described as notarized and reproducible.

    Screencap - 1

    Community Discussions

    Be the first to start a conversation about Screencap

    Share your experience with Screencap, ask questions, or help others learn from your insights.

    Pricing

    FREE

    Personal

    Free for personal, research, hobby, and nonprofit use. Build from source or use the official app for permitted purposes.

    • Unlimited recording and search
    • Everything stays on your disk
    • Share by exporting encrypted files
    • Free for personal, research, and nonprofit use
    TRIAL

    Business Trial

    7-day commercial evaluation trial for any organization size.

    • Full commercial use for evaluation, development, and testing
    • All features of the paid plan

    This Mac only

    Single Mac license with local-only storage.

    $9
    per month
    • Unlimited recording and search
    • Everything stays on your disk
    • Share by exporting encrypted files

    Personal cloud

    Encrypted cloud backup across your Macs with link sharing.

    $20
    per month
    • Encrypted backup across your Macs
    • Share single recordings by link
    • Upgrade to a team anytime

    Team cloud

    Shared team library with E2E encryption and onboarding collections. Contact for pricing.

    Custom
    contact sales
    • Shared team library, E2E encrypted
    • Ordered onboarding collections
    • Keys stay with your team
    View official pricing

    Capabilities

    Key Features

    • Capture-time privacy enforcement with fail-closed blocking
    • On-device model segments footage into labeled tasks automatically
    • Full-text search across all recordings including spoken words and on-screen text
    • MCP server integration for AI agent access to recording history
    • Structured JSONL export of interaction events for automation and ML
    • End-to-end encrypted cloud backup (beta)
    • Team shared library with ordered onboarding collections
    • PII and secrets scrubbing before any upload
    • CLI with background daemon for scripting and headless setups
    • Opt-in public dataset contribution with per-recording consent
    • AES-256 encrypted local vault container with optional Touch ID lock
    • Whisper transcription (local or API)
    • Network capture CA support
    • Reproducible, notarized macOS builds

    Integrations

    Gusto
    Attio
    Linear
    Notion
    Claude Desktop
    Codex
    Any MCP-compatible client
    Presidio (PII detection)
    GLiNER NER
    detect-secrets
    Whisper
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Screencap and help others make informed decisions.

    Developer

    Ivy Research LLC

    Ivy Research LLC builds Screencap, a local-first screen recording and workflow knowledge tool for macOS. The company publishes the full application source code under the PolyForm Noncommercial License, enabling users to audit every privacy claim in the codebase. Ivy Research focuses on privacy-enforced capture, structured interaction data for AI agents, and an opt-in public dataset of real computer-use workflows.

    Founded 2026
    San Francisco, CA
    10 employees
    Read more about Ivy Research LLC
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Manex icon

    Manex

    Manex turns private documents, grounded answers, corrections, and team decisions into reusable memory for teams working with sensitive documents.

    Memdex icon

    Memdex

    A Chrome extension that auto-saves your AI conversations across ChatGPT, Claude, and Gemini, then surfaces relevant context when you start a new chat.

    cq icon

    cq

    cq is an open standard by Mozilla AI for shared agent learning, enabling AI coding agents to persist, share, and query collective knowledge to avoid repeating failures.

    Browse all tools

    Related Topics

    Knowledge Management

    AI-powered systems for organizing, discovering, and accessing collective team knowledge with intelligent search, tagging, and contextual recommendations across knowledge bases and wikis.

    135 tools

    Agent Memory

    Memory layers, frameworks, and services that enable AI agents to store, recall, and manage information across sessions. These tools provide persistent, semantic, and contextual memory for agents, supporting personalization, long-term context retention, graph-based relationships, and hybrid RAG + memory workflows.

    108 tools

    MCP Integration

    Tools for integrating MCP with existing AI systems and applications.

    79 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions