Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

Tech

Apple releases public beta 4 for iOS 27, macOS 27, iPadOS 27, tvOS 27

After releasing developer betas 6 earlier today, Apple is now rolling out iOS 27 public beta 4, alongside corresponding updates for some of its other platforms. Here are the details.

Apple releases public beta 4 for iOS 27, macOS 27, iPadOS 27, tvOS 27

Apple has officially released its public beta 4 versions for iOS 27, macOS 27, iPadOS 27, and tvOS 27. This update follows closely on the heels of the company's earlier release of developer beta 6. The primary focus of the latest public beta is to provide users with a range of bug fixes and performance enhancements as Apple inches closer to the official release date in the coming weeks.

Among the new features in macOS 27 beta are a fresh set of wallpapers and redesigned stoplight window controls, specifically for the macOS 27 Golden Gate edition. Moreover, the build number for each public beta mirrors that of its corresponding developer beta 6.

For those interested in participating in the Public Beta program, Apple has provided a simple enrollment process via the link https://beta.apple.com. Users are advised to follow the instructions for each device type. It is recommended that beta software only be installed on a secondary device, and users with primary iPhones are encouraged to have a recent backup before proceeding.

Should you notice any changes or have feedback about today's betas, Apple invites you to share your thoughts in the comments section. For more Apple news, be sure to check out 9to5Mac on YouTube.

Written by urgent.news from 9to5Mac's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at 9to5mac.com →

More in Tech

Retry patterns: when you should give up (and why most code doesn't)

Originally published on Loop & Retry — field notes on building LLM agents that survive production. The retry-budget post answered the HOW: a shared bucket that caps retries as a fraction of…

  • Fail immediately for user-facing operations to avoid timeouts.
  • Cost of one retry is response time; cost of failing is user abandonment and revenue loss.
  • Cascade failures can be prevented with shared retry budgets and circuit breakers.

More from Monday 17 August →