Monterey Support #229

Open
opened 2025-12-29 00:20:58 +01:00 by adam · 12 comments
Owner

Originally created by @lucascassiano on GitHub (Jul 28, 2021).

Some new SDKs like Object Capture SDK are only available for MacOS Monterey.
Is there a plan for supporting this OS version?

Originally created by @lucascassiano on GitHub (Jul 28, 2021). Some new SDKs like [Object Capture SDK](https://developer.apple.com/augmented-reality/object-capture/) are only available for MacOS Monterey. Is there a plan for supporting this OS version?
Author
Owner

@sickcodes commented on GitHub (Jul 28, 2021):

As soon as it's released I'll add it, is it public now?

@sickcodes commented on GitHub (Jul 28, 2021): As soon as it's released I'll add it, is it public now?
Author
Owner

@lucascassiano commented on GitHub (Jul 28, 2021):

here (still beta tho) -> Monterey 12 Beta 4

@lucascassiano commented on GitHub (Jul 28, 2021): here (still beta tho) -> [Monterey 12 Beta 4](https://developer.apple.com/documentation/macos-release-notes/macos-12-beta-release-notes/)
Author
Owner

@lucascassiano commented on GitHub (Jul 28, 2021):

oh it's Apple Developers only - not sure if any licensing would be a problem on this context. So not really public yet.

@lucascassiano commented on GitHub (Jul 28, 2021): oh it's Apple Developers only - not sure if any licensing would be a problem on this context. So not *really* public yet.
Author
Owner

@sickcodes commented on GitHub (Jul 28, 2021):

Noted, ready for it here when the URL is public, which will be better for the Docker automated builds

https://github.com/sickcodes/osx-serial-generator/pull/13

Have another issue with libguestfs that I'd like to solve ASAP as well or this won't work.

EDIT: other issue solved, waiting for Apple to release Monterrey publicly.

@sickcodes commented on GitHub (Jul 28, 2021): Noted, ready for it here when the URL is public, which will be better for the Docker automated builds https://github.com/sickcodes/osx-serial-generator/pull/13 Have another issue with libguestfs that I'd like to solve ASAP as well or this won't work. EDIT: other issue solved, waiting for Apple to release Monterrey publicly.
Author
Owner

@guoguoguilai commented on GitHub (Aug 12, 2021):

Any update? After the update of https://github.com/sickcodes/osx-serial-generator/pull/13, is it possiable to run Monterey in docker?

@guoguoguilai commented on GitHub (Aug 12, 2021): Any update? After the update of https://github.com/sickcodes/osx-serial-generator/pull/13, is it possiable to run Monterey in docker?
Author
Owner

@sickcodes commented on GitHub (Aug 12, 2021):

Any update? After the update of https://github.com/sickcodes/osx-serial-generator/pull/13, is it possiable to run Monterey in docker?

I believe so, I'm just waiting for it to be public so I can test.

Else, do you know if the images are individually signed? If not, then I should be fine doing one for research purposes early.

@sickcodes commented on GitHub (Aug 12, 2021): > Any update? After the update of https://github.com/sickcodes/osx-serial-generator/pull/13, is it possiable to run Monterey in docker? I believe so, I'm just waiting for it to be public so I can test. Else, do you know if the images are individually signed? If not, then I should be fine doing one for research purposes early.
Author
Owner

@guoguoguilai commented on GitHub (Aug 13, 2021):

Any update? After the update of sickcodes/osx-serial-generator#13, is it possiable to run Monterey in docker?

I believe so, I'm just waiting for it to be public so I can test.

Else, do you know if the images are individually signed? If not, then I should be fine doing one for research purposes early.

Runing Monterey in Docker is awesome. Could you please let me know after you have time to make it work? Thank you in advance!

@guoguoguilai commented on GitHub (Aug 13, 2021): > > Any update? After the update of [sickcodes/osx-serial-generator#13](https://github.com/sickcodes/osx-serial-generator/pull/13), is it possiable to run Monterey in docker? > > I believe so, I'm just waiting for it to be public so I can test. > > Else, do you know if the images are individually signed? If not, then I should be fine doing one for research purposes early. Runing Monterey in Docker is awesome. Could you please let me know after you have time to make it work? Thank you in advance!
Author
Owner

@sickcodes commented on GitHub (Aug 13, 2021):

Sure, as soon as I have time to download and run it I'll let you know. I can probably test this week!

@sickcodes commented on GitHub (Aug 13, 2021): Sure, as soon as I have time to download and run it I'll let you know. I can probably test this week!
Author
Owner

@guoguoguilai commented on GitHub (Aug 22, 2021):

Hello, is there any update?

@guoguoguilai commented on GitHub (Aug 22, 2021): Hello, is there any update?
Author
Owner

@sickcodes commented on GitHub (Aug 22, 2021):

Hello, is there any update?

I'll have a poke today

@sickcodes commented on GitHub (Aug 22, 2021): > Hello, is there any update? I'll have a poke today
Author
Owner

@sickcodes commented on GitHub (Sep 7, 2021):

Uploading an image tonight!

Screenshot_2021-09-07_08-50-38

@sickcodes commented on GitHub (Sep 7, 2021): Uploading an image tonight! ![Screenshot_2021-09-07_08-50-38](https://user-images.githubusercontent.com/65906298/132315812-ba2dce91-7676-4bad-a3a5-01dceb642b98.png)
Author
Owner

@sickcodes commented on GitHub (Sep 9, 2021):

Screenshot_2021-09-09_15-19-23

Merged the new config.plist 7a56669ec4

Done, self-hosing the .dmg however, as I couldn't extract it without pulling it out of the bootable installer.

Pushing images soon.

You can test by adding:

wget https://images.sick.codes/BaseSystem_Monterey.dmg
-v "${PWD}/BaseSystem_Monterey.dmg:/home/arch/OSX-KVM/BaseSystem.img" \
-e MASTER_PLIST_URL="https://raw.githubusercontent.com/sickcodes/osx-serial-generator/config-custom.plist" \

@sickcodes commented on GitHub (Sep 9, 2021): ![Screenshot_2021-09-09_15-19-23](https://user-images.githubusercontent.com/65906298/132715666-a3705bd4-4ad1-4047-b367-15d4b038ff3c.png) Merged the new config.plist https://github.com/sickcodes/osx-serial-generator/commit/7a56669ec47eeb5c6d910593ec4cb4056804f9f3 Done, self-hosing the .dmg however, as I couldn't extract it without pulling it out of the bootable installer. Pushing images soon. You can test by adding: `wget https://images.sick.codes/BaseSystem_Monterey.dmg` ` -v "${PWD}/BaseSystem_Monterey.dmg:/home/arch/OSX-KVM/BaseSystem.img" \` ` -e MASTER_PLIST_URL="https://raw.githubusercontent.com/sickcodes/osx-serial-generator/config-custom.plist" \`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#229