Screencapturekit
12 articles about screencapturekit.
ScreenCaptureKit: Complete Swift API Guide for macOS
Comprehensive guide to Apple's ScreenCaptureKit framework - covers SCStream, SCShareableContent, SCContentFilter, audio capture, permissions, and performance on macOS 12.3+.
macOS AI Agent: How Desktop Agents Work on Mac in 2026
Learn how macOS AI agents control your desktop using Accessibility APIs and ScreenCaptureKit. Compare the top agents, understand the tech stack, and pick the right one for your workflow.
Fazm macOS AI Agent: Open Source Desktop Automation That Actually Works
Fazm is an open source macOS AI agent that uses ScreenCaptureKit and Accessibility APIs for real desktop automation. Voice control, screen reading, and app interaction without cloud locks.
ScreenCaptureKit Demo App: Build a Working Screen Capture Tool on macOS
Step-by-step guide to building a ScreenCaptureKit demo app on macOS. Covers SCStream setup, display and window filtering, pixel format choices, and a minimal working example you can run today.
Fazm - macOS Desktop AI Agent with ScreenCaptureKit and Accessibility APIs
Fazm is an open source macOS desktop AI agent built with ScreenCaptureKit for screen capture and accessibility APIs for app control. Native Swift, runs locally.
Building a macOS AI Agent with Accessibility APIs and ScreenCaptureKit
How we built a macOS AI agent using Accessibility APIs for UI control and ScreenCaptureKit for visual context - the technical stack behind a native desktop
Does a Simple MCP Setup for Mac Exist? Native Accessibility APIs Instead
Instead of cobbling together MCP servers for Mac automation, a native macOS app using ScreenCaptureKit and accessibility APIs provides simpler, more
Claude Code for Swift/macOS Development - ScreenCaptureKit and Deprecated APIs
Using Claude Code for Swift and macOS development with ScreenCaptureKit, navigating deprecated API struggles, and why CLAUDE.md is the single biggest
The Real Future of Software Developers: Debugging Edge Cases AI Cannot Handle
The future of software development is not writing code - it is debugging edge cases like ScreenCaptureKit quirks and accessibility API differences that AI
Scaling Real-Time AI - Why the Screenshot Capture Pipeline Is Always the Bottleneck
Building real-time AI agents that react to screen content? The screenshot capture pipeline is where performance hits a wall. Here's how to fix it.
ScreenCaptureKit for macOS Screen Recording - Encoding Approaches and Lessons
Practical lessons from building with ScreenCaptureKit on macOS - encoding approaches, performance trade-offs, and what open source projects like Screenize
What We Learned Building a macOS AI Agent in Swift (ScreenCaptureKit, Accessibility APIs, Async Pipelines)
Lessons from six months of building a native macOS desktop AI agent in Swift. How ScreenCaptureKit, accessibility APIs, and Swift concurrency fit together