RSAF

MalwareOpen sourceExclusive
No reviews reviews
3
downloads
9
android

AI summary

RSAF is an open-source Android document provider that exposes rclone remote backends through the Storage Access Framework, letting any SAF-compatible app access cloud and remote storage. Supports all rclone backends including OAuth 2.0, server-side copy/move, and can masquerade as local storage for apps that block remote SAF 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.7Jul 18, 2026

https://github.com/chenxiaolong/RSAF/compare/v4.6...v4.7/

About this version

Version
4.7 (263938)
Size
65.18 MB
Requires Android
9
Target SDK
28
Architecture
arm64-v8a
Downloads
3
Updated
Jul 18, 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