Skip to content

rana-gmbh/FileFluss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileFluss

A dual-panel file manager for macOS that lets you conveniently handle files across cloud storage providers.

Features

  • Dual-panel file browser — navigate two directories side by side, copy and move files between panels with keyboard shortcuts FileFluss Main window
  • Multi-cloud support — connect multiple cloud storage accounts and browse them directly alongside your local files FileFluss Cloud Providers new
  • Cloud-to-cloud transfers — conveniently move or copy files between cloud providers FileFluss transfer details
  • Sync Modenew in 0.9 — mirror, newer-only, or additive sync between any two folders (local or cloud), with a pre-flight plan that calculates file counts, total size, and direction before a single byte moves FileFluss Sync Mirror with calculation
  • Byte-level progress barnew in 0.9 — transfer progress is weighted by bytes rather than file count, so a single large file doesn't stall the bar; every active transfer has a Cancel button with confirmation FileFluss Progress bar
  • Conflict resolution — when files already exist at the destination, a side-by-side comparison shows both files with dates, sizes, and newer/older labels, plus Apply to All, Stop, Skip, Keep Both, and Replace actions Conflict Resolution Dialog
  • Universal search — search across all local files and connected cloud accounts at once, with results grouped by source and right-click to open in either panel FileFluss Search
  • Native performance — built with SwiftUI and AppKit for a fast, responsive experience on macOS
  • Quick Look previews — preview files inline without leaving the app
  • Keyboard-driven workflow — navigate, select, copy, move, rename, and delete with shortcuts
  • Folder size calculation — calculate folder sizes in the background without blocking the UI FileFluss Folder calculation
  • Favorites — pin frequently accessed local and cloud folders to the sidebar
  • Hidden files toggle — show or hide hidden files per panel
  • Automatic Google Workspace conversion — Google Docs, Sheets, and Slides are automatically converted to DOCX, XLSX, and PPTX when transferring to local folders or other cloud services
  • Preserved modification dates — files transferred from cloud storage retain their original modification dates

Supported Cloud Providers

  • pCloud
  • kDrive (Infomaniak)
  • OneDrive (Microsoft)
  • Google Drive (Google)
  • Nextcloud
  • Dropbox
  • Koofr
  • Meganew in 0.8
  • WebDAVnew in 0.8
  • SFTPnew in 0.8
  • WordPress (Media Library) — new in 0.8

Requirements

  • macOS 14.0 (Sonoma) or later

Installation

Homebrew

brew tap rana-gmbh/filefluss
brew install --cask filefluss

Manual

Download the latest release from the Releases page and drag FileFluss.app to your Applications folder.

Building from Source

FileFluss uses XcodeGen to generate the Xcode project.

# Install XcodeGen if needed
brew install xcodegen

# Generate the Xcode project
xcodegen generate

# Build
xcodebuild build -project FileFluss.xcodeproj -scheme FileFluss -destination 'platform=macOS'

Support

If you want to support the FileFluss project, please consider buying me a coffee.

License

FileFluss is released under the GNU General Public License v3.0.

Copyright © 2026 Rana GmbH.