diff --git a/recipes/wip/graphics/vr/alvr/recipe.toml b/recipes/wip/graphics/vr/alvr/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..857198aaf083a67f01bc139c805456dc02de002d
--- /dev/null
+++ b/recipes/wip/graphics/vr/alvr/recipe.toml
@@ -0,0 +1,18 @@
+#TODO missing script for cargo-xtask, see: https://github.com/alvr-org/ALVR/wiki/Building-From-Source
+#TODO probably missing dependencies, see: https://github.com/alvr-org/ALVR/wiki/Building-From-Source#streamer-building
+[source]
+git = "https://github.com/alvr-org/ALVR"
+[build]
+template = "custom"
+dependencies = [
+    "openssl1",
+    "gtk3",
+    "libvulkan",
+    "libunwind",
+    "x264",
+    "x265",
+    "libxcb",
+    "libxkbcommon",
+    "libva",
+    "pipewire",
+]
diff --git a/recipes/wip/tui/nnn/recipe.toml b/recipes/wip/tui/nnn/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..98f60a31b7f0bcb5bd47bdf0ac47cdcb4b8e6887
--- /dev/null
+++ b/recipes/wip/tui/nnn/recipe.toml
@@ -0,0 +1,10 @@
+#TODO write a script for cross-compilation
+# how to static link the libraries: https://github.com/jarun/nnn/wiki/Developer-guides#static-compilation
+[source]
+tar = "https://github.com/jarun/nnn/releases/download/v5.0/nnn-v5.0.tar.gz"
+[build]
+template = "custom"
+dependencies = [
+    "ncursesw",
+    "readline",
+]