Interesting alert from macOS: this version of the AWS CLI includes a component that will not open in macOS 28. No idea what's going away that would break the AWS CLI. Is part of it still an Intel build running through Rosetta?
Mathijs Kadijk
@mathijskadijk.bsky.social
Indie dev building Bezel, the app to mirror and record your iPhone on your Mac. Get it here 👉 https://getbezel.app
New recents screen for Bezel, on iOS and Mac both. Claude and I landed on a waterfall layout and I really like how it came out. Gets you back to a screenshot you were working on a minute ago without hunting for it.
Rhythm update out. You meditate on your actual heartbeat, and now you can keep going: durations run up to 60 minutes, straight from user requests.
Screen recordings in an editor means trimming, of course. Bit sad Apple never made that trim control a native component we can just use, so we rebuilt it ourselves. Coming together nicely, and you can pick exactly the part of the recording you want.
I talk to my AI agents about as much as I talk to my co-workers, but the two don't mix well in a meeting. AutoMuter mutes your meeting audio automatically whenever a dictation or AI app claims the microphone. Give your instruction, nobody on the call hears it.
The Bezel editor is getting video support, so you can frame a screen recording like you frame a screenshot. Editing a video is a different job from watching one, so I stacked a few playback control variations in the editor to see what actually feels right.
Reworking Bezel so screenshots and screen recordings become actual documents on your Mac. Still in progress and not easy to get there, but once it's in you get so much standard macOS stuff for free: multiple windows, tabs, a proxy icon, auto-save!
We've added the Apple TV Tech Talks from 2015 to WWDC Index. Fun to see the Focus Engine being introduced, and how about this relic from the past: TVMLKit!
Bezel on the Mac has let you take screenshots for a while, but not edit them afterwards. So we're bringing our iOS screenshot editor to the Mac: native, your shot on a canvas with an inspector for the device, background and layout. Early sneak peek, UI still coming together!
Tom had a monitor with a built-in mic that stopped working. He was sure the mic had died. He ran Capture Inspector there and it showed the mic was muted in software by macOS, whoops! Turned out it works perfectly fine.
Bezel's iPhone app already frames your screenshots in a real device with a background. Now we're building the same for video: drop in a screen recording, style the bezel, background and padding, export the whole clip. UX is still coming together, but the core works and it's fun to play with.
For as long as Bezel has existed I've instinctively clicked the mirrored screen, even though control is a recent feature. So we finally added feedback for when your click doesn't come through: the screen blurs a bit. Here, clicking a chess piece with control disabled.
Control Center tells you an app is using your mic right now. Not which mic, not what used it a minute ago, not for how long. Capture Inspector does: every app per mic, with the process, PID and timing, live and recently used.
When you control your iPhone with Bezel you can just move your mouse in and out of the window. No need to click to capture the mouse or anything. Playing chess, the iPhone cursor just jumps to where you point. Feels like any other app you use, happy with how this is turning out.
Run your MacBook with the lid closed and the built-in camera stops working. It is still connected, just suspended. Capture Inspector tells you why: it shows the camera as suspended with the cause, MacBook lid closed. The mic has the same trap, it looks available but will not pick up a sound.
Released the Bezel 5.0 beta with Control, plus a batch of fixes that make the flow much smoother. It now connects to your iPhone automatically once paired, and handles a lot more errors to help you recover. Still more to do before it leaves beta, but happy with this batch.
A while back I added a right-click menu to Bezel's screenshot preview. Recordings now have the exact same menu: Open With, Share, Show in Finder, and more.
We've got a beta out: you can now control your iPhone from Bezel, not just mirror it. Drive it with your Mac's mouse and keyboard. Turn on beta features in Settings inside Bezel to try it. Onboarding and mouse speed are still a little rough, but it's ready to play with. Feedback welcome.
Our Capture Inspector, in action. The part we use most: it shows what other apps are doing with a device, live. Open a recording app, enable a camera, the green dot lights up. Click in for the exact format it picked, plus a timestamped log of every resolution change.
We've got a bunch of updates coming for the Bezel iOS app and I'm excited about where it's heading. First up is a new settings screen to keep you in control as we add more advanced features.
The Frame Screenshot shortcut in Bezel just got a lot more powerful. Before you could only pass in a screenshot, and the rest was always the same defaults. Now you can configure device, color, frame style, padding, orientation and aspect ratio. Coming soon.
Capture Inspector now runs on Windows too, and the beta is available today. It surfaces the low-level details of cameras, microphones and displays on Windows: what each device supports, and why things are or aren't working. Already proven useful for us.
Someone asked about adding Show in Finder to the Bezel screenshot preview. Hard to stop at just one menu item, so I added a bunch of useful things.
Popularity of WWDC talks over time based on YouTube views. Guess even Cyberpunk 2077 can't beat local agentic AI. 😄
Fixed the first Bezel for Mac bug with iOS 27 devices. They seem to connect quite a bit faster, which confuses Bezel in some cases making it pop up the device twice. Created a fix that we will release later today!
My most interesting Xcode 27 beta finding so far is that Apple improved the positioning of the play/stop buttons by swapping them around in Xcode 27. 😆
Building a proper cropper into RecordKit. Resize handles with alt/shift modifiers, dragging a selection across multiple displays, and typing in exact dimensions when you know the size you want. A solid crop UI you don't have to build yourself.
RecordKit now supports background blur on the webcam recorder. Apple Vision person segmentation plus a Gaussian blur, fully native. Useful when Apple's system Portrait effect isn't enough because the user has to enable it themselves.
Fikkie got a map. You can see across the Netherlands at a glance whether the air quality is good for lighting a wood fire tonight. Nice with the warmer evenings coming up.
Tom and I are turning an internal tool into a real app. We call it our Capture Inspector, a Mac app that surfaces the low-level details of cameras, mics and screen recording sources. The state and capability info that's usually hidden behind opaque APIs.