Public CLI · v0.1.0

IDE and rvLLM.
One local CLI.

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

Native binaries.

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.

TargetCLIIDE installerTuningrvLLM serving
macOS arm64YesYesMLXMetal experimental
Linux x86_64YesNoPEFT on NVIDIAH100 / sm_90
Linux arm64 / aarch64YesNoPEFT on supported NVIDIANo release kernel bundle

Public workflows

Install. Run. Tune.

01 / IDE

solidSF IDE

Install the signed Mac IDE, then authorize it with your solidSF activation key.

ssf ide install
ssf ide authorize
02 / rvLLM

Projects and chat

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
03 / Tune

LoRA, QLoRA, H100

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

Fail closed.

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.

  • Versionv0.1.0
  • Source commitbe6c984
  • Install target~/.local/bin/ssf
  • LicenseMIT