r/MacOS • u/Southern-Broccoli983 • 16h ago
r/MacOS • u/Broad-You4763 • 2h ago
Help Explain to former windows user the best way to use fullscreen
Do you put every app in fullscreen or only some?
What do you do if you have app fullscreened but need to multitask with other apps?
What's the best way overall you would explain to someone who's lost in all of this to navigate across fullscreen and desktops and apps seamlessly?
Thanks for anyone who takes time to explain this in advance :)
r/MacOS • u/madmax109019 • 8h ago
Help Can someone please help me remove this!!! I believe it got there when I downloaded Steam. It’s very stubborn and I can figure out where it is.
r/MacOS • u/Born_Today_9799 • 41m ago
Creative Love this wallpaper
Windows wallpaper looks good on a Mac/ MacOS
r/MacOS • u/El_Mainkra • 9m ago
Nostalgia I made macOS Tahoe look like Snow Leopard.
Enable HLS to view with audio, or disable this notification
I did it using the Glow engine with the Tweaks Ammonia loader, along with some additional tweaks.
Tips & Guides Microsoft Office 2019 - not working(anymore) on Mac OS Tahoe 26.5.2
I have 2 Microsoft Office 2019 licenses that I bought around 2023 for Mac OS. Used them without any problems till today.
Was trying to edit a document but I get the message that I need to activate . ok, it happens but when trying to do that I received an error without any information except to upgrade to Microsoft 360.
Contacted support, install reinstall , all that standard troubleshooting without any succes. The conclusion is, because I upgraded to the latest version of Tahoe I won't be able to use those products anymore.
So, if ur in the same situation as me (using an older version of office on macOS) dont update to latest os version because you won't be able to use it anymore.
I switch to an open source alternative and also slowly I'll replace all Microsoft products that I use at home and at work .
r/MacOS • u/RandomTeenager3 • 5h ago
Help Looking for a wallpaper program that has a slowly moving gradient with a fluted/fractal glass effect on top of it
r/MacOS • u/WhoChoseThisAlias • 52m ago
Help Can I disable the new volume popup?
Downloaded the latest update, so now I'm running Tahoe 26.5.2 on my 2025 Mac Air.
This popup volume slider every time I adjust the volume is unnecessary and irritating to me. How can I disable it?
If this involves digging into the innards with Terminal, please be patient and specific with me. I'm not technical by nature.
r/MacOS • u/laubidon • 1h ago
Help I need a specific mac os 10.4 version
I know it may be a littke specific but i need an mac os 10.4 iso that : is less than 4.7 gigabytes and that Is an intel version
I need it for my 2007 white plastic macbook (model A1181)
r/MacOS • u/Confident-Chip8803 • 2h ago
Help (Mousecape) Helper tool making cursor dumps instead of applying the cursor at start
Hello everyone, i starter using Mousecape a few weeks ago and it worked fine for like a week or so, but suddenly for some reason the helper tool started to not apply the cape i selected anymore and instead making cursor dumps at start. I tried reinstalling Mousecape again, not from the same zip file, and didn't change a thing. By the way i have a MacBook air M1 base 8gb ram with MacOS Sequoia 15.7.3 and also Mousecape 1814 the apple silicon version. I need help please
r/MacOS • u/Infinite_Silver483 • 2h ago
Help Why is there no option for ISO 9660 when making a CD/DVD Master (ISO/CDR) in Disk Utility
Why doesnt it allow you to make a CDR/ISO file with ISO 9660 as the format?
r/MacOS • u/ArtichokeDesperate68 • 1d ago
Bug MacOS Memory Leak
MacOS Calculator massive memory leak!
128.3GB!
r/MacOS • u/turdfergusonpdx • 3h ago
Help Why is the delete function so inconsistent across apps and is there anything we can do to fix it?
Mail - Just press the Delete key.
File - Press Command plus Delete Key.
Messages - Right-click then Delete then confirm on pop up. (You can batch delete on iPhone but not on desktop app.)
Notes - Just press the Delete Key.
Photos - Press Delete then confirm with Return or mouse click.
Contacts - Press Delete then confirm with Return or mouse click.
I don't get it. It's like all these departments are siloed from each other. I personally think that the Delete button should just work in one universal way, taking one-click to remove them from the app you're using. I don't need a warning that Delete is going to delete whatever I'm deleting; it can always be restored with Control-Z or going to the Trash folder and restoring it.
r/MacOS • u/topbhuil • 10h ago
Help if you switched to Mac from Windows or Linux, what do you wish you told yourself on day one
r/MacOS • u/Low-Future-9387 • 8h ago
Tips & Guides Turns out the speech engine built into macOS 26 basically ties the best downloadable AI models. I measured them all again.
A couple weeks ago I posted the Apple SpeechAnalyzer vs Whisper benchmark here and the top question was how Parakeet compares. Took a while to do it properly but here it is. Same 5,559 LibriSpeech utterances, same scoring, so the numbers line up with round 1.
WER, lower is better:
| Engine | test-clean | test-other | Download |
|---|---|---|---|
| Parakeet TDT v2 (CoreML int8) | 2.01% | 3.40% | ~443MB |
| MOSS-Transcribe-Diarize | 2.07% | 4.68% | ~1.7GB |
| Apple SpeechAnalyzer | 2.12% | 4.56% | 0 (system) |
| Parakeet TDT v3 (25 languages) | 2.51% | 4.28% | ~467MB |
| Whisper Small | 3.74% | 7.95% | ~460MB |
So you were right, Parakeet wins. Clean speech is closer than I expected, three different architectures within 0.11 points of each other. On noisy speech the gap is real though.
Couple things from along the way that I haven't seen written up anywhere. NVIDIA's published numbers (1.69/3.19) are from the bf16 GPU model, and the int8 CoreML version you'd actually ship in a Mac app loses about 0.3 points to quantization. And MOSS goes completely silent if speech starts at exactly t=0. Empty transcript, every time, 182 out of 2,620 clips. Padding silence at the end makes it worse. Padding at the start fixes it. My best guess is it's trained on meetings where nobody talks in frame zero.
MOSS is worth a look if you haven't seen it btw, it does transcription and speaker labels in one model and the speaker attribution was flawless in my (small, easy) test. We're not adopting it though: 1.7GB download, ~2.7GB RAM, Python only, and it can't do live transcription at all since it needs the complete recording before it outputs a word. The benchmark did change our app, just not in MOSS's favor. We dropped the Whisper models entirely and Parakeet is now the downloadable engine (it beats the Whisper Small it replaced everywhere, at a similar size, with more languages). For English Auto still picks Apple's engine, 0.11 points doesn't buy a half-gig download. Full reasoning is in the article.
Writeup with methodology and downloadable raw transcripts: https://get-inscribe.com/blog/parakeet-moss-apple-speech-benchmark.html
Same disclosure as last time, I build Inscribe (ships Apple's engines + Parakeet now) and the harness runs through its production code. Happy to answer methodology questions.
r/MacOS • u/Metallidoge • 5h ago
Help Just got a new macbook air, and for some reason native apps can't connect to the internet a lot of the time
I made a post a while back thinking the laptop just couldn't connect to the internet over wifi, even though it would over hotspot. But now that I'm using chrome, and other third party apps that require the internet, I'm realising it's just safari, app store, apple music, etc that aren't connecting to the internet. Tried swapping to the hotspot to see if they'd work over that, but it won't connect to it now.
Is this something I can fix? Or is there something wrong with the laptop? Because it's still new enough that I can take it back to apple to get it looked at. I'm hoping it's something I can figure out in network settings. Tried renewing the DHCP lease, and while I thought that had worked, it turned out to not have done anything. connectivity for those apps keeps coming and going
Help Pensando en comprar un Macbook Air
Estoy pensando en comprar un mac pero tengo una duda importante. En windows utilizo mucho un programa para editar partituras que se llama "Sibelius". Mencionar que lo tengo pirata y no quiero comprar la lincencia. En macbook también funcionará o tendré que buscar otra manera para descargarlo?
r/MacOS • u/Hussein_ali_2000 • 14h ago
Help MacOS VM inside MacOS
Hi, I'm new to macOS and I'm looking for a way to run a macOS virtual machine on my MacBook M5 to test applications in an isolated environment. On Windows, I used Windows Sandbox because it was quick, lightweight, and isolated. Since switching to macOS, I'm looking for a similar solution.
I'm looking for a free option that lets me quickly create a macOS VM with full CPU and GPU support for good performance. What would you recommend?
r/MacOS • u/addictivesign • 9h ago
Help Clocks app on Mac OS - no longer supported - suggestions please
For nearly 10 years I used the excellent Clocks app on Mac OS and it was always reliable giving me the time in numerous global cities of my choosing at a glance.
The developer was StudioDalton and they seem to have disappeared entirely. No internet presence for many years or even an announcement they were shutting down or acquired. I find that unusual.
Does anyone have a recommendation for a Clocks (similar to) app for Mac?
r/MacOS • u/B-rocula • 3h ago
Help Is it possible to add this Column with CAD showing
NUMBERS APP Trying to figure out how much I spent , can’t figure out how to quickly add everything I think the fact that it starts with CAD$ is hurting my cause , any work around ?
r/MacOS • u/wakablazer • 10h ago
Help What are the default sleep settings in macOS Tahoe?
In macOS Monterey (and earlier versions), the Energy Saver preference panel included a Restore Defaults button. Clicking it reset the Energy Saver settings for both the Battery and Power Adapter tabs back to Apple's defaults.
r/MacOS • u/iamlurkingatstuff • 6h ago
Help MacBook M4 Pro - Help please :( - super high idle with no app running, spinning wheel and frozen screen over and over
Hello
I am not tech savvy, especially with MacOs and I need help. I’ll explain what I am experiencing and what I have tried. If you can help, I’d be very grateful.
For a while now, my MacBook has had high idle levels, frozen screens, and the spinning wheel appearing all the time. For a bit, it seemed to go away again and now it’s back and worse than before.
Problems:
- high idle
- screen/MacBook freezing
- spinning wheel
What I have tried:
- checking for apps with high CPU usage but even with everything quit, the problems remain on a desktop with the Activity Monitor and 6 folders
- other browser, tried Firefox and brave, no improvement
- checked memory and energy for heavy usage but nothing there
- rebuilt spotlight index - no change
- no third party stuff outside of Microsoft apps
If anyone has any tips, please share. Please keep in mind that I really don’t understand a lot of this, so please share advice in layman’s terms 🥹
I am not opposed to a reset to factory settings but I’d like to avoid if possible.
r/MacOS • u/Jebus-Xmas • 1d ago
News The real system requirements of macOS 27 at launch…
Personally I’m not surprised.
r/MacOS • u/bestofbestofgood • 48m ago
Feature Bad window management
If anyone from Apple is reading this: guys you made shittiest window management on the market!
Why when I fullscreen any window it jumps whoever knows where and I need to scroll left and right to find where I was before it? There is no order in this, it is not convinient, it is counter intuitive and just BAD DESIGN.
Okay, maybe you are used to this, just make it normal for other users, same as it is in linux, windows. Fullscreen SHOULD NOT create new workspace or whatever you call this lame stuff.
I am using fill all the time, which has no button on windows. But then when I fullscreen any video on browser it still jumps like crazy.
bad work. You can do way better
