From 20b4176f83517dbb5e3be026cd4059aa26d8f02f Mon Sep 17 00:00:00 2001 From: Vasanthdev2004 Date: Wed, 1 Apr 2026 20:12:04 +0530 Subject: [PATCH] docs: note minimum Bun version for Windows builds --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8a0690f9..4328af82 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ npm install -g @gitlawb/openclaude ### Option B: From source (requires Bun) +Use Bun `1.3.11` or newer for source builds on Windows. Older Bun versions such as `1.3.4` can fail with a large batch of unresolved module errors during `bun run build`. + ```bash # Clone from gitlawb git clone https://node.gitlawb.com/z6MkqDnb7Siv3Cwj7pGJq4T5EsUisECqR8KpnDLwcaZq5TPr/openclaude.git