ChatFS is a small CLI tool you run locally. Once it's running, it connects your workspace to the ChatFS server so your AI can interact with it.
Download the latest release for your platform from the GitHub releases page.
After downloading:
chmod +x chatfs(Optional) Move it somewhere in your PATH:
mv chatfs /usr/local/bin/Just use the .exe directly:
chatfs-windows-x86_64.exe
You can rename it to chatfs.exe if you want.
Before running anything, you need to tell ChatFS where your server is:
chatfs set-config gateway <URL>Example:
chatfs set-config gateway "wss://your-server.com/client/"By default, ChatFS shares the current directory:
chatfs runchatfs run <PATH>Example:
chatfs run ./my-projectOnce running, ChatFS will give you a workspace URL.
Paste that into your AI chat (Grok, Qwen, etc.), and it can start interacting with your files.
To see all available commands:
chatfs help- The tool shares whatever directory you run it in (or specify)
- Make sure you trust the environment before running it
- For better privacy, consider self-hosting your ChatFS Server