diff --git a/recipes/wip/libs/libgdal/recipe.toml b/recipes/wip/libs/libgdal/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..6980efe24454733357c5af475b2682a84a186eb4
--- /dev/null
+++ b/recipes/wip/libs/libgdal/recipe.toml
@@ -0,0 +1,5 @@
+#TODO missing script for CMake, see https://gdal.org/development/building_from_source.html
+[source]
+tar = "https://github.com/OSGeo/gdal/releases/download/v3.8.4/gdal-3.8.4.tar.gz"
+[build]
+template = "custom"
diff --git a/recipes/wip/science/openspace/recipe.toml b/recipes/wip/science/openspace/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..092c47d2a3573a19e6227f34999cf0d0b2016b09
--- /dev/null
+++ b/recipes/wip/science/openspace/recipe.toml
@@ -0,0 +1,10 @@
+#TODO missing script for CMake, see https://docs.openspaceproject.com/en/latest/dev/compiling/index.html#
+[source]
+git = "https://github.com/OpenSpace/OpenSpace"
+rev = "b3681167a3b95d49ac7aa7d06b07cbd88c687e9a"
+[build]
+template = "custom"
+dependencies = [
+    "qt6-base",
+    "libgdal",
+]
diff --git a/recipes/wip/tools/dead-ringer/recipe.toml b/recipes/wip/tools/dead-ringer/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..da77c3c5eec6dc87fd56c38655ba6e67ed221694
--- /dev/null
+++ b/recipes/wip/tools/dead-ringer/recipe.toml
@@ -0,0 +1,6 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/ztroop/dead-ringer"
+rev = "c35398134a1bc3c44c1ddf24749b4a7643306870"
+[build]
+template = "cargo"