solidSF IDE
Install the signed Mac IDE, then authorize it with your solidSF activation key.
ssf ide install ssf ide authorize
Public CLI · v0.1.0
ssf installs the solidSF IDE and manages local rvLLM projects, models, chat, LoRA, QLoRA, and receipt-bound H100 kernels. It is not a bridge or proxy.
curl -fsSL https://cli.solidsf.com/install.sh | sh
Supported targets
The installer selects one immutable asset for the current machine, verifies its exact size and SHA-256, validates the archive, then atomically installs ssf to ~/.local/bin.
| Target | CLI | IDE installer | Tuning | rvLLM serving |
|---|---|---|---|---|
| macOS arm64 | Yes | Yes | MLX | Metal experimental |
| Linux x86_64 | Yes | No | PEFT on NVIDIA | H100 / sm_90 |
| Linux arm64 / aarch64 | Yes | No | PEFT on supported NVIDIA | No release kernel bundle |
Public workflows
Install the signed Mac IDE, then authorize it with your solidSF activation key.
ssf ide install ssf ide authorize
Create a local rvLLM project, select a model, start the runtime, and open native chat.
ssf rvllm install ssf rvllm init ./project cd ./project ssf rvllm model add local ./models/local ssf rvllm model select local ssf rvllm up ssf rvllm chat
Prepare and run adapter tuning, merge the result, or install the receipt-bound H100 kernel bundle.
ssf rvllm tune init \ --base local \ --data ./data \ --method lora \ --adapter support ssf rvllm tune run ssf rvllm adapter merge \ --adapter support ssf rvllm kernels install \ --arch sm_90
Release integrity
No daemon, background agent, platform bridge, or proxy. The installer stops on an unsupported target, byte mismatch, hash mismatch, unexpected archive member, or staged version mismatch.