Installation
Fusion is distributed as a single self-contained binary across all major platforms. Choose the installation method for your OS below.
Package Managers
npm (Recommended for macOS, Windows, Linux)
npm i -g @fusioncode/cliHomebrew (macOS & Linux)
brew tap theaungmyatmoe/fusion https://github.com/theaungmyatmoe/fusion
brew install fusionScoop (Windows PowerShell)
scoop bucket add fusion https://github.com/theaungmyatmoe/fusion
scoop install fusionDeno / JSR
deno install -g -n fusion jsr:@fusioncode/cliStandalone Script (macOS, Linux, Termux)
For instant installation without Node.js or Homebrew, run the official installer:
curl -fsSL https://fusioncode.app/install | bashAndroid (Termux)
Fusion supports native static musl binaries compiled for aarch64-unknown-linux-musl. To install inside Termux:
pkg install curl
curl -fsSL https://fusioncode.app/install | bashTo run in phone-friendly scrollback mode:
fusion --minimalVerification
Confirm your installation and version:
fusion --versionIf you encounter path issues or missing dependencies, run the built-in diagnostic tool (coming in v0.2):
fusion doctor