SteamCloudFileManager
SteamCloudFileManager is a cross-platform GUI application for managing Steam Cloud saves, built with Rust and the Steamworks SDK. It provides direct access to Steam's underlying cloud storage interfaces by parsing the remotecache.vdf file to reconstruct the remote directory tree as a visual file tree. Users can upload, download, and delete any cloud file, with support for batch operations and drag-and-drop transfers. The tool includes regex-based search and filtering by filename, path, or sync status, automatic game library scanning via libraryfolders.vdf, and root path resolution that converts numeric Root IDs into local absolute paths. It also offers experimental symlink synchronization for syncing configuration files across platforms, and direct reading and editing of UFS configuration through appinfo.vdf. Available on Windows, macOS, Ubuntu, Debian, Fedora, Arch Linux, and as an AppImage, SteamCloudFileManager is useful for gamers who want full visibility and control over their Steam Cloud data, developer