Skip to content

agentic-jujutsu: Missing darwin-arm64 native binary on npm #108

@natea

Description

@natea

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions