diff --git a/recipes/wip/bvr/recipe.toml b/recipes/wip/bvr/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..023e4ab43f1f6334c8653dcd02f3c36447bdcb6f
--- /dev/null
+++ b/recipes/wip/bvr/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/Avarel/bvr"
+[build]
+template = "cargo"
diff --git a/recipes/wip/conceal/recipe.toml b/recipes/wip/conceal/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..38806edb971e1296dc66f8382c1ac56a5ee6d30d
--- /dev/null
+++ b/recipes/wip/conceal/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/TD-Sky/conceal"
+[build]
+template = "cargo"
diff --git a/recipes/wip/lan-mouse/recipe.toml b/recipes/wip/lan-mouse/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..c5cb6e9d86137ac029df3c76573462533f476425
--- /dev/null
+++ b/recipes/wip/lan-mouse/recipe.toml
@@ -0,0 +1,9 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/feschber/lan-mouse"
+[build]
+template = "cargo"
+dependencies = [
+    "libadwaita",
+    "gtk4",
+]
diff --git a/recipes/wip/wasmtime/recipe.toml b/recipes/wip/wasmtime/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..f433a4578705c776f2677607160ef43ca9e998cf
--- /dev/null
+++ b/recipes/wip/wasmtime/recipe.toml
@@ -0,0 +1,6 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/bytecodealliance/wasmtime"
+rev = "6613acd1e4817957a4a7745125ef063b43c273a7"
+[build]
+template = "cargo"