Maestral
You are using an outdated browser. Please upgrade your browser to improve your experience.
Open source Dropbox client
Maestral is a lightweight Dropbox client for macOS and Linux. It provides powerful<br>command line tools, supports gitignore patterns to exclude local files from syncing<br>and allows syncing multiple Dropbox accounts.
As of June 2026, Maestral is no longer actively maintained. The current version<br>will continue to work until certificates expire.
About Maestral
Powerful command line interface
View and restore previous file versions.
Create and revoke shared links.
See a live view of all sync activity.
Directly from the CLI.
See all CLI commands
$ maestral status
Account: angela.lewis@gmail.com (Business)<br>Usage: 48.3% of 1498.4 TB used<br>Status: Up to date<br>Sync errors: 0
$ maestral start<br>Starting Maestral... [OK]<br>- Linking new account for 'maestral' config<br>- Retrieving auth code from Dropbox<br>? How would you like to you link your account? Open Dropbox website<br>? Enter the auth code: 6_AEcL89rUXN6Yfre4Cfdzo<br>✓ Linked to john.bruger@gmail.com<br>? Please choose a local Dropbox folder: ~/Dropbox (Work)<br>? Would you like sync all folders? Yes<br>✓ Setup completed. Starting sync.
Lightweight GUI
Native Cocoa interface for macOS
Qt based interface for Linux.
Multiple Dropbox accounts
The CLI allows configuring an unlimited number of Dropbox accounts. Just pass a<br>new config name when linking a new account.
> Learn more
Exclude files and folders
More fine grained controls in the GUI and command line interface allow excluding<br>individual files with selective sync.
> Learn more
Unlimited number of devices
Maestral is not an official Dropbox App. It therefore does not count towards the<br>three devices limit for Basic Dropbox accounts.
.mignore
Exclude local items from syncing by placing an .mignore file in the Dropbox root<br>with patterns matching any number of items.
> Learn more