{"slug": "show-hn-screen-memory-without-screenshots-just-text-to-markdown", "title": "Show HN: Screen memory without screenshots, just text to Markdown", "summary": "Ambient Context, a macOS menu bar app that records the text of the focused window via the accessibility API into plain Markdown files for LLM consumption, has been released as an early unsigned build requiring macOS 14+ on Apple Silicon. The app, built with Tauri, makes no network calls, scrubs credentials, and excludes password managers and private browsing, with the signed release adding only a GitHub update check. It is designed to let agents like Claude Code answer questions about past work or generate standups from the captured files.", "body_md": "A macOS menu bar app that keeps a written record of what you work on, for your own LLM to read.\n\nWhile the eye in your menu bar is open, Ambient Context reads the text of whichever window you have focused (via the macOS accessibility tree, every few seconds) and appends it to a plain markdown file: one file per day, in a folder you choose. Point Claude Code or any other agent at that folder and it can answer \"what did I work on Tuesday?\", build memory about your projects, or write your standup for you.\n\n**No screenshots, no video.** It reads text through the accessibility API, nothing else.**Nothing leaves your machine.** No account, no server, no telemetry, no bundled model. This build makes no network calls at all; the signed release will add a single update check against GitHub.**Files you own.** Plain markdown in a folder you chose. Move them, grep them, delete them.**Redaction before writing.** Password managers and private browsing windows are never captured. Password fields are skipped at the source, and credentials, API keys and card-shaped numbers are scrubbed before anything touches disk.**Built to be read by an LLM.** Lines are deduplicated across the day, interface junk is filtered out, and each block records the document path or URL it was looking at so your agent can open the real thing instead of trusting fragments. The folder carries an`AGENTS.md`\n\nexplaining the format to whatever reads it.\n\nRequires macOS 14+ on Apple Silicon.\n\nEarly and unsigned. There is no notarised download yet (Apple Developer enrolment is in progress), so for now you build it yourself, which takes about two minutes:\n\nYou need [Node](https://nodejs.org), [Rust](https://rustup.rs) and Xcode\nCommand Line Tools.\n\n```\ngit clone https://github.com/dragthelake/ambient-context\ncd ambient-context\nnpm install\nnpm run tauri build\n```\n\nThe app lands in `src-tauri/target/release/bundle/macos/`\n\n. Drag\n`Ambient Context.app`\n\nto Applications and open it.\n\nFor development, `npm run tauri dev`\n\nruns it with hot reload.\n\n- The settings window opens by itself. Grant Accessibility when asked: this is the permission that lets the app read window text, and nothing works without it.\n- Choose where to save. The default is\n`~/Ambient Context`\n\n, deliberately outside`~/Documents`\n\nso iCloud does not sync your record off the machine. - That's it. Recording starts once setup is complete and starts with the app from then on. Click the eye in the menu bar to stop; stopping is remembered until you start again.\n\nOpen eye: recording. Closed eye: not. Right-click the icon for today's file, the folder and settings.\n\n```\n---\ndate: 2026-08-25\ncaptured_by: Ambient Context 0.1.0\n---\n\n## 09:41–10:05 · Chrome · Tauri tray documentation\n\nurl: https://v2.tauri.app/learn/system-tray/\n\n<text seen in that window, first time it appeared today>\n```\n\nBlock headings are the day's timeline. Body lines are written once per day\nno matter how often they are seen, so the file stays small enough to hand\nto an LLM whole. `AGENTS.md`\n\nin the capture folder documents the format\nand how to read it well.\n\n- Chromium and Electron apps (Chrome, Slack, VS Code, Obsidian, Figma...) only build their accessibility tree when asked, so the first seconds of capture in those apps are thin and fill in on later passes. Chrome may show a slightly glitchy window-resize animation while enabled; that is a known cost of the mechanism.\n- GPU-rendered terminals (Kitty, Alacritty) expose little or no text. Terminal.app and iTerm2 work.\n- Capture your findings: which apps come back rich, partial or empty is\nexactly the feedback that helps (\n`docs/census.md`\n\nhas the template).\n\n```\ncd src-tauri && cargo test\n```\n\nThe app reads only the focused window: never background windows, other displays or minimised windows, and never while the screen is locked. It excludes password managers and private browsing entirely, skips secure input fields at the accessibility level, and pattern-scrubs secrets before writing. Everything it produces is plaintext on your own disk, and the capture folder is excluded from capture so it cannot observe itself. If you find a hole in any of this, please open an issue.", "url": "https://wpnews.pro/news/show-hn-screen-memory-without-screenshots-just-text-to-markdown", "canonical_source": "https://github.com/dragthelake/ambient-context", "published_at": "2026-08-25 04:33:24+00:00", "updated_at": "2026-08-25 04:42:39.630426+00:00", "lang": "en", "topics": ["ai-tools", "developer-tools"], "entities": ["Ambient Context", "Claude Code", "Apple", "GitHub", "Tauri"], "alternates": {"html": "https://wpnews.pro/news/show-hn-screen-memory-without-screenshots-just-text-to-markdown", "markdown": "https://wpnews.pro/news/show-hn-screen-memory-without-screenshots-just-text-to-markdown.md", "text": "https://wpnews.pro/news/show-hn-screen-memory-without-screenshots-just-text-to-markdown.txt", "jsonld": "https://wpnews.pro/news/show-hn-screen-memory-without-screenshots-just-text-to-markdown.jsonld"}}