Skip to content

Instantly share code, notes, and snippets.

@pookjw
Last active July 6, 2023 02:47
Show Gist options
  • Star 66 You must be signed in to star a gist
  • Fork 16 You must be signed in to fork a gist
  • Save pookjw/b17da769e9c3b061f9a5bcf3f7990866 to your computer and use it in GitHub Desktop.
Save pookjw/b17da769e9c3b061f9a5bcf3f7990866 to your computer and use it in GitHub Desktop.
Enroll macOS Beta Seed without profile installation

seedutil

Enroll macOS Beta Seed without profile installation

Usage

$ sudo /System/Library/PrivateFrameworks/Seeding.framework/Versions/A/Resources/seedutil 
usage: seedutil enroll SEED_PROGRAM
    seedutil unenroll
    seedutil current
    seedutil migrate OLD_VERSION NEW_VERSION
    seedutil fixup

Enroll DeveloperSeed (Developer Beta)

sudo /System/Library/PrivateFrameworks/Seeding.framework/Versions/A/Resources/seedutil enroll DeveloperSeed

Enroll PublicSeed (Public Beta)

sudo /System/Library/PrivateFrameworks/Seeding.framework/Versions/A/Resources/seedutil enroll PublicSeed

Unenroll Seed

sudo /System/Library/PrivateFrameworks/Seeding.framework/Versions/A/Resources/seedutil unenroll

See enrolled Seed

sudo /System/Library/PrivateFrameworks/Seeding.framework/Versions/A/Resources/seedutil current

@fanaruto
Copy link

image

Why i cant update。。

@DMDAYAANKHAN
Copy link

image

Why i cant update。。

@fanaruto after the enroll you need to open System Prefs (or System Settings as of MacOS 13) and normally go to the update page and the Beta version of MacOS will show up and you need to click update

@matxpa
Copy link

matxpa commented Apr 27, 2023

Hi

With Ventura 13.4 beta 3 (22F5049e) :
seedutil enroll DeveloperSeed --> ... Enrollment is no longer supported through seedutil.
seedutil enroll CustomerSeed --> ... Enrollment is no longer supported through seedutil.
seedutil enroll PublicSeed --> ... Enrollment is no longer supported through seedutil.
seedutil unenroll --> ... Unenrolling from beta programs is no longer supported through seedutil.
and now HOW TO ?

Regards

@chris1111
Copy link

Screenshot 2023-04-27 at 8 43 39 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment