Skip to content

Installation

Download the installer for your operating system directly:

PlatformDownload
macOSrdss-folder-mapper-gui-mac.dmg
macOS (managed install)rdss-folder-mapper-gui-mac.pkg
Windowsrdss-folder-mapper-gui-win.exe
Linuxrdss-folder-mapper-gui-linux.AppImage

All releases are also listed on the GitHub Releases page.

Deploying to many machines? IT administrators should read the Deployment guide for self-service distribution (Jamf, Intune/SCCM) and the system config file location for each OS.

macOS

  1. Open the .dmg file.
  2. Drag RDSS Folder Mapper into your Applications folder.
  3. On first launch, macOS may show a security prompt — right-click the app and choose Open to proceed.

The .pkg is intended for managed deployment (e.g. Jamf Self Service); it installs the app into /Applications without user interaction. See the Deployment guide.

Windows

Run the .exe installer. It installs per-user and creates a Start Menu shortcut. No administrator rights are required.

Linux

bash
chmod +x rdss-folder-mapper-gui-linux.AppImage
./rdss-folder-mapper-gui-linux.AppImage

Command-Line Interface (CLI)

The CLI is suitable for advanced users and automated workflows.

PlatformDownload
macOSrdss-folder-mapper-macos
Windowsrdss-folder-mapper-win.exe
Linuxrdss-folder-mapper-linux

macOS / Linux

bash
curl -fsSL https://raw.githubusercontent.com/eresearchqut/rdss-folder-mapper/main/download.sh | bash

Windows (PowerShell)

powershell
irm https://raw.githubusercontent.com/eresearchqut/rdss-folder-mapper/main/download.ps1 | iex

Requirements

  • An active account with your institution's Data Management Plan (DMP) service.
  • Network access to the research storage server.
  • macOS 11+, Windows 10+, or a modern Linux distribution.

Released under the MIT License.