Rogue Amoeba, makers of powerful audio tools for your Mac, are back to sponsor MacStories. From professional podcasters to home users, their lineup of products can assist you with all your audio needs.
No need to record? Take advantage of SoundSource for amazing control of your Mac’s audio. You’ll have control of each app playing audio on your Mac right from your menu bar, so you can adjust per-app volume, apply audio effects, and even redirect playback to a different device.
And if you want to overhaul your microphone capabilities in audio or video calls, check out Loopback so you can make a virtual input device from inside the Mac: Target audio playing from apps running right on your Mac, like their fun soundboard app Farrago to bring in background audio or sound effect clips, and bring it together with your microphone without any loss in quality. You can even pair Loopback with Audio Hijack, to add effects for your microphone.
Rogue Amoeba’s software is always available to try for free, and recent updates have brought a dramatically simpler setup process. Visit their site to download free fully functional trials. MacStories reader you can save 20% on any purchase through their store, with coupon code STORIES2504 at checkout. Act fast, as that deal ends April 20!
Our thanks to the team at Rogue Amoeba for sponsoring MacStories this week.
Enjoy the latest episodes from MacStories’ family of podcasts:
Comfort Zone
Matt has built an Obsidian plugin with a fun name, Niléane is keeping the scrobbling dream alive, and everyone tries to find a great new Raycast extension.
MacStories Unwind
This week, the latest on the NVIDIA tech driving the Switch 2 and a new Donkey Kong game brings back podcast memories, plus Indiana Jones and the Great Circle and a super-slim Qi battery pack for your iPhone.
Magic Rays of Light
Sigmund and Devon highlight new Apple Original anthology series Side Quest and recap the recently wrapped season of its parent series Mythic Quest.
I think Theo did a great job contextualizing the history of Electron and how we got to this point where the majority of desktop apps are built with it. There are two sections of the video that stood out to me and I want to highlight here. First, this observation – which I strongly agree with – regarding the desktop apps we ended up having thanks to Electron and why we often consider them “buggy”:
There wouldn’t be a ChatGPT desktop app if we didn’t have something like Electron. There wouldn’t be a good Spotify player if we didn’t have something like Electron. There wouldn’t be all of these awesome things we use every day. All these apps… Notion could never have existed without Electron. VS Code and now Cursor could never have existed without Electron. Discord absolutely could never have existed without Electron.
All of these apps are able to exist and be multi-platform and ship and theoretically build greater and greater software as a result of using this technology. That has resulted in some painful side effects, like the companies growing way faster than expected because they can be adopted so easily. So they hire a bunch of engineers who don’t know what they’re doing, and the software falls apart. But if they had somehow magically found a way to do that natively, it would have happened the same exact way.
This has nothing to do with Electron causing the software to be bad and everything to do with the software being so successful that the companies hire too aggressively and then kill their own software in the process.
The second section of the video I want to call out is the part where Theo links to an old thread from the developer of BoltAI, a native SwiftUI app for Mac that went through multiple updates – and a lot of work on the developer’s part – to ensure the app wouldn’t hit 100% CPU usage when simply loading a conversation with ChatGPT. As documented in the thread from late 2023, this is a common issue for the majority of AI clients built with SwiftUI, which is often less efficient than Electron when it comes to rendering real-time chat messages. Ironic.
Theo argues:
You guys need to understand something. You are not better at rendering text than the Chromium team is. These people have spent decades making the world’s fastest method for rendering documents across platforms because the goal was to make Chrome as fast as possible regardless of what machine you’re using it on. Electron is cool because we can build on top of all of the efforts that they put in to make Electron and specifically to make Chromium as effective as it is. The results are effective.
The fact that you can swap out the native layer with SwiftUI with even just a web view, which is like Electron but worse, and the performance is this much better, is hilarious. Also notice there’s a couple more Electron apps he has open here, including Spotify, which is only using less than 3% of his CPU. Electron apps don’t have to be slow. In fact, a lot of the time, a well-written Electron app is actually going to perform better than an equivalently well-written native app because you don’t get to build rendering as effectively as Google does.
Even if you think you made up your mind about Electron years ago, I suggest watching the entire video and considering whether this crusade against more accessible, more frequently updated (and often more performant) desktop software still makes sense in 2025.
The Apple Vision Pro is a device that begs to be shared with others. Sure, mirroring your view to a TV or iPhone via AirPlay is a decent way to give people a glimpse into the experience, but so much about visionOS – the windows floating in real-world spaces, immersive videos, 3D environments, spatial photos, and more – can only be truly understood by seeing them with your own eyes. That’s why Guest User mode is so vital to the platform.
I’ve been experimenting with different automations and command line utilities to handle audio and video transcripts lately. In particular, I’ve been working with Simon Willison’s LLM command line utility as a way to interact with cloud-based large language models (primarily Claude and Gemini) directly from the macOS terminal.
For those unfamiliar, Willison’s LLM CLI tool is a command line utility that lets you communicate with services like ChatGPT, Gemini, and Claude using shell commands and dedicated plugins. The llm command is extremely flexible when it comes to input and output; it supports multiple modalities like audio and video attachments for certain models, and it offers custom schemas to return structured output from an API. Even for someone like me – not exactly a Terminal power user – the different llm commands and options are easy to understand and tweak.
Today, I want to share a shortcut I created on my Mac that takes long transcripts of YouTube videos and:
reformats them for clarity with proper paragraphs and punctuation, without altering the original text,
extracts key points and highlights from the transcript, and
organizes highlights by theme or idea.
I created this shortcut because I wanted a better system for linking to YouTube videos, along with interesting passages from them, on MacStories. Initially, I thought I could use an app I recently mentioned on AppStories and Connected to handle this sort of task: AI Actions by Sindre Sorhus. However, when I started experimenting with long transcripts (such as this one with 8,000 words from Theo about Electron), I immediately ran into limitations with native Shortcuts actions. Those actions were running out of memory and randomly stopping the shortcut.
I figured that invoking a shell script using macOS’ built-in ‘Run Shell Script’ action would be more reliable. Typically, Apple’s built-in system actions (especially on macOS) aren’t bound to the same memory constraints as third-party ones. My early tests indicated that I was right, which is why I decided to build the shortcut around Willison’s llm tool.
DEVONthink is a difficult app to review because its flexibility means it can serve a wide variety of purposes. I’ve been using it for the past few weeks as an archive and research companion that houses thousands of plain text files, but the app is capable of effectively replacing your Mac’s file system, storing and cataloging all sorts of files. With lightning-fast search, tagging, and a plethora of other organization methods, DEVONthink 3 has a well-earned reputation as a premier tool for researchers working with lots of files. However, DEVONthink’s capabilities are so varied that it can also serve as a text editor, an RSS reader, a read-later app, and a lot more.
Today, DEVONtechnologies is releasing a public beta of DEVONthink 4, a big update with a focus on AI, but with other new features and refinements to existing capabilities, too. Which of these features matters most to you will depend in large measure on how you use the app. I’m going to focus on the new AI tools because those are the additions that have had the greatest impact on the way I use DEVONthink, but it’s worth keeping in mind that the app offers many other tools that may suit your needs better.
Enjoy the latest episodes from MacStories’ family of podcasts:
AppStories
This week, Federico and I take listeners on a tour of the wide variety of automations they’ve been working on so far this year, including shortcuts, Claude projects, and Zapier zaps.
Notion – Try the powerful, easy-to-use Notion AI today.
NPC: Next Portable Console
This week, Brendon, Federico and I analyze the latest Nintendo Direct and what it reveals about the Switch 2’s rumored June launch. Then, we dissect the many questions that Nintendo’s upcoming Virtual Game Cards system raises, explores the features of the Nintendo Today app, and debate the reported three-phase launch strategy for the next console. In the latest handheld news, we also cover an EmuDeck update, AYA NEO’s confounding mini PC, and an intriguing foldable from Huawei that’s perfect for DS emulation.
NPC XL
This week, Brendon and I share our first impressions of the 8BitDo Ultimate Controller 2, Brendon has additional thoughts about the Ayn Odin 2 Portal as a streaming device and details his living room docking setup, and I take the Mechanism gaming pillow plunge.
Ruminate
Robb brings a huge bag of snacks while I considers signature drinks, then we discus a gaming and stationery collab, followed by some Switch 2 hopes and dreams.
The Twenty Thousand Hertz podcast’s latest episode celebrates the 40th anniversary of Apple’s accessibility efforts. Through a series of interviews with Apple’s Sarah Herrlinger, Ron Huang, Deidre Caldbeck, and Erick Treski, host Dallas Taylor explores the history of accessibility features in Apple products. It’s an excellent oral history that weaves historical insights and present-day technological advancements in a fascinating way.
Beyond the tech of it all, though, what really comes through is the importance of the accessibly work that goes into Apple’s hardware and the impact it has on so many lives:
[Dallas Taylor, Show Host:] For years now, I’ve been talking about how hearable technology was eventually gonna combine headphones, earplugs, hearing aids, virtual assistants, and more into one earbud-like device that we can theoretically leave in all day. This is the kind of technology that I’m most passionate about because it goes so far beyond just convenience or entertainment. It’s the stuff that literally changes people’s lives and helps people connect with each other through sound.
[Deidre Caldbeck, Apple’s senior director of product marketing for Apple Watch and Health] For me, when I started to work on Apple Watch and then soon after Health, to be able to hear some of these stories we’ve been sharing today, I just felt very fortunate that this was my actual job. This is my profession, that I get to work with these brilliant people that come up with these features that anyone can use and anyone has the potential of having their lives changed.
[Dallas Taylor, Show Host:] Now, designing for accessibility comes with a lot of challenges, but when you approach those challenges with empathy and creativity, the result is often a better product for everyone.
[Sara Herrlinger, Apple’s senior director of global accessibility policy and initiatives:]: We’re all unique in the world, and accessibility features may be life hacks to one person and they may be necessities to another, but we’re always just trying to make sure that we have features that work for everyone.
Today, Apple released iOS 18.4, iPadOS 18.4, macOS 15.4, visionOS 2.4, tvOS 18.4, and watchOS 11.4. These releases represent an eclectic mix of new and updated features along with smaller changes scattered across each of the OSes.
One of the biggest changes is that the automatic message categorization feature added to iOS’ Mail app in December is now available on the iPad and Mac, although the Categories view can be switched back to List view if you prefer the old style. The updates to Mail on the Mac and iPad also include a digest view that combines multiple messages from one sender into a unified thread as well as sender contact photos.
Priority notifications have arrived on iOS, iPadOS, and macOS, too. The feature is designed to surface important alerts. In my experience, the feature works fairly well but has a more expansive definition of what a priority message is than I do.