Apple Seeds First Beta of macOS 13 Ventura to Developers

After today's keynote event that saw the unveiling of macOS 13 Ventura, the newest version of the Mac operating system, Apple has seeded the first beta of the new software to developers for testing purposes.

f1654539153
Registered developers can download the beta through the Apple Developer Center and once the appropriate profile is installed, betas will be available through the Software Update mechanism in System Preferences.

As with all new betas, Apple does not recommend installing macOS Ventura on a primary machine because it is early release software and could have bugs.

‌‌macOS Ventura is only available to registered developers right now, but later this summer, Apple will make a public version of the ‌new beta available to give beta testers a chance to try the software before it sees an official launch this fall.

Related Forum: macOS Ventura

Popular Stories

iPhone 17 Pro Dark Blue and Orange

When Is iPhone 17 Coming Out?

Thursday July 24, 2025 9:11 am PDT by
Apple's iPhone 17 series is expected to debut in September 2025. This release follows Apple's recent trend of introducing new iPhone models annually in the fall. To unveil the iPhone 17, iPhone 17 Air, iPhone 17 Pro, and iPhone 17 Pro Max, Apple is expected to hold its annual iPhone announcement event during the week of September 8, 2025, with September 9 or 10 emerging as the most likely...
iPhone 17 Pro on Desk Centered 1

iPhone 17 Pro Launching in Two Months With These 16 New Features

Saturday July 26, 2025 5:50 am PDT by
Apple's iPhone 17 Pro and iPhone 17 Pro Max should launch in late September, and there are plenty of rumors about the devices. Below, we recap key changes rumored for the iPhone 17 Pro models, as of July 2025:Aluminum frame: iPhone 17 Pro models are rumored to have an aluminum frame, whereas the iPhone 15 Pro and iPhone 16 Pro models have a titanium frame, and the iPhone X through iPhone 14...
iPhone 17 Pro on Desk Centered 1

Tipster: iPhone 17 Pro to Feature 8x Zoom, Pro Camera App, and More

Sunday July 27, 2025 7:35 am PDT by
Apple's upcoming iPhone 17 Pro models will have several new camera-related features, according to an anonymous tipster who contacted MacRumors today. The tipster claimed to be familiar with an iPhone 17 Pro commercial that is allegedly being produced by a film company that has publicly listed Apple as one of its clients. MacRumors has not independently confirmed any of the information shared ...
Apple Watch Ultra 2 Complications

Apple Watch Ultra 3: What to Expect

Thursday July 24, 2025 7:08 am PDT by
The long wait for an Apple Watch Ultra 3 is nearly over, and a handful of new features and changes have been rumored for the device. Below, we recap what to expect from the Apple Watch Ultra 3:Satellite connectivity for sending and receiving text messages when Wi-Fi and cellular coverage is unavailable 5G support, up from LTE on the Apple Watch Ultra 2 Likely a wide-angle OLED display that ...
Apple Partridge Creek

Apple Store in Michigan Permanently Closing Next Month

Saturday July 26, 2025 1:51 pm PDT by
Earlier this month, MacRumors was first to report that Apple was planning to permanently close its Partridge Creek store, just outside of Detroit, Michigan, and now the company has announced a closure date for the location. Apple Partridge Creek Apple Partridge Creek's final day of business will be Saturday, August 16, with the store set to close for good at 8 p.m. local time that day. All of ...
iOS 18

Apple Shares iOS 18.6 Release Notes

Thursday July 24, 2025 6:33 am PDT by
While the focus is now on iOS 26, there is still an iOS 18.6 update incoming. As noted by Aaron Zollo, Apple on Wednesday re-labeled iOS 18.6 Beta 4 as simply iOS 18.6, meaning that it is the Release Candidate version. This change effectively confirms that the update will be released to the public next week. Alongside the new label, Apple shared release notes for iOS 18.6, which is a...
iPhone 17 Colors

All 15 New iPhone 17 and iPhone 17 Pro Colors Leaked

