Releases: jinleiphys/FUSION
Releases · jinleiphys/FUSION
Release list
FUSION v0.1.0
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 PATHmacOS: not signed or notarised, so the first run is blocked.
Clear the quarantine flag:
xattr -d com.apple.quarantine ~/.local/bin/fusionThen
git clone https://github.com/jinleiphys/FUSION.git && cd FUSION
fusionAll 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 }