diff --git a/AnyDesk/Anydesk.download.recipe b/AnyDesk/Anydesk.download.recipe
new file mode 100644
index 0000000..919b11c
--- /dev/null
+++ b/AnyDesk/Anydesk.download.recipe
@@ -0,0 +1,33 @@
+
+
+
+
+ Description
+ Control remotly a desktop
+ Identifier
+ com.github.jpiel.download.Anydesk
+ Input
+
+ NAME
+ Anydesk
+
+ Process
+
+
+ Processor
+ URLDownloader
+ Arguments
+
+ filename
+ %NAME%.dmg
+ url
+ https://download.anydesk.com/anydesk.dmg
+
+
+
+ Processor
+ EndOfCheckPhase
+
+
+
+
diff --git a/AnyDesk/Anydesk.munki.recipe b/AnyDesk/Anydesk.munki.recipe
new file mode 100644
index 0000000..f413d3e
--- /dev/null
+++ b/AnyDesk/Anydesk.munki.recipe
@@ -0,0 +1,52 @@
+
+
+
+
+ Description
+ Control remotly a desktop
+ Identifier
+ com.github.jpiel.munki.Anydesk
+ Input
+
+ MUNKI_CATEGORY
+ Admin Utils
+ MUNKI_REPO_SUBDIR
+ app
+ pkginfo
+
+ catalogs
+
+ testing
+
+ description
+ Connect to a computer remotely, be it from the other end of the office or halfway around the world.
+ AnyDesk ensures secure and reliable remote desktop connections for IT professionals and on-the-go
+ individuals alike.
+ category
+ %MUNKI_CATEGORY%
+ developer
+ Anydesk
+ name
+ %NAME%
+ unattended_install
+
+
+
+ ParentRecipe
+ com.github.jpiel.download.Anydesk
+ Process
+
+
+ Processor
+ MunkiImporter
+ Arguments
+
+ repo_subdirectory
+ %MUNKI_REPO_SUBDIR%
+ pkg_path
+ %RECIPE_CACHE_DIR%/downloads/%NAME%.dmg
+
+
+
+
+