FreeCloudMap
Documentation

Get started in minutes

Everything you need to install, mount and secure your clouds — with the CLI, desktop apps and self-hosting guides.

1

Install

FreeCloudMap ships native installers for all three desktop platforms, a headless CLI, and a WebDAV gateway. Choose the path that fits your workflow.

macOS (Homebrew)
brew install --cask freecloudmap
Linux (deb/rpm)
sudo dnf install freecloudmap   # or apt / pacman
Windows
winget install FreeCloudMap.FreeCloudMap
2

Quickstart

Connect a cloud and mount it in under a minute. The CLI is the fastest way to get started and mirrors everything in the desktop app.

1 · Connect a provider
fcm connect google-drive
2 · Mount it
fcm mount work --encrypt
3 · Open the mount
open ~/Cloud/work
3

Security

Security is the default, not a setting. Your data is encrypted before it leaves your device, and keys stay under your control.

Enable zero-knowledge
fcm mount work --cipher aes-256-gcm
Rotate keys
fcm keys rotate work
4

Self-hosting

Run the FreeCloudMap coordinator on your own infrastructure, or fully offline for air-gapped environments. It's open source under AGPL-3.0.

Run coordinator
docker run -d -p 9777:9777 freecloudmap/coordinator
Point a client at it
fcm config set server https://maps.example.com

Still have questions?

The full reference lives in the repository, and our community is happy to help.