Index: crates/codegen/xai-grok-tools/build.rs
--- crates/codegen/xai-grok-tools/build.rs.orig
+++ crates/codegen/xai-grok-tools/build.rs
@@ -86,7 +86,7 @@
     // PATH. Users install ripgrep separately (winget / scoop). An explicit
     // GROK_TOOLS_BUNDLE_RG_PATH still bundles regardless of target.
     let target_os = env::var("CARGO_CFG_TARGET_OS").unwrap_or_default();
-    if target_os == "windows" && path_override.is_none() {
+    if (target_os == "windows" || target_os == "openbsd") && path_override.is_none() {
         return Ok(());
     }
 