Friday July 25, 2025 6:20 am PDT by
We may finally have a definitive list of all color options for the iPhone 17 series, ahead of the devices launching in September. MacRumors concept In a Macworld report this month, Filipe Espósito said he obtained an "internal document" that allegedly reveals all of the color options for the upcoming iPhone 17, iPhone 17 Air, iPhone 17 Pro, and iPhone 17 Pro Max models. The report...
iPhone 17 Pro on Desk Centered 1

iPhone 17 Pro Launching in Two Months With These 16 New Features

Tuesday July 22, 2025 5:00 pm PDT by
Apple's iPhone 17 Pro and iPhone 17 Pro Max are less than two months away, and there are plenty of rumors about the devices. Below, we recap key changes rumored for the iPhone 17 Pro models, as of July 2025:Aluminum frame: iPhone 17 Pro models are rumored to have an aluminum frame, whereas the iPhone 15 Pro and iPhone 16 Pro models have a titanium frame, and the iPhone X through iPhone 14...

Top Rated Comments

Realityck Avatar
41 months ago
macOS 13 beta (22A5266r)
[SPOILER="macOS 13 Ventura Beta Release Notes"]
[HEADING=2]Accessory Security[/HEADING]
[HEADING=3]New Features[/HEADING]

* On portable Mac computers with Apple silicon, new USB and Thunderbolt accessories require user approval before the accessory can communicate with macOS for connections wired directly to the USB-C port. This doesn’t apply to power adapters, standalone displays, or connections to an approved hub. Devices can still charge if you choose Don’t Allow.
You can change the security configuration in System Settings > Security and Privacy > Security. The initial configuration is Ask for new accessories. Configuring an accessibility Switch Control sets the policy to always allow accessory use. Approved devices can connect to a locked Mac for up to three days.
Accessories attached during software update from prior versions of macOS are allowed automatically. New accessories attached prior to rebooting the Mac might enumerate and function, but won’t be remembered until connected to an unlocked Mac and explicitly approved. (43338666)

[HEADING=2]App Store[/HEADING]
[HEADING=3]New Features[/HEADING]

* AppTransaction ('https://developer.apple.com/documentation/storekit/apptransaction') allows developers to cryptographically verify that the app was purchased on the App Store. (86739279)
* A property environment is included in Product.SubscriptionInfo.RenewalInfo ('https://developer.apple.com/documentation/storekit/product/subscriptioninfo/renewalinfo') and Transaction ('https://developer.apple.com/documentation/storekit/transaction'). It represents the server environment in which the RenewalInfo and Transaction occurred, respectively. (85988753)
* The recentSubscriptionStartDate property is included in Product.SubscriptionInfo.RenewalInfo ('https://developer.apple.com/documentation/storekit/product/subscriptioninfo/renewalinfo'). It represents the date that marks the start of the most recent period of continuous subscription. A period is considered a continuous subscription if there’s no more than a 60-day gap between any two subscribed periods. (86599570)
* The priceLocale ('https://developer.apple.com/documentation/storekit/skproduct/1506145-pricelocale') property is included in Product ('https://developer.apple.com/documentation/storekit/product'). Use this property to format price values deriving from the product’s decimal price. (81480683)
* Present the offer code redemption sheet with the offerCodeRedemption(isPresented:eek:nCompletion:) ('https://developer.apple.com/documentation/SwiftUI/View/offerCodeRedemption(isPresented:onCompletion:)')view modifier in your SwiftUI apps. (85321941)
* The StoreKit Messages API allows you to control when App Store messages are displayed in your app. (85321880)
* Read the requestReview ('https://developer.apple.com/documentation/SwiftUI/EnvironmentValues/requestReview') environment value to get an instance of a RequestReviewAction ('https://developer.apple.com/documentation/storekit/requestreviewaction'). Then, call this instance to request to display a review prompt from your SwiftUI apps. (86739003)

[HEADING=2]Calendar[/HEADING]
[HEADING=3]Known Issues[/HEADING]

