Install the CLI
Run the installer:When installation finishes,
smolfs should be available from your shell. If the installer prints a PATH hint, add that directory to your PATH and open a new terminal.Check the machine
Rundoctor before creating a workspace:
doctor checks the local storage backend and mount support, which means the operating system feature that lets SmolFS show a workspace as a folder.
If the storage backend is missing, install it:
Install SDKs
The SDKs still need the CLI storage backend on the machine that opens workspaces.- Python
- TypeScript
Install the Python package in a project:SmolFS requires Python 3.9 or newer.
Source fallback
Use the source checkout when a release asset is not available for your platform or you are changing SmolFS itself:Installer options
Use these only when you need a non-default install:| Variable | What it does |
|---|---|
SMOLFS_VERSION=dev | Installs the latest successful CLI build from main. |
SMOLFS_INSTALL_BACKEND=0 | Installs the CLI without installing the managed storage backend. |
SMOLFS_INSTALL_PYTHON=1 | Installs the Python SDK after installing the CLI. |
SMOLFS_INSTALL_DIR=/path/bin | Changes where the smolfs command is installed. |
SMOLFS_HOME=/path/home | Changes where SmolFS stores local config, volume records, logs, and local dev data. |
