Skip to content

feat: add deno install --compile#32046

Merged
dsherret merged 7 commits intodenoland:mainfrom
littledivy:deno_install_compile
Feb 10, 2026
Merged

feat: add deno install --compile#32046
dsherret merged 7 commits intodenoland:mainfrom
littledivy:deno_install_compile

Conversation

@littledivy
Copy link
Member

@littledivy littledivy commented Feb 4, 2026

Closes #19156

Compiled executables tend to be faster and do not depend on a Deno installation.

bash-5.3$ deno install --global --compile -A npm:@anthropic-ai/claude-code
Compile npm:@anthropic-ai/claude-code to ../../.deno/bin/claude

Embedded Files

claude
└── node_modules/* (83.16MB - 83.16MB unique)

Files: 83.17MB
Metadata: 1.88KB
Remote modules: 1.54KB

Successfully installed /Users/divy/.deno/bin/
Add /Users/divy/.deno/bin to PATH
    export PATH="/Users/divy/.deno/bin:$PATH"
bash-5.3$ file $(which claude)
/Users/divy/.deno/bin/claude: Mach-O 64-bit arm64 executable, flags:<NOUNDEFS|DYLDLINK|TWOLEVEL|PIE|HAS_TLV_DESCRIPTORS>

Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@dsherret dsherret enabled auto-merge (squash) February 10, 2026 17:30
@dsherret dsherret merged commit fee3dd9 into denoland:main Feb 10, 2026
53 of 59 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

deno install -g - --compile flag

2 participants