Description
The agentic-jujutsu package (v2.3.6) fails to load on macOS Apple Silicon (darwin-arm64) because the platform-specific native binary package is not published to npm.
Error
Error: Cannot find module 'agentic-jujutsu-darwin-arm64'
Require stack:
- /node_modules/agentic-jujutsu/index.js
Expected Behavior
The package should work on Apple Silicon Macs as advertised in the README:
✅ macOS (Intel & Apple Silicon)
Current State
agentic-jujutsu@2.3.6 is published
agentic-jujutsu-darwin-x64 is NOT published (404)
agentic-jujutsu-darwin-arm64 is NOT published (404)
agentic-jujutsu-darwin-universal is NOT published (404)
Only Linux binaries appear in optionalDependencies:
"optionalDependencies": {
"agentic-jujutsu-win32-x64-msvc": "2.3.6",
"agentic-jujutsu-darwin-x64": "2.3.6",
"agentic-jujutsu-linux-x64-gnu": "2.3.6",
"agentic-jujutsu-linux-x64-musl": "2.3.6",
"agentic-jujutsu-linux-arm64-musl": "2.3.6",
"agentic-jujutsu-linux-arm-gnueabihf": "2.3.6"
}
Environment
- macOS (Apple Silicon M-series)
- Node.js v24.12.0
- npm install agentic-jujutsu@2.3.6
Workaround
Currently using Homebrew-installed jj directly:
brew install jj
jj git init --colocate
Request
Please publish the darwin-arm64 and darwin-x64 native binaries to npm so the package works on macOS as documented.
Description
The
agentic-jujutsupackage (v2.3.6) fails to load on macOS Apple Silicon (darwin-arm64) because the platform-specific native binary package is not published to npm.Error
Expected Behavior
The package should work on Apple Silicon Macs as advertised in the README:
Current State
agentic-jujutsu@2.3.6is publishedagentic-jujutsu-darwin-x64is NOT published (404)agentic-jujutsu-darwin-arm64is NOT published (404)agentic-jujutsu-darwin-universalis NOT published (404)Only Linux binaries appear in optionalDependencies:
Environment
Workaround
Currently using Homebrew-installed
jjdirectly:Request
Please publish the darwin-arm64 and darwin-x64 native binaries to npm so the package works on macOS as documented.