Skip to content

Releases: jinleiphys/FUSION

Release list

FUSION v0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 05:46

The FUSION CLI, 9 platform builds.
Engine source: jinleiphys/fusion-core@fusion-brand.

Install

tar -xzf fusion-<your-platform>.tar.gz
mv fusion ~/.local/bin/          # anywhere on your PATH

macOS: not signed or notarised, so the first run is blocked.
Clear the quarantine flag:

xattr -d com.apple.quarantine ~/.local/bin/fusion

Then

git clone https://github.com/jinleiphys/FUSION.git && cd FUSION
fusion

All 23 skills load with no configuration, and on the first run it
offers to set itself up.

One thing to know

The update check inherited from upstream points at
anomalyco/opencode, so this binary will offer to "upgrade" itself
into plain opencode and lose FUSION. The setup wizard turns that off
for you; to do it by hand, put this in
~/.config/opencode/opencode.json:

{ "autoupdate": false }