* The “Enable this account” checkbox found in Calendar > Preferences > Accounts won’t function for certain account types, such as iCloud or Google. You can still enable and disable Calendar accounts from System Settings > Internet Accounts. (93464496)

[HEADING=2]Clock[/HEADING]
[HEADING=3]Known Issues[/HEADING]

* In the Clock app, you might not be able to type a digit into the timer hour, minute, or second fields. (92776027)
Workaround: Press the up or down arrow key and then type a digit.

[HEADING=2]File System[/HEADING]
[HEADING=3]New Features[/HEADING]

* There’s a change to the implementation of the msdos and exfat file systems. Apps that check for those specific file system formats might not detect them. Please file feedback if this impacts your app. (90768681)

[HEADING=2]Foundation[/HEADING]
[HEADING=3]Known Issues[/HEADING]

* Using the inflection capabilities of AttributedString(localized:…) in conjunction with a quantity won’t work for text written in the Spanish language. (93126015)

[HEADING=2]Game Controller[/HEADING]
[HEADING=3]New Features[/HEADING]

* Many additional Bluetooth and USB game controllers are supported by the Game Controller framework on macOS 13, iOS 16, and tvOS 16 and later. (82409809)

[HEADING=2]Mail[/HEADING]
[HEADING=3]Known Issues[/HEADING]

* When searching for words that contain diacritics, suggestions for some languages might display apostrophes instead of accented characters. (92679833)
* After updating to iOS & iPadOS 16 beta, it might take 24 hours or longer until search features function as expected. (61137313)
* Searching for “me” doesn’t show suggestions for yourself or your “me” card. (93228606)
Workaround: Search for your email address instead.
* Pasting text into the search field and searching via Search Mail for Contact on a contact card doesn’t work in languages other than English. (93613150)
* The High Priority Mail search suggestion isn’t available. (93266352)
* Mail Search doesn’t offer many temporal suggestions. (93109504)
Workaround: Type the full temporal suggestion, such as Last Week.
* Send Later always offers Send Now, Send Tonight, Send Tomorrow Night, and Send Later (custom option), without the refinement to have more awareness of the current time. (93925346)
* Searching using the NOT Boolean operator doesn’t work. (93230372)
* Moving a Remind Me message to another mailbox doesn’t remove the Remind Me banner. (93685824)
* Notifications for fired Remind Me messages don’t appear. (90661689)
* Highlighted search snippets might stay visible after closing search. (91830631)
Workaround: Switch mailboxes to refresh the list.

[HEADING=2]MapKit[/HEADING]
[HEADING=3]Known Issues[/HEADING]

* Apps compiled for Intel-based Mac computers while running in Rosetta 2 on a Mac with an M1 chip might encounter MapKit map views with a black base map. (93589887)

[HEADING=2]Metal[/HEADING]
[HEADING=3]Known Issues[/HEADING]

* When using the new Metal mesh shaders feature, render pipeline state objects (PSOs) created with a mesh shader stage but without a object shader stage can fail to compile or fail to work correctly on some devices. (89836551)
Workaround: When creating render PSOs with a mesh shader stage, also include a (potentially trivial pass-through) object shader stage.
* The MTLResource.gpuHandle is deprecated. (92862429)
Workaround: Use gpuResourceID ('https://developer.apple.com/documentation/metal/mtlaccelerationstructure/3974095-gpuresourceid') instead, which functions as a replacement.

[HEADING=2]Metal Offline Compiler[/HEADING]
[HEADING=3]Known Issues[/HEADING]

* AppStore TestFlight distribution of apps with Metal Offline Compiler GPU binaries fails and results in validation errors. (93124006)
Workaround: Certain preview test clients with source access might build the app project locally.
* Adding a pipeline descriptor that uses MTLLinkedFunctions ('https://developer.apple.com/documentation/metal/mtllinkedfunctions') to a MTLBinaryArchive ('https://developer.apple.com/documentation/metal/mtlbinaryarchive') is unsupported and has undefined runtime behavior. (90776424)
Workaround: Limit use of MTLLinkedFunctions to PSO creation APIs instead of the Metal Binary Archive API.
* When using Metal mesh shaders on a device with Apple silicon, object or mesh shaders producing large amounts of output data can result in incorrect rendering and device instability. (93797539)
Workaround:Try reducing the object and mesh output data with the following actions:

