What you need
- SmolFS installed from Installation.
- A Linux or macOS machine with local mount support.
Create and reopen a workspace
1
Check SmolFS
2
Create a local volume
--dev keeps the backing data on this machine, which is the easiest way to try SmolFS.3
Open the workspace as a folder
./workspace if it does not already exist.4
Write and save a file
flush asks SmolFS to save important recent writes.5
Close and reopen the workspace
Clean up
Unmount the workspace when you are done:demo, pick another volume name such as agent-demo-1. Volume names can use letters, numbers, ., _, and -.
Next steps
CLI reference
See the current command list and the most useful flags.
SDK examples
Use the same flow from Python or TypeScript.
