Skip to main content
The smolfs command manages SmolFS workspaces from your terminal. Use it to check the machine, create a volume, open it as a folder, save writes, inspect state, and close it.

Common flow

Commands

Local volumes

Use --dev for the first run:
Local volumes keep their backing data under SMOLFS_HOME, or ~/.smolfs when SMOLFS_HOME is not set.

Cloud volumes

Cloud volumes need a metadata URL and object storage settings:
Keep storage credentials in the environment used by SmolFS. Avoid putting access keys in commands, logs, or docs.
Cloud setup is still changing quickly. Treat this as the shape of the current CLI, not a full production guide.
Last modified on June 24, 2026