diff --git a/recipes/tools/helix/recipe.toml b/recipes/tools/helix/recipe.toml
index 09b594881664db9c1db6e04e7caf40d6505f9317..a4a50cc3cdd57023a77576d7138f2e0927183ff2 100644
--- a/recipes/tools/helix/recipe.toml
+++ b/recipes/tools/helix/recipe.toml
@@ -12,5 +12,6 @@ script = """
 export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=1
 COOKBOOK_SOURCE+="/helix-term"
 cookbook_cargo
+mv "${COOKBOOK_STAGE}/usr/bin/hx" "${COOKBOOK_STAGE}/usr/bin/helix"
 """