diff --git a/recipes/wip/benchmarks/rpc-perf/recipe.toml b/recipes/wip/benchmarks/rpc-perf/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..f251c9dd2a2b79eef570a75d7ae6d70fbb89102a
--- /dev/null
+++ b/recipes/wip/benchmarks/rpc-perf/recipe.toml
@@ -0,0 +1,6 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/twitter/rpc-perf"
+
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/git-interactive-rebase-tool/recipe.toml b/recipes/wip/dev/git-interactive-rebase-tool/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..5ed901703979a3e912e4c1c96b15ed8c4cd029bd
--- /dev/null
+++ b/recipes/wip/dev/git-interactive-rebase-tool/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/MitMaro/git-interactive-rebase-tool"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/mise/recipe.toml b/recipes/wip/dev/mise/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..b50148833c822aac1c7ec67a8136d460581b8685
--- /dev/null
+++ b/recipes/wip/dev/mise/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/jdx/mise"
+[build]
+template = "cargo"
diff --git a/recipes/wip/graphics/hdr10plus-tool/recipe.toml b/recipes/wip/graphics/hdr10plus-tool/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..b222fe916662da7fa1ea5661ca01d24e63f8be2e
--- /dev/null
+++ b/recipes/wip/graphics/hdr10plus-tool/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/quietvoid/hdr10plus_tool"
+[build]
+template = "cargo"
+dependencies = [
+    "fontconfig",
+]
diff --git a/recipes/wip/net/bore/recipe.toml b/recipes/wip/net/bore/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..264a4adb5bea2222da5b79ea68c6b39714c90e4c
--- /dev/null
+++ b/recipes/wip/net/bore/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/ekzhang/bore"
+[build]
+template = "cargo"
diff --git a/recipes/wip/net/realm/recipe.toml b/recipes/wip/net/realm/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..be7d217bb8af618b551f209b14823f4c4a51b556
--- /dev/null
+++ b/recipes/wip/net/realm/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/zhboner/realm"
+[build]
+template = "cargo"
diff --git a/recipes/wip/security/dfir-toolkit/recipe.toml b/recipes/wip/security/dfir-toolkit/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..f80994c0381902da7856aaf3aa459bc2c34a3659
--- /dev/null
+++ b/recipes/wip/security/dfir-toolkit/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/dfir-dd/dfir-toolkit"
+[build]
+template = "cargo"
diff --git a/recipes/wip/security/vagga/recipe.toml b/recipes/wip/security/vagga/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..f1da02ed4f3cdb1d7bb26ea0cedfb67de983efb9
--- /dev/null
+++ b/recipes/wip/security/vagga/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/tailhook/vagga"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/navi/recipe.toml b/recipes/wip/tools/navi/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..5a025fd614bc74a0ffd8fa2e41b4736f3e84a72b
--- /dev/null
+++ b/recipes/wip/tools/navi/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/denisidoro/navi"
+[build]
+template = "cargo"
diff --git a/recipes/wip/video/alass/recipe.toml b/recipes/wip/video/alass/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..60987edba7542d29dd6c4948a059753e8a111f25
--- /dev/null
+++ b/recipes/wip/video/alass/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/kaegi/alass"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages alass-cli
+"""
diff --git a/recipes/wip/web/dirble/recipe.toml b/recipes/wip/web/dirble/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..633264a925d980f7ab133806deca9d769000b3fd
--- /dev/null
+++ b/recipes/wip/web/dirble/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/Isona/dirble"
+[build]
+template = "cargo"