EveryDev.ai
Subscribe
Home
Tools

3,245+ 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. Rewisp
    Rewisp icon

    Rewisp

    Agent Memory
    Featured

    An ambient memory for your Mac that captures text from everything you see on screen, stores it locally, and lets you ask questions about it later using on-device AI.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under the MIT license. No account, no API key required.

    Engagement

    Available On

    Windows
    macOS
    Web
    API
    VS Code

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent MemoryMCP IntegrationProductivity Extensions

    Alternatives

    RowboatRepoPMB
    Developer
    Yashmit BhaverisettiLa Jolla, CAEst. 2023

    Listed Jul 2026

    About Rewisp

    Rewisp is a free, open-source macOS menu bar app built by Yashmit Bhaverisetti, a student at UCSD. It quietly captures text from your screen as you work — never the pixels, only what was written — and lets you ask questions about anything you've seen, answered by on-device AI. The project launched on Product Hunt on 20 July 2026, finishing #5 product of the day with 187 upvotes according to the project's own README.

    What It Is

    Rewisp sits in the category of ambient screen memory tools — a niche pioneered by products like Rewind and Microsoft Recall, but built with a privacy-first, fully local, open-source approach. Every time you switch apps, open a page, or settle after a scroll, Rewisp takes a "wisp": it OCRs the screen in memory using Apple's Vision framework, stores only the recognized text in a local SQLite database, and immediately discards the screenshot. You summon the panel with ⌘⇧Space and ask in plain English. The app requires macOS 15+ and Apple Silicon.

    Privacy Architecture

    The project's core design constraint is that screenshots never touch disk. Key privacy properties, as stated on the project homepage and README:

    • OCR happens in memory; the image is discarded before anything is saved
    • All data stays in a single SQLite file in ~/Rewisp, encrypted at rest with SQLCipher (AES-256)
    • Answers can run entirely on Apple's on-device model — nothing leaves the Mac unless you ask a question that escalates to Claude, Gemini, or ChatGPT
    • A kill list fully pauses capture for messaging apps, password managers, banking sites, and private browser windows
    • Card numbers and SSNs are stripped via Luhn/SSA validation before storage
    • A "Forget" button deletes the last 10 minutes; all data expires after 6 months
    • The Touch ID Vault stores personal details (resume, addresses) behind a fingerprint and refuses credentials at ingest

    Reasoning Features Beyond Search

    Rewisp goes beyond simple retrieval. The README describes several reasoning-layer capabilities:

    • Promise tracking: catches commitments like "I'll send it Friday" as they scroll past, reads deadlines like "by EOD" or "next week", and surfaces a reminder on the due morning
    • Page diffing: keeps every version of a page as text and can show exactly what was added, changed, or removed since you last looked
    • Semantic search: local embeddings fused with keyword search find pages by meaning, not just shared words; a trigram signal handles OCR typos
    • Numbers over time: a label and number seen repeatedly (weight, grade, price) becomes a tracked sparkline
    • Forgetting model: learns how you personally forget, strengthens facts you look up repeatedly, and lets the rest fade
    • MCP integration: exposes your memory to Claude Desktop, Cursor, VS Code, or any MCP client as read-only local tools via stdio — no network listener, Vault excluded

    Smart Answer Routing

    Rather than requiring an API key, Rewisp chains through models you already have access to. The order, as described on the homepage: Apple on-device model tries first; if the answer is thin, it escalates to Gemini (free tier), then Claude, then ChatGPT — using subscription access, not billed API keys. A nightly digest at 9 PM summarizes the day, flags unfinished items, and proposes facts to remember — each requiring explicit user approval before being kept.

    Update: v0.27.0 — Privacy + Smarter Memory

    The latest release is v0.27.0, published 22 July 2026, titled "Rewisp 0.27.0 — privacy + smarter memory." The repository was created on 9 July 2026 and has seen active development, with the last push on 22 July 2026. The project notes that it is not yet signed with an Apple Developer ID certificate, which means macOS will ask users to re-enable screen recording after each update — a known limitation the README addresses directly. The project is actively seeking contributions; the README notes the first outside PR fixed two shipped bugs.

    Open-Source Deployment Model

    Rewisp is MIT-licensed and distributed as a .dmg via GitHub Releases. It ships its own Python runtime and sets up its own background helper on first launch — no Terminal commands or Python installation required. Updates are one-click from inside the app. The codebase is split between a Python daemon (rewisp/) handling capture, OCR, storage, and retrieval, and a SwiftUI menu bar app (ui/Sources/) for the interface. A pytest suite of 223 tests is included. The project is built and maintained by one person and is explicitly seeking grants and collaborators.

    Rewisp - 1

    Community Discussions

    Be the first to start a conversation about Rewisp

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

    Pricing

    OPEN SOURCE

    Free

    Fully free and open source under the MIT license. No account, no API key required.

    • Unlimited ambient screen capture (text only, on-device)
    • On-device OCR and answering via Apple model
    • Semantic + keyword hybrid search
    • Promise tracking and reminders
    • Page diffing

    Capabilities

    Key Features

    • Ambient screen text capture (wisps) — no screenshots saved to disk
    • On-device OCR via Apple Vision framework
    • Natural language search with semantic (embedding) + keyword hybrid retrieval
    • Promise/commitment tracking with deadline parsing and morning reminders
    • Page version diffing — shows what changed since you last looked
    • Smart answer routing: Apple on-device → Gemini → Claude → ChatGPT → Ollama
    • Nightly 9 PM digest with user-approval for remembered facts
    • Touch ID Vault for personal details (resume, addresses)
    • MCP server integration for Claude Desktop, Cursor, VS Code (read-only, local)
    • Form autofill from Vault (never passwords or cards, never auto-submits)
    • Numbers-over-time sparklines for repeated values (weight, grade, price)
    • Forgetting model that learns personal recall patterns
    • Kill list that fully pauses capture for sensitive apps and private windows
    • PII redaction: card numbers and SSNs stripped before storage
    • Forget button: delete last 10 minutes with one click
    • All data expires after 6 months
    • SQLCipher AES-256 encryption at rest
    • Time tracking per app computed locally from screen activity
    • One-click in-app updates via GitHub Releases
    • Global hotkey ⌘⇧Space to summon panel

    Integrations

    Apple Vision (on-device OCR)
    Apple on-device language model
    Claude (Anthropic)
    ChatGPT (OpenAI)
    Gemini (Google)
    Ollama (local models)
    MCP (Model Context Protocol)
    Claude Desktop
    Cursor
    VS Code
    SQLite / SQLCipher
    macOS Keychain
    Touch ID
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    Yashmit Bhaverisetti

    Yashmit Bhaverisetti is a UCSD student who builds independent software in the open. He created Rewisp — a privacy-first ambient screen memory app for macOS — as a personal tool and released it as free, MIT-licensed open source. He maintains the project solo, ships updates via GitHub Releases, and actively welcomes outside contributions.

    Founded 2023
    La Jolla, CA
    1 employees

    Used by

    UC San Diego students
    San Diego Zoo (AR project context)
    Read more about Yashmit Bhaverisetti
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Rowboat icon

    Rowboat

    AI coworker that turns emails and meeting notes into a local, linked knowledge graph to help you get work done.

    Repo icon

    Repo

    Repo connects company tools like Slack, Drive, Notion, and Gmail into governed organizational memory, serving source-backed context to AI agents through a single audited API.

    PMB icon

    PMB

    Local-first persistent memory for AI coding agents (Claude Code, Cursor, Codex) over MCP, storing decisions, lessons, and facts in a single SQLite file on your disk with no cloud or API keys required.

    Browse all tools

    Related Topics

    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.

    102 tools

    MCP Integration

    Tools for integrating MCP with existing AI systems and applications.

    67 tools

    Productivity Extensions

    Extensions and plugins that improve workflow and productivity.

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