-
Notifications
You must be signed in to change notification settings - Fork 1
Installation Prerequisites
김성주 edited this page Apr 22, 2026
·
2 revisions
- Rust: 1.85+ (latest stable recommended). Install via rustup.
- Git: Required for cloning the repository and submodules.
-
C/C++ toolchain: May be required by native dependencies (e.g.
clangon macOS,gcc/clangon Linux). -
Node.js & Tauri dependencies: Only required if building the
fission-tauridesktop application (see Tauri setup docs).
git clone https://github.com/sjkim1127/Fission.git
cd Fission
# Build the CLI
cargo build -p fission-cli --releaseThe CLI binary will be at:
target/release/fission_cli