Installation Prerequisites
Requirements
- 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.
clang on macOS, gcc/clang on Linux).
- Node.js & Tauri dependencies: Only required if building the
fission-tauri desktop application (see Tauri setup docs).
Building from Source
git clone https://github.com/sjkim1127/Fission.git
cd Fission
# Build the CLI
cargo build -p fission-cli --release
The CLI binary will be at:
target/release/fission_cli