diff --git a/recipes/wip/dev/jujutsu/recipe.toml b/recipes/wip/dev/jujutsu/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..31fd4258956a883d63fccb2c44d4dde53296660b
--- /dev/null
+++ b/recipes/wip/dev/jujutsu/recipe.toml
@@ -0,0 +1,11 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/martinvonz/jj"
+[build]
+template = "custom"
+dependencies = [
+    "openssl1",
+]
+script = """
+cookbook_cargo_packages jj-cli
+"""
diff --git a/recipes/wip/graphics/halo/recipe.toml b/recipes/wip/graphics/halo/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..d908ee3c657652198283842dcaa326a8c55b4145
--- /dev/null
+++ b/recipes/wip/graphics/halo/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/bungoboingo/halo"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/zeitfetch/recipe.toml b/recipes/wip/tools/zeitfetch/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..a78a1c4c0f40420338a85ea2d19da440a361380c
--- /dev/null
+++ b/recipes/wip/tools/zeitfetch/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/nidnogg/zeitfetch"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tui/lazyjj/recipe.toml b/recipes/wip/tui/lazyjj/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..d574d40c0522cf72cd0654dbd3ae504123682c37
--- /dev/null
+++ b/recipes/wip/tui/lazyjj/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/Cretezy/lazyjj"
+[build]
+template = "cargo"