@builder.io/fusion-cli
v0.0.6
Published
Fusion CLI Installer
Downloads
442
Readme
@builder.io/fusion-cli
Thin installer package for the Fusion CLI. This package automatically downloads and executes the platform-specific binary for instant startup.
Installation
npx @builder.io/fusion-cli launchHow It Works
- Detects your OS and architecture
- Downloads the appropriate binary package from npm
- Caches the binary in
~/.builder/bin/ - Executes with all arguments passed through
Updates
- Major/Minor versions: Forces update before running (security/compatibility)
- Patch versions: Background update for next run (non-blocking)
Bundled Dependencies
The binary comes with Ripgrep and node-pty bundled, ensuring fast file search and terminal features work out of the box.
Supported Platforms
| Platform | Architecture | |----------|--------------| | macOS | arm64, x64 | | Linux | arm64, x64 | | Windows | x64 |
Troubleshooting
"Binary not found" Error
Check that the binary exists and is executable:
ls -la ~/.builder/bin/Force Fresh Download
rm -rf ~/.builder/bin
npx @builder.io/fusion-cli launchLicense
MIT
