RSAF

Verified safeOpen sourceExclusive
No reviews reviews
10
downloads
9
android

AI summary

RSAF is an open-source Android document provider that bridges rclone's remote backends to Android's Storage Access Framework. Access cloud storage, network drives, and other rclone remotes from any SAF-compatible file manager. Supports OAuth 2.0 backends, server-side copy/move, and can masquerade as local storage for apps that block remote sources.

Generated by AI. May contain inaccuracies.

About this app

RSAF is an Android document provider for the wonderful rclone. It allows any app that supports Android's Storage Access Framework (SAF) to access remote files via rclone's backends.

RSAF is not itself a file manager, but any file manager supporting SAF, including the one built into Android (Settings -> Storage -> Documents), can make use of it.

Features

- Supports Android 9 and newer - Supports all rclone remote backends, including those that require OAuth 2.0 - Supports importing and exporting the rclone configuration file - Supports random reads - Supports server-side copy/move for rclone backends implementing this feature - Supports client applications that request access to a file descriptor - Supports client applications that open entire directories with ACTION_OPEN_DOCUMENT_TREE - Supports pretending to be local storage for apps that block remote SAF roots - No required permissions besides network access

File operation semantics

When creating, renaming, copying, or moving a file/directory, RSAF will add a counter to the filename to try and avoid conflicts (eg. file(1).txt) if the target path already exists. This matches the Storage Access Framework's behavior for local files, though RSAF extends this to copying/moving instead of just file creation/renaming. However, this feature cannot be implemented in a completely foolproof way. If two client applications try to create files with the same name at the same time, they still might end up clobbering each other's data, even with the added counter.

Usage

1. Download the latest APK.

2. Import an existing rclone configuration or configure one from scratch within RSAF.

3. That's it! The configured remotes are now available via the Storage Access Framework.

License

GNU General Public License v3.0

What's new

v4.10Aug 20, 2026
  • NOTE: Due to Google's new pricing policy, rclone will be revoking their OAuth client ID soon, which will break Google Drive and Google Photos access. See Issue #320 for more details.
  • Add support for Android's per-app language setting (PR #332) Update golang to 1.27.0 (PR #329) Add support for building the app on Windows (PR #330) Update dependencies (PR #331)

About this version

Version
4.10 (264706)
Size
69.13 MB
Requires Android
9
Target SDK
28
Architecture
arm64-v8a
Downloads
10
Updated
Aug 20, 2026
Package
com.chiller3.rsaf

Similar apps

Ratings & reviews

0 ratings
  • 5
    0
  • 4
    0
  • 3
    0
  • 2
    0
  • 1
    0

Write a review

Tap a star to rate this app