diff --git a/recipes/wip/ai/tgs/recipe.toml b/recipes/wip/ai/tgs/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..aba549aa84885245d628223d17311539473bbca9
--- /dev/null
+++ b/recipes/wip/ai/tgs/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/warpy-ai/tgs"
+[build]
+template = "cargo"
+dependencies = [
+    "libtorch",
+]
diff --git a/recipes/wip/games/shooter/asciiarena/recipe.toml b/recipes/wip/games/shooter/asciiarena/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..2eb0e61893dc471fb175377fd7d7992fd3dd906a
--- /dev/null
+++ b/recipes/wip/games/shooter/asciiarena/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/lemunozm/asciiarena"
+[build]
+template = "cargo"
diff --git a/recipes/wip/graphics/terminal/aarty/recipe.toml b/recipes/wip/graphics/terminal/aarty/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..ec79106266fd9e9a1afc99577ce96af12b9ddafe
--- /dev/null
+++ b/recipes/wip/graphics/terminal/aarty/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/0x61nas/aarty"
+[build]
+template = "cargo"
diff --git a/recipes/wip/logging/krapslog/recipe.toml b/recipes/wip/logging/krapslog/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..1c7ad81d224519ee1a338dd149745414abc99df2
--- /dev/null
+++ b/recipes/wip/logging/krapslog/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/acj/krapslog-rs"
+[build]
+template = "cargo"
diff --git a/recipes/wip/players/kronos/recipe.toml b/recipes/wip/players/kronos/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..309f1fa353702b8db83805d3fc0b154810eccd0a
--- /dev/null
+++ b/recipes/wip/players/kronos/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/TrevorSatori/kronos"
+[build]
+template = "cargo"
diff --git a/recipes/wip/recorders/autocast/recipe.toml b/recipes/wip/recorders/autocast/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..de7c98b7428cb8d0993a9ecfb615738220c95faa
--- /dev/null
+++ b/recipes/wip/recorders/autocast/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/k9withabone/autocast"
+[build]
+template = "cargo"
diff --git a/recipes/wip/terminal/lule/recipe.toml b/recipes/wip/terminal/lule/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..58ba216ce42493c53cf7f9c72a64cb601425eb38
--- /dev/null
+++ b/recipes/wip/terminal/lule/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/warpwm/lule"
+[build]
+template = "cargo"
diff --git a/recipes/wip/terminal/pipecolor/recipe.toml b/recipes/wip/terminal/pipecolor/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..9abf0b6a05d7276b2d2b3f13bf313eed1e8c8251
--- /dev/null
+++ b/recipes/wip/terminal/pipecolor/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/dalance/pipecolor"
+[build]
+template = "cargo"
diff --git a/recipes/wip/terminal/toyterm/recipe.toml b/recipes/wip/terminal/toyterm/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..361c371d1a7b9f43838505cf7fb3ca39ef9738df
--- /dev/null
+++ b/recipes/wip/terminal/toyterm/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/algon-320/toyterm"
+[build]
+template = "cargo"
diff --git a/recipes/wip/text/flowfix/recipe.toml b/recipes/wip/text/flowfix/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..77c41933dd8b6d15853b16f6755a332945775c79
--- /dev/null
+++ b/recipes/wip/text/flowfix/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/warpwm/flowfix"
+[build]
+template = "cargo"
diff --git a/recipes/wip/text/syncat/recipe.toml b/recipes/wip/text/syncat/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..c8bf9baea2ae580f1f8f71c931451baa209b10e4
--- /dev/null
+++ b/recipes/wip/text/syncat/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/foxfriends/syncat"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages syncat
+"""
diff --git a/recipes/wip/time/trackie/recipe.toml b/recipes/wip/time/trackie/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..c73549b44e6039bfcbabfb71d68ede7b2f871fa1
--- /dev/null
+++ b/recipes/wip/time/trackie/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/beatbrot/trackie"
+[build]
+template = "cargo"