diff --git a/recipes/wip/games/math/cosmic-2048/recipe.toml b/recipes/wip/dev/analysis/zizmor/recipe.toml
similarity index 52%
rename from recipes/wip/games/math/cosmic-2048/recipe.toml
rename to recipes/wip/dev/analysis/zizmor/recipe.toml
index e3b83481e414f486d1d84cf437b5ad2711759514..61907213137481e123983dfaf80b964a5e5535ba 100644
--- a/recipes/wip/games/math/cosmic-2048/recipe.toml
+++ b/recipes/wip/dev/analysis/zizmor/recipe.toml
@@ -1,5 +1,5 @@
 #TODO not compiled or tested
 [source]
-git = "https://github.com/Kartonrealista/cosmic-ext-2048"
+git = "https://github.com/woodruffw/zizmor"
 [build]
 template = "cargo"
diff --git a/recipes/wip/edu/rusty-tape/recipe.toml b/recipes/wip/edu/rusty-tape/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..755a33f3a080048d29a98ea0cfe9c2d5ddfbc756
--- /dev/null
+++ b/recipes/wip/edu/rusty-tape/recipe.toml
@@ -0,0 +1,10 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/Kkobarii/Rusty-Tape"
+[build]
+template = "custom"
+script = """
+mkdir -pv "${COOKBOOK_STAGE}"/usr/share/rusty-tape
+cp -rv "${COOKBOOK_SOURCE}"/data/* "${COOKBOOK_STAGE}"/usr/share/rusty-tape
+cookbook_cargo
+"""
diff --git a/recipes/wip/finance/mgmt/tackler-ng/recipe.toml b/recipes/wip/finance/mgmt/tackler-ng/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..09092a706244a3d93d396aaef5434c4e670860c1
--- /dev/null
+++ b/recipes/wip/finance/mgmt/tackler-ng/recipe.toml
@@ -0,0 +1,10 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/e257-fi/tackler-ng"
+[build]
+template = "custom"
+script = """
+mkdir -pv "${COOKBOOK_STAGE}"/usr/share/tackler-ng/examples
+cp -rv "${COOKBOOK_SOURCE}"/examples/* "${COOKBOOK_STAGE}"/usr/share/tackler-ng/examples
+cookbook_cargo_packages tackler
+"""
diff --git a/recipes/wip/games/math/cosmic-ext-2048/recipe.toml b/recipes/wip/games/math/cosmic-ext-2048/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..872d66c015c1dc9aeb3415c4b951a4a723048a1e
--- /dev/null
+++ b/recipes/wip/games/math/cosmic-ext-2048/recipe.toml
@@ -0,0 +1,14 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/Kartonrealista/cosmic-ext-2048"
+[build]
+template = "custom"
+script = """
+mkdir -pv "${COOKBOOK_STAGE}"/usr/share/applications
+mkdir -pv "${COOKBOOK_STAGE}"/usr/share/metainfo
+mkdir -pv "${COOKBOOK_STAGE}"/usr/share/icons
+cp -rv "${COOKBOOK_SOURCE}"/res/io.github.Kartonrealista.cosmic-ext-2048.desktop "${COOKBOOK_STAGE}"/usr/share/applications
+cp -rv "${COOKBOOK_SOURCE}"/res/io.github.Kartonrealista.cosmic-ext-2048.metainfo.xml "${COOKBOOK_STAGE}"/usr/share/metainfo
+cp -rv "${COOKBOOK_SOURCE}"/res/icons/hicolor "${COOKBOOK_STAGE}"/usr/share/icons
+cookbook_cargo
+"""
diff --git a/recipes/wip/games/open-world/ethertia/recipe.toml b/recipes/wip/games/open-world/ethertia/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..747cf45158245b1ff57708385e8b99430de26049
--- /dev/null
+++ b/recipes/wip/games/open-world/ethertia/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/Dreamtowards/Ethertum"
+[build]
+template = "cargo"
diff --git a/recipes/wip/games/sandbox/recipe.toml b/recipes/wip/games/other/sandbox-rs/recipe.toml
similarity index 100%
rename from recipes/wip/games/sandbox/recipe.toml
rename to recipes/wip/games/other/sandbox-rs/recipe.toml
diff --git a/recipes/wip/math/cosmic-ext-calculator/recipe.toml b/recipes/wip/math/cosmic-ext-calculator/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..57f0dd2ab59e11fd0ef4b2022470559cd82f389e
--- /dev/null
+++ b/recipes/wip/math/cosmic-ext-calculator/recipe.toml
@@ -0,0 +1,15 @@
+#TODO not compiled or tested
+#TODO verify if the desktop shortcut and icon configuration is correct
+[source]
+git = "https://github.com/cosmic-utils/calculator"
+[build]
+template = "custom"
+script = """
+mkdir -pv "${COOKBOOK_STAGE}"/usr/share/applications
+mkdir -pv "${COOKBOOK_STAGE}"/usr/share/metainfo
+mkdir -pv "${COOKBOOK_STAGE}"/usr/share/icons
+cp -rv "${COOKBOOK_SOURCE}"/res/app.desktop "${COOKBOOK_STAGE}"/usr/share/applications/dev.edfloreshz.Calculator.desktop
+cp -rv "${COOKBOOK_SOURCE}"/res/metainfo.xml "${COOKBOOK_STAGE}"/usr/share/metainfo/dev.edfloreshz.Calculator.metainfo.xml
+cp -rv "${COOKBOOK_SOURCE}"/res/icons/hicolor/scalable/apps/icon.svg "${COOKBOOK_STAGE}"/usr/share/icons/hicolor/scalable/apps/dev.edfloreshz.Calculator.svg
+cookbook_cargo
+"""
diff --git a/recipes/wip/monitors/cosmic-ext-observatory/recipe.toml b/recipes/wip/monitors/cosmic-ext-observatory/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..6dd545a2bc622fcdd3ca73912e70c3680e987c2e
--- /dev/null
+++ b/recipes/wip/monitors/cosmic-ext-observatory/recipe.toml
@@ -0,0 +1,15 @@
+#TODO not compiled or tested
+#TODO verify if the resource commands are correct
+[source]
+git = "https://github.com/cosmic-utils/observatory"
+[build]
+template = "custom"
+script = """
+mkdir -pv "${COOKBOOK_STAGE}"/usr/share/applications
+mkdir -pv "${COOKBOOK_STAGE}"/usr/share/metainfo
+mkdir -pv "${COOKBOOK_STAGE}"/usr/share/icons
+cp -rv "${COOKBOOK_SOURCE}"/observatory/res/app.desktop "${COOKBOOK_STAGE}"/usr/share/applications/io.github.cosmic_utils.observatory.desktop
+cp -rv "${COOKBOOK_SOURCE}"/observatory/res/metainfo.xml "${COOKBOOK_STAGE}"/usr/share/metainfo/io.github.cosmic_utils.observatory.metainfo.xml
+cp -rv "${COOKBOOK_SOURCE}"/observatory/res/icons/hicolor/scalable/apps/icon.svg "${COOKBOOK_STAGE}"/usr/share/icons/hicolor/scalable/apps/io.github.cosmic_utils.observatory.svg
+cookbook_cargo_packages observatory
+"""
diff --git a/recipes/wip/net/other/rallyup/recipe.toml b/recipes/wip/net/other/rallyup/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..aec0aedfb69b316286c51854cf21bf7318c777a9
--- /dev/null
+++ b/recipes/wip/net/other/rallyup/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/darwindarak/rallyup"
+[build]
+template = "cargo"
diff --git a/recipes/wip/net/p2p/easytier/recipe.toml b/recipes/wip/net/p2p/easytier/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..9f4a943877aed8ceeb48ff1df01678dea9fe8427
--- /dev/null
+++ b/recipes/wip/net/p2p/easytier/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/EasyTier/EasyTier"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages easytier
+"""
diff --git a/recipes/wip/net/server/shoes/recipe.toml b/recipes/wip/net/server/shoes/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..474d05eece4dae0b99e16c7fd5c7870b5918cdd9
--- /dev/null
+++ b/recipes/wip/net/server/shoes/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/cfal/shoes"
+[build]
+template = "cargo"
diff --git a/recipes/wip/science/weather/cosmic-ext-forecast/recipe.toml b/recipes/wip/science/weather/cosmic-ext-forecast/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..1b35e5247aaed233f7c2d62454254e6249311d79
--- /dev/null
+++ b/recipes/wip/science/weather/cosmic-ext-forecast/recipe.toml
@@ -0,0 +1,15 @@
+#TODO not compiled or tested
+#TODO verify if the resource commands are correct
+[source]
+git = "https://github.com/cosmic-utils/forecast"
+[build]
+template = "custom"
+script = """
+mkdir -pv "${COOKBOOK_STAGE}"/usr/share/applications
+mkdir -pv "${COOKBOOK_STAGE}"/usr/share/metainfo
+mkdir -pv "${COOKBOOK_STAGE}"/usr/share/icons
+cp -rv "${COOKBOOK_SOURCE}"/res/com.jwestall.Forecast.desktop "${COOKBOOK_STAGE}"/usr/share/applications
+cp -rv "${COOKBOOK_SOURCE}"/res/com.jwestall.Forecast.metainfo.xml "${COOKBOOK_STAGE}"/usr/share/metainfo
+cp -rv "${COOKBOOK_SOURCE}"/res/icons/hicolor "${COOKBOOK_STAGE}"/usr/share/icons
+cookbook_cargo
+"""
\ No newline at end of file
diff --git a/recipes/wip/terminal/boulette/recipe.toml b/recipes/wip/terminal/boulette/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..4dd89dd8a9e0b2640114a3fdac5797740e8a49f7
--- /dev/null
+++ b/recipes/wip/terminal/boulette/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/pipelight/boulette"
+[build]
+template = "cargo"