📖 Full documentation → eresearchqut.github.io/rdss-folder-mapper
A monorepo containing the CLI tool and desktop GUI for mapping RDSS research storage folders to your Desktop. Supported on Windows, macOS, and Linux.
| Package | Description |
|---|---|
cli/ |
Command-line tool — map and manage research storage folders from a terminal or scheduled task |
gui/ |
Desktop GUI — a simple one-click interface built with Electron, designed for researchers |
- Cross-Platform: Works on Windows, macOS, and Linux.
- Standalone CLI Binaries: Built with Node.js SEA — no runtime required on the host.
- Desktop GUI: Electron app with a clean one-click interface designed for university researchers.
- Easy Configuration: Map multiple network drives using a simple
folders.jsonfile.
- Windows: Windows 10/11
- macOS: macOS 10.15+ (SMB client built-in)
- Linux: Requires
cifs-utilsinstalled
Download the installer for your platform from the latest release:
| Platform | Download |
|---|---|
| 🪟 Windows | rdss-folder-mapper-gui-win.exe |
| 🍎 macOS (Apple Silicon) | rdss-folder-mapper-gui-mac-arm64.dmg |
| 🍎 macOS (Intel) | rdss-folder-mapper-gui-mac-x64.dmg |
| 🐧 Linux | rdss-folder-mapper-gui-linux.AppImage |
macOS note: If macOS blocks the app on first launch, right-click the
.dmgand choose Open, then click Open in the dialog.
Linux note: Make the AppImage executable first:
chmod +x rdss-folder-mapper-gui-linux.AppImage
curl -fsSL https://raw.githubusercontent.com/eresearchqut/rdss-folder-mapper/main/download.sh | shInvoke-WebRequest -Uri https://raw.githubusercontent.com/eresearchqut/rdss-folder-mapper/main/download.ps1 -OutFile download.ps1; .\download.ps1Download binaries directly:
- 🪟 Windows (
rdss-folder-mapper-win.exe) - 🍎 macOS (
rdss-folder-mapper-macos) - 🐧 Linux (
rdss-folder-mapper-linux)
npm install # install all workspace dependencies
npm run build # build CLI
npm run test # run CLI tests
npm run start:gui # build CLI + launch GUI (development)
npm run build --workspace=cli # build CLI only
npm run dist --workspace=gui # package GUI installer for current OSFor full CLI documentation, see cli/README.md.
For GUI documentation, see gui/README.md.