* Decrease the object dispatch grid size.
* Decrease the object shader [[payload]] attribute size.
* Decrease the number of generated mesh threadgroups.
* Decrease the size of the metal::mesh object.
* Alternatively, try splitting the drawMesh call into a series of smaller drawMesh calls (smaller object grids), spread over multiple render encoders.

* When using Metal mesh shaders on a device with Apple silicon, vertex buffers set at indices 29 or 30 can become unset after calling any of these methods: drawMeshThreadgroups, drawMeshThreads, drawMeshThreadgroupsWithIndirectBuffer. (93797408)
Workaround: Reset the vertex buffers at indices 29 or 30 after issuing drawMesh calls if needed by subsequent drawPrimitive calls.
* When using Metal mesh shaders on a device with Apple silicon, graphics corruption can occur when emitting a metal::mesh with a large number of primitives and using the viewport_array_index, render_target_array_index, or primitive_culled per-primitive attributes. (93797184)
Workaround: Emit 170 or fewer primitives per mesh shader threadgroup when using the viewport_array_index, render_target_array_index, or primitive_culled per-primitive attributes.
* The names of classes in MetalFX ('https://developer.apple.com/documentation/metalfx') headers don’t match WWDC session. (93712694)
Workaround: Use the names in header files and docs.
* MetalFX effect outputs aren’t designed to be consumed by the CPU. Outputting to a texture that is read only by the CPU might result in synchronization issues. (91515075)
Workaround: If a CPU reading of the MetalFX output is desired, instead of encoding the MetalFX effect as the last item in a command buffer, encode a dummy blit that consumes the MetalFX output texture (a 1-pixel region blit is fine) in the command buffer. After the command buffer with the dummy blit is finished, reading of the MetalFX effect output texture with CPU synchronizes correctly.
* MFXTemporalScalingEffect ('https://developer.apple.com/documentation/metalfx/mfxtemporalscalingeffect') currently only supports an input resolution of ≥ 1280 x 720 and an output resolution of exactly 2x. Creating MFXTemporalScalingEffect with other attibutes returns nil for the object creation. (92913479)

[HEADING=2]Safari[/HEADING]
[HEADING=3]Known Issues[/HEADING]

* Reordering a Shared Tab Group by one user reorders that Tab Group for every user in the share. (88779674)

[HEADING=2]Security[/HEADING]
[HEADING=3]Known Issues[/HEADING]

* Prompts from installers and upgraders asking for user consent to manage apps are reduced in some scenarios. (94192721)

[HEADING=2]Stocks[/HEADING]
[HEADING=3]Known Issues[/HEADING]

* The Stocks watchlist widget incorrectly shows Watchlist Deleted, but the watchlist is present in the app. (93070133)
Workaround: Remove and re-add the widget.

[HEADING=2]StoreKit[/HEADING]
[HEADING=3]New Features[/HEADING]

* All StoreKit ('https://developer.apple.com/documentation/storekit') APIs are now annotated for sendability and main actor isolation. (84157048)

[HEADING=3]Known Issues[/HEADING]

* Calling the review request API in the sandbox environment on macOS apps doesn’t bring up the review prompt. (93249271)
* Interrupted purchases might not complete in macOS apps. (93260007)

[HEADING=3]Deprecations[/HEADING]

* Deprecated the SKDownload API and removed the option to upload nonconsumable in-app purchase assets for Apple to host. In addition, support for managing these assets in App Store Connect is no longer available as of April 2022. (89764253)

[HEADING=2]Swift[/HEADING]
[HEADING=3]Known Issues[/HEADING]

