This morning apple announced macOS 26 Tahoe and released beta 1.
Here is the link for the full installer for the Tahoe beta 1: https://swcdn.apple.com/content/dow...7xchfjwh4244kwixjsut4boc/InstallAssistant.pkg
You can make a Tahoe bootable USB installer by first formatting a 32GB or 64GB usb as Mac OS Extended (Journaled) and naming it Untitled.
After downloading the Tahoe Beta 1 installer (which so far is nameless, even though we now know it has the name Tahoe) you can run this in Terminal to make the bootable USB:
sudo /Applications/Install\ macOS\ Beta.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled
The command for future betas will probably change to
sudo /Applications/Install\ macOS\ Tahoe\ beta.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled
and then with public release (or even release candidates) to
sudo /Applications/Install\ macOS\ Tahoe.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled
Here is the link for the full installer for the Tahoe beta 1: https://swcdn.apple.com/content/dow...7xchfjwh4244kwixjsut4boc/InstallAssistant.pkg
You can make a Tahoe bootable USB installer by first formatting a 32GB or 64GB usb as Mac OS Extended (Journaled) and naming it Untitled.
After downloading the Tahoe Beta 1 installer (which so far is nameless, even though we now know it has the name Tahoe) you can run this in Terminal to make the bootable USB:
sudo /Applications/Install\ macOS\ Beta.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled
The command for future betas will probably change to
sudo /Applications/Install\ macOS\ Tahoe\ beta.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled
and then with public release (or even release candidates) to
sudo /Applications/Install\ macOS\ Tahoe.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled