RSAF

Verified safeOpen sourceExclusive
No reviews reviews
9
downloads
9
android

AI summary

RSAF is an Android document provider that bridges rclone's remote backends to the Storage Access Framework, letting any SAF-compatible file manager access cloud and network storage. Supports all rclone remotes including OAuth, server-side copy/move, and can masquerade as local storage for apps that block remote roots.

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.11Aug 26, 2026

Make filesystem usage fields available by default (Issue #333, PR #335) This fixes the system file manager not showing the filesystem usage because it does not ask for the information but expects it to be available.

About this version

Version
4.11 (264962)
Size
69.13 MB
Requires Android
9
Target SDK
28
Architecture
arm64-v8a
Downloads
9
Updated
Aug 26, 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