Skip to main content

Mountain Duck

Mountain Duck is the macOS / Windows companion to Cyberduck — it mounts cloud storage as a regular drive. For workflows where dragging files into Finder is more natural than running CLI commands, Mountain Duck is the cleanest experience.

Install

Download from mountainduck.io. It's a paid app (one-time license).

Configure

  1. Open Mountain Duck and click + to add a new bookmark.
  2. Choose Amazon S3 as the protocol.
  3. Fill in:
FieldValue
NicknameFilebase (or anything)
Servers3.filebase.io
Port443
Access Key IDYour Filebase access key
Secret Access KeyYour Filebase secret key
  1. Click More Options and set the Region to auto.
  2. Click Connect.

The bucket appears as a mounted drive in Finder (macOS) or in Explorer (Windows).

Sync vs. on-demand

Mountain Duck supports two modes:

  • On-demand (default) — files are streamed from Filebase as you open them, cached locally for re-reads.
  • Synchronized — all files are kept in sync between the local copy and the bucket; works offline.

For large buckets (lots of GB), on-demand is the better default.

Versions and conflicts

If two devices write to the same key concurrently, Mountain Duck handles the conflict by saving local conflicts to a .conflict.<timestamp> file, mirroring how Dropbox does it.

What's next

  • Cyberduck — same vendor, no filesystem mount
  • s3fs-fuse — open-source CLI alternative on Linux