* Network.framework resolved an issue that could cause NWBrowser, NWConnection, NWConnectionGroup, NWEthernetChannel, NWListener, and NWPathMonitor to trigger a retain cycle when various Handler blocks are set. Starting with macOS 13, iOS 16, watchOS 9, and tvOS 16, if software using Network.framework targets these releases as the minimum OS, the object releases any blocks they captured once cancelled, breaking the retain cycle. (89677097)
Workaround: For software targeting older versions, the retain cycle can be broken by setting the handler blocks to nil after canceling the object.

[HEADING=2]SwiftUI[/HEADING]
[HEADING=3]New Features[/HEADING]

* You can now place a TextField ('https://developer.apple.com/documentation/SwiftUI/TextField') in an Alert ('https://developer.apple.com/documentation/SwiftUI/Alert') by using alert modifiers that accept a ViewBuilder ('https://developer.apple.com/documentation/SwiftUI/ViewBuilder'). (64819930)
* For control, Section ('https://developer.apple.com/documentation/SwiftUI/Section'), or other views that have a Label ('https://developer.apple.com/documentation/SwiftUI/Label'), the ViewBuilder ('https://developer.apple.com/documentation/SwiftUI/ViewBuilder') content now automatically arranges and styles multiple views as hierarchical elements, such as title and subtitle. If the label views are intended to be arranged horizontally rather than hierarchically, wrap the views within an HStack ('https://developer.apple.com/documentation/SwiftUI/HStack'). (85184563)
* A TextField supports multiline text. Use a Axis.vertical ('https://developer.apple.com/documentation/SwiftUI/Axis/vertical') axis on a text field to allow rendering of multiple lines in contexts like forms, where text is expected to be short to medium length. For long-form text editing, continue to use a TextEditor ('https://developer.apple.com/documentation/SwiftUI/TextEditor'). (51463718)
* A list supports Section footers. (78462739)
* When presenting a sheet or window, SwiftUI now uses focus state bindings to determine where focus should be placed by default. Clients can specify a custom binding assignment using the new View.defaultFocus(_:_:)modifier. (81837128)
* Applying View.focusable(false) to a container now also disables focus for the container’s contents. (89362190)
* An alert presented using an Error displays as a critical alert, which shows a caution symbol with the app icon overlaid. (82014147)
* Lists and tables automatically support type-to-select, using the first Text content in each cell. (85956291)
* Windows created using SwiftUI no longer have a maximum size by default. The user can resize them to fill the screen. To enforce a maximum size, use the .windowResizability(.contentSize) modifier. (92634133)

[HEADING=3]Resolved Issues[/HEADING]

* Fixed: Using @Environment(\.dismiss) no longer causes a view to be invalidated when the Environment changes. (86771246)
* Fixed: onHover now respects the content shape of the view, similar to other gestures. If a view doesn’t have a content shape, applying a contentShape(Rectangle()) before the onHover modifier produces a similar result as previous releases. (56450953)
* Fixed: On macOS, sidebars within a sheet respect the minimum and maximum width of their contents and won’t be collapsible. (89625259)

[HEADING=3]Known Issues[/HEADING]

* SwiftUI views log to the console [UIFocus] <typename> implements focusItemsInRect: - caching for linear focus movement is limited as long as this view is on screen. (93428139)
* Passing multiple children to a custom Layout fails to compile. (92914226)
* Pickers might appear empty and fail to update when the initial selection is bound to a value that doesn’t correspond to a tag. (92282222)
* Subitems in an OutlineGroup can display the layout incorrectly. (93248032)
* A view-based NavigationLink in a List fails to update the visible selection of the list. (92193873)
* On macOS, when using the default project template, the resulting window is initially too small for its contents. (93933655)
* Pickers in Catalyst, optimized for Mac idiom, don’t display their labels. (93897594)
* Using a NavigationStack within a NavigationSplitView has incorrect back button behavior. It causes the window to be closed rather than navigating back to the previous view on the stack. (93511885)

[HEADING=2]Swift Charts[/HEADING]
[HEADING=3]Known Issues[/HEADING]

