TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to Hibernate Mac Studio?

3 pointsby xeonax7 months ago
Windows has feature where it pauses all running apps, and shuts down the computer. You can remove power, and then when connected back, it resumes wherever it left of. Even maintaining clipboard content, you can even resume unsaved games.<p>Closest I found in MacOS is reopen previous windows, which just launches the launcher of few apps I use, but doesn&#x27;t actually resume.

2 comments

runjake7 months ago
What are you trying to accomplish by hibernating exactly?<p>While I&#x27;d recommend against it, the command I believe you&#x27;re looking for is:<p><pre><code> sudo pmset -a hibernatemode 3 </code></pre> Edit: this does not appear to work correctly on macOS 15? I&#x27;m getting mixed results[1]. It looks like Hibernate was added back to Apple Silicon Macs with macOS 11.3[2]<p>1. <a href="https:&#x2F;&#x2F;apple.stackexchange.com&#x2F;questions&#x2F;416108&#x2F;how-to-enable-hibernation-on-m1-mac" rel="nofollow">https:&#x2F;&#x2F;apple.stackexchange.com&#x2F;questions&#x2F;416108&#x2F;how-to-enab...</a><p>2. <a href="https:&#x2F;&#x2F;support.apple.com&#x2F;en-us&#x2F;106338" rel="nofollow">https:&#x2F;&#x2F;support.apple.com&#x2F;en-us&#x2F;106338</a>
评论 #42074272 未加载
solardev7 months ago
It&#x27;s not an option exposed to users, normally.<p>You have to set some CLI flags for it: <a href="https:&#x2F;&#x2F;apple.stackexchange.com&#x2F;questions&#x2F;51725&#x2F;do-macbooks-have-a-true-hibernate-option" rel="nofollow">https:&#x2F;&#x2F;apple.stackexchange.com&#x2F;questions&#x2F;51725&#x2F;do-macbooks-...</a>
评论 #42069952 未加载