diff --git a/Nextcloud/Nextcloud.download.recipe b/Nextcloud/Nextcloud.download.recipe
new file mode 100644
index 0000000..a42c091
--- /dev/null
+++ b/Nextcloud/Nextcloud.download.recipe
@@ -0,0 +1,111 @@
+
+
+
+
+ Comment
+ Created with Recipe Robot v2.2.0 (https://github.com/homebysix/recipe-robot)
+ Description
+ Downloads the latest version of Nextcloud.
+ Identifier
+ com.github.solutiogruppen.download.Nextcloud
+ Input
+
+ NAME
+ Nextcloud
+
+ MinimumVersion
+ 1.0.0
+ Process
+
+
+ Arguments
+
+ asset_regex
+ .*\.tgz$
+ github_repo
+ nextcloud-releases/desktop
+
+ Processor
+ GitHubReleasesInfoProvider
+
+
+ Arguments
+
+ filename
+ %NAME%-%version%.tgz
+
+ Processor
+ URLDownloader
+
+
+ Processor
+ EndOfCheckPhase
+
+
+ Arguments
+
+ archive_path
+ %pathname%
+ destination_path
+ %RECIPE_CACHE_DIR%/%NAME%
+ purge_destination
+
+
+ Processor
+ Unarchiver
+
+
+ Arguments
+
+ expected_authority_names
+
+ Developer ID Installer: Nextcloud GmbH (NKUJUXUJ3B)
+ Developer ID Certification Authority
+ Apple Root CA
+
+ input_path
+ %RECIPE_CACHE_DIR%/%NAME%/var/folders/yr/9dx0mtfj7kdf4725tmcz6md80000gp/T/macos-17174-install/arm/Nextcloud-qt5.15.4-3.9.3.17174git.pkg
+
+ Processor
+ CodeSignatureVerifier
+
+
+ Arguments
+
+ destination_path
+ %RECIPE_CACHE_DIR%/unpack
+ flat_pkg_path
+ %RECIPE_CACHE_DIR%/%NAME%/var/folders/yr/9dx0mtfj7kdf4725tmcz6md80000gp/T/macos-17174-install/arm/Nextcloud-qt5.15.4-3.9.3.17174git.pkg
+ purge_destination
+
+
+ Processor
+ FlatPkgUnpacker
+
+
+ Arguments
+
+ destination_path
+ %RECIPE_CACHE_DIR%/payload
+ pkg_payload_path
+ %RECIPE_CACHE_DIR%/unpack/Nextcloud.pkg/Payload
+ purge_destination
+
+
+ Processor
+ PkgPayloadUnpacker
+
+
+ Arguments
+
+ input_plist_path
+ %RECIPE_CACHE_DIR%/payload/Applications/Nextcloud.app/Contents/Info.plist
+ plist_version_key
+ CFBundleShortVersionString
+
+ Processor
+ Versioner
+
+
+
+
diff --git a/Nextcloud/Nextcloud.install.recipe b/Nextcloud/Nextcloud.install.recipe
new file mode 100644
index 0000000..bde1c7b
--- /dev/null
+++ b/Nextcloud/Nextcloud.install.recipe
@@ -0,0 +1,53 @@
+
+
+
+
+ Comment
+ Created with Recipe Robot v2.2.0 (https://github.com/homebysix/recipe-robot)
+ Description
+ Installs the latest version of Nextcloud.
+ Identifier
+ com.github.solutiogruppen.install.Nextcloud
+ Input
+
+ NAME
+ Nextcloud
+
+ MinimumVersion
+ 1.0.0
+ ParentRecipe
+ com.github.solutiogruppen.download.Nextcloud
+ Process
+
+
+ Arguments
+
+ dmg_path
+ %RECIPE_CACHE_DIR%/%NAME%.dmg
+ dmg_root
+ %RECIPE_CACHE_DIR%/%NAME%
+
+ Processor
+ DmgCreator
+
+
+ Arguments
+
+ dmg_path
+ %dmg_path%
+ items_to_copy
+
+
+ destination_path
+ /Applications
+ source_item
+ var/folders/yr/9dx0mtfj7kdf4725tmcz6md80000gp/T/macos-17174-install/arm/Nextcloud.app
+
+
+
+ Processor
+ InstallFromDMG
+
+
+
+
diff --git a/Nextcloud/Nextcloud.munki.recipe b/Nextcloud/Nextcloud.munki.recipe
new file mode 100644
index 0000000..6d98984
--- /dev/null
+++ b/Nextcloud/Nextcloud.munki.recipe
@@ -0,0 +1,69 @@
+
+
+
+
+ Comment
+ Created with Recipe Robot v2.2.0 (https://github.com/homebysix/recipe-robot)
+ Description
+ Downloads the latest version of Nextcloud and imports it into Munki.
+ Identifier
+ com.github.solutiogruppen.munki.Nextcloud
+ Input
+
+ MUNKI_REPO_SUBDIR
+ apps/%NAME%
+ NAME
+ Nextcloud
+ pkginfo
+
+ blocking_applications
+
+ Nextcloud.app
+
+ catalogs
+
+ testing
+
+ description
+ 💻 Desktop sync client for Nextcloud
+ developer
+ Nextcloud GmbH
+ display_name
+ Nextcloud
+ name
+ %NAME%
+ unattended_install
+
+
+
+ MinimumVersion
+ 1.0.0
+ ParentRecipe
+ com.github.solutiogruppen.download.Nextcloud
+ Process
+
+
+ Arguments
+
+ dmg_path
+ %RECIPE_CACHE_DIR%/%NAME%.dmg
+ dmg_root
+ %RECIPE_CACHE_DIR%/%NAME%
+
+ Processor
+ DmgCreator
+
+
+ Arguments
+
+ pkg_path
+ %dmg_path%
+ repo_subdirectory
+ %MUNKI_REPO_SUBDIR%
+
+ Processor
+ MunkiImporter
+
+
+
+
diff --git a/Nextcloud/Nextcloud.pkg.recipe b/Nextcloud/Nextcloud.pkg.recipe
new file mode 100644
index 0000000..a4ebf0c
--- /dev/null
+++ b/Nextcloud/Nextcloud.pkg.recipe
@@ -0,0 +1,33 @@
+
+
+
+
+ Comment
+ Created with Recipe Robot v2.2.0 (https://github.com/homebysix/recipe-robot)
+ Description
+ Downloads the latest version of Nextcloud and creates a package.
+ Identifier
+ com.github.solutiogruppen.pkg.Nextcloud
+ Input
+
+ NAME
+ Nextcloud
+
+ MinimumVersion
+ 1.0.0
+ ParentRecipe
+ com.github.solutiogruppen.download.Nextcloud
+ Process
+
+
+ Arguments
+
+ app_path
+ %RECIPE_CACHE_DIR%/%NAME%/var/folders/yr/9dx0mtfj7kdf4725tmcz6md80000gp/T/macos-17174-install/arm/Nextcloud.app
+
+ Processor
+ AppPkgCreator
+
+
+
+
diff --git a/Nextcloud/Nextcloud.png b/Nextcloud/Nextcloud.png
new file mode 100644
index 0000000..d57dc79
Binary files /dev/null and b/Nextcloud/Nextcloud.png differ
diff --git a/OnlyOffice/ONLYOFFICE.download.recipe b/OnlyOffice/ONLYOFFICE.download.recipe
index de9c5ea..0abd6b5 100644
--- a/OnlyOffice/ONLYOFFICE.download.recipe
+++ b/OnlyOffice/ONLYOFFICE.download.recipe
@@ -21,7 +21,7 @@
Arguments
appcast_url
- https://download.onlyoffice.com/install/desktop/editors/mac/onlyoffice.xml
+ https://download.onlyoffice.com/install/desktop/editors/mac/x86_64/onlyoffice.xml
Processor
SparkleUpdateInfoProvider
diff --git a/OnlyOffice/ONLYOFFICE.munki.recipe b/OnlyOffice/ONLYOFFICE.munki.recipe
index 0e1421d..a873bfb 100644
--- a/OnlyOffice/ONLYOFFICE.munki.recipe
+++ b/OnlyOffice/ONLYOFFICE.munki.recipe
@@ -21,7 +21,7 @@
testing
description
- Edit documents, spreadsheets, and presentations offline.
+ An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents
developer
Ascensio System SIA
display_name
diff --git a/OnlyOffice/ONLYOFFICE.png b/OnlyOffice/ONLYOFFICE.png
index 985fa88..71bae3d 100644
Binary files a/OnlyOffice/ONLYOFFICE.png and b/OnlyOffice/ONLYOFFICE.png differ
diff --git a/zoom.us-AppleSilicon/zoom.us.download.recipe b/zoom.us-AppleSilicon/zoom.us.download.recipe
new file mode 100644
index 0000000..d3be600
--- /dev/null
+++ b/zoom.us-AppleSilicon/zoom.us.download.recipe
@@ -0,0 +1,52 @@
+
+
+
+
+ Comment
+ Created with Recipe Robot v2.2.0 (https://github.com/homebysix/recipe-robot)
+ Description
+ For Apple Silicon - Downloads the latest version of zoom.us.
+ Identifier
+ com.github.solutiogruppen.download.zoom.us
+ Input
+
+ NAME
+ zoom.us
+
+ MinimumVersion
+ 1.0.0
+ Process
+
+
+ Arguments
+
+ filename
+ %NAME%.pkg
+ url
+ https://zoom.us/client/latest/zoomusInstallerFull.pkg?archType=arm64
+
+ Processor
+ URLDownloader
+
+
+ Processor
+ EndOfCheckPhase
+
+
+ Arguments
+
+ expected_authority_names
+
+ Developer ID Installer: Zoom Video Communications, Inc. (BJ4HAAB9B3)
+ Developer ID Certification Authority
+ Apple Root CA
+
+ input_path
+ %pathname%
+
+ Processor
+ CodeSignatureVerifier
+
+
+
+
diff --git a/zoom.us-AppleSilicon/zoom.us.install.recipe b/zoom.us-AppleSilicon/zoom.us.install.recipe
new file mode 100644
index 0000000..502357a
--- /dev/null
+++ b/zoom.us-AppleSilicon/zoom.us.install.recipe
@@ -0,0 +1,33 @@
+
+
+
+
+ Comment
+ Created with Recipe Robot v2.2.0 (https://github.com/homebysix/recipe-robot)
+ Description
+ Installs the latest version of zoom.us.
+ Identifier
+ com.github.solutiogruppen.install.zoom.us
+ Input
+
+ NAME
+ zoom.us
+
+ MinimumVersion
+ 1.0.0
+ ParentRecipe
+ com.github.solutiogruppen.download.zoom.us
+ Process
+
+
+ Arguments
+
+ pkg_path
+ %pathname%
+
+ Processor
+ Installer
+
+
+
+
diff --git a/zoom.us-AppleSilicon/zoom.us.munki.recipe b/zoom.us-AppleSilicon/zoom.us.munki.recipe
new file mode 100644
index 0000000..6504712
--- /dev/null
+++ b/zoom.us-AppleSilicon/zoom.us.munki.recipe
@@ -0,0 +1,67 @@
+
+
+
+
+ Comment
+ Created with Recipe Robot v2.2.0 (https://github.com/homebysix/recipe-robot)
+ Description
+ Downloads the latest version of zoom.us and imports it into Munki.
+ Identifier
+ com.github.solutiogruppen.munki.zoom.us
+ Input
+
+ MUNKI_REPO_SUBDIR
+ apps/%NAME%
+ NAME
+ zoom.us AppleSilicon
+ pkginfo
+
+ blocking_applications
+
+ zoom.us.app
+ ZoomAutoUpdater.app
+ airhost.app
+ Transcode.app
+ ZoomUninstaller.app
+ ZMScreenshot.app
+ aomhost.app
+ caphost.app
+ CptHost.app
+ ZoomPhone.app
+
+ catalogs
+
+ testing
+
+ description
+
+ developer
+ Zoom Video Communications, Inc.
+ display_name
+ zoom.us Apple Silicon
+ name
+ %NAME%
+ unattended_install
+
+
+
+ MinimumVersion
+ 1.0.0
+ ParentRecipe
+ com.github.solutiogruppen.download.zoom.us
+ Process
+
+
+ Arguments
+
+ pkg_path
+ %pathname%
+ repo_subdirectory
+ %MUNKI_REPO_SUBDIR%
+
+ Processor
+ MunkiImporter
+
+
+
+
diff --git a/zoom.us-AppleSilicon/zoom.us.png b/zoom.us-AppleSilicon/zoom.us.png
new file mode 100644
index 0000000..953368b
Binary files /dev/null and b/zoom.us-AppleSilicon/zoom.us.png differ
diff --git a/zoom.us-Intel/zoom.us.download.recipe b/zoom.us-Intel/zoom.us.download.recipe
new file mode 100644
index 0000000..db0ba76
--- /dev/null
+++ b/zoom.us-Intel/zoom.us.download.recipe
@@ -0,0 +1,52 @@
+
+
+
+
+ Comment
+ Created with Recipe Robot v2.2.0 (https://github.com/homebysix/recipe-robot)
+ Description
+ For Intel Macs - Downloads the latest version of zoom.us.
+ Identifier
+ com.github.solutiogruppen.download.zoom.us
+ Input
+
+ NAME
+ zoom.us
+
+ MinimumVersion
+ 1.0.0
+ Process
+
+
+ Arguments
+
+ filename
+ %NAME%.pkg
+ url
+ https://zoom.us/client/latest/zoomusInstallerFull.pkg
+
+ Processor
+ URLDownloader
+
+
+ Processor
+ EndOfCheckPhase
+
+
+ Arguments
+
+ expected_authority_names
+
+ Developer ID Installer: Zoom Video Communications, Inc. (BJ4HAAB9B3)
+ Developer ID Certification Authority
+ Apple Root CA
+
+ input_path
+ %pathname%
+
+ Processor
+ CodeSignatureVerifier
+
+
+
+
diff --git a/zoom.us-Intel/zoom.us.install.recipe b/zoom.us-Intel/zoom.us.install.recipe
new file mode 100644
index 0000000..502357a
--- /dev/null
+++ b/zoom.us-Intel/zoom.us.install.recipe
@@ -0,0 +1,33 @@
+
+
+
+
+ Comment
+ Created with Recipe Robot v2.2.0 (https://github.com/homebysix/recipe-robot)
+ Description
+ Installs the latest version of zoom.us.
+ Identifier
+ com.github.solutiogruppen.install.zoom.us
+ Input
+
+ NAME
+ zoom.us
+
+ MinimumVersion
+ 1.0.0
+ ParentRecipe
+ com.github.solutiogruppen.download.zoom.us
+ Process
+
+
+ Arguments
+
+ pkg_path
+ %pathname%
+
+ Processor
+ Installer
+
+
+
+
diff --git a/zoom.us-Intel/zoom.us.munki.recipe b/zoom.us-Intel/zoom.us.munki.recipe
new file mode 100644
index 0000000..b8ac59d
--- /dev/null
+++ b/zoom.us-Intel/zoom.us.munki.recipe
@@ -0,0 +1,67 @@
+
+
+
+
+ Comment
+ Created with Recipe Robot v2.2.0 (https://github.com/homebysix/recipe-robot)
+ Description
+ Downloads the latest version of zoom.us and imports it into Munki.
+ Identifier
+ com.github.solutiogruppen.munki.zoom.us
+ Input
+
+ MUNKI_REPO_SUBDIR
+ apps/%NAME%
+ NAME
+ zoom.us Intel
+ pkginfo
+
+ blocking_applications
+
+ ZoomAutoUpdater.app
+ Transcode.app
+ CptHost.app
+ ZoomPhone.app
+ caphost.app
+ aomhost.app
+ ZMScreenshot.app
+ airhost.app
+ ZoomUninstaller.app
+ zoom.us.app
+
+ catalogs
+
+ testing
+
+ description
+
+ developer
+ Zoom Video Communications, Inc.
+ display_name
+ zoom.us
+ name
+ %NAME%
+ unattended_install
+
+
+
+ MinimumVersion
+ 1.0.0
+ ParentRecipe
+ com.github.solutiogruppen.download.zoom.us
+ Process
+
+
+ Arguments
+
+ pkg_path
+ %pathname%
+ repo_subdirectory
+ %MUNKI_REPO_SUBDIR%
+
+ Processor
+ MunkiImporter
+
+
+
+
diff --git a/zoom.us-Intel/zoom.us.png b/zoom.us-Intel/zoom.us.png
new file mode 100644
index 0000000..953368b
Binary files /dev/null and b/zoom.us-Intel/zoom.us.png differ