* Charts might crash after repeatedly rendering charts with cubic curve lines. (93476090)
* Automatic accessibility elements aren’t yet available for marks other than bars. (92035605)
* Audio graphs aren’t yet available for marks other than bars. (58689362)
* Audio graphs might appear unexpectedly on each bar in a bar chart. (93617442)

[HEADING=2]System Settings[/HEADING]
[HEADING=3]Known Issues[/HEADING]

* Network Account Server isn’t available in Users & Groups settings for macOS. (91719458)

[HEADING=2]Third-Party Apps[/HEADING]
[HEADING=3]Known Issues[/HEADING]

* Windows virtual machines (VMs) in Parallels might initially render black. (92891101)
Workaround: Suspend and resume the VM.

[HEADING=2]Virtualization[/HEADING]
[HEADING=3]Resolved Issues[/HEADING]

* Fixed: The default values of ID_AA64PFR0_EL1 was changed in macOS 13. The fields EL2 and EL3 now report 0x0instead of 0x1. This can affect restoring virtual machines from a saved state. (92303627)

[HEADING=2]Wallet[/HEADING]
[HEADING=3]Known Issues[/HEADING]

* Automatic Payments are only supported on Visa and Discover payment networks. Mastercard and Amex aren’t currently supported. (93337069)
* Devices running macOS can unexpectedly register for ordering tracking updates. (91342464)
* Some cells in the Apple Pay sheet might have an unexpected yellow tint in Dark Mode. (92171434)
* In an Apple Pay transaction, changing the shipping address might not recalculate the final amount if shipping charges apply. (93434317)
* The Touch ID glyph might disappear from the Apple Pay sheet. You might be unable to authorize the transaction. (93460787)
Workaround: Resize the window that presented the Apple Pay sheet.

[/SPOILER]
Score: 3 Votes (Like | Disagree)
lupinglade Avatar
41 months ago

If you a long time Mac user then you will remember Minimize In Place and Piles. These were two rumored and also beta features years ago. That’s what Stage Manager kinda is.

I’m playing with it now and meh…I don’t like them take up space on the Left side of my screen. It also replaces Minimize to the Dock. Command+M now minimizes to Stage Manager. It’s just not clean, but it is a good way of managing groups of windows.
Would rather see window shading (collapse to titlebar) :(
Score: 2 Votes (Like | Disagree)
minik Avatar
41 months ago

I also found this alert when I connected my USB-C monitor to my Mac:



Is this new on Ventura?
Yes, it's part of the new Accessory Security.
Score: 2 Votes (Like | Disagree)
jbmelby Avatar
41 months ago

I agree; this beta is by far the best I’ve encountered, and I’ve been installing them since OS 9.
That is, for a beta 1.
Score: 1 Votes (Like | Disagree)
ponzicoinbro Avatar
41 months ago
Yeah after 12 hours…

Stage Manager crashes, sometimes doesn’t load. Need to log in and out to get it to work.

It’s not good that it is floating above the Desktop and looks like the Windows Vista multitasker. It blurs the Desktop and makes the files you have on your desk disappear.

It’s ugly. It should be in the Right side of the Dock instead of floating above the Desktop.

Please don’t make any part of macOS look like Vista even the slightest bit.




Attachment Image
Score: 1 Votes (Like | Disagree)
Realityck Avatar
41 months ago
Before you ever update to a new beta cycle you must backup your boot volumes to an external backup volume.

You can always use DFU (via another USB-C connected Mac) to repair the system OS/system FW to last public release or public beta. Then use the backup as a ASR with Migration Assistant to restore system settings, applications, and data. Apple Store personal can do this with an appointment.

https://support.apple.com/guide/apple-configurator-mac/revive-or-restore-an-intel-based-mac-apdebea5be51/mac

https://support.apple.com/guide/apple-configurator-mac/revive-or-restore-a-mac-with-apple-silicon-apdd5f3c75ad/mac
Score: 1 Votes (Like | Disagree)