File & URL Repository MANager
a dual-pane file manager for macOS and Linux inspired by times when Dos Navigator was the king.
furman is also Polish for "carter" — one who hauls goods by horse-drawn cart, and in our case, hauls files.
7z — install via brew install 7zip on macOS or sudo apt install p7zip-full on Linux)brew install fenio/tap/furman
Grab the latest .dmg (macOS) or .AppImage / .deb (Linux) from the Releases page.
macOS: Both Apple Silicon (ARM) and Intel builds are available.
Note: Furman is not signed with an Apple Developer certificate. On first launch macOS Gatekeeper will block it. To allow it, go to System Settings > Privacy & Security and click Open Anyway, or run:
xattr -cr /Applications/Furman.app
Linux: Download the .AppImage and make it executable (chmod +x Furman_*.AppImage), or install the .deb package with sudo dpkg -i Furman_*.deb.
git clone https://github.com/fenio/furman.git
cd furman
npm install
npm run tauri build
The built package will be in src-tauri/target/release/bundle/ (.dmg on macOS, .AppImage/.deb on Linux).
| Layer | Technology |
|---|---|
| Frontend | SvelteKit 5, TypeScript, Vite |
| Backend | Rust, Tauri 2 |
| Terminal | xterm.js |
| S3 | aws-sdk-s3 (Rust) |
| SFTP | russh, russh-sftp (Rust) |
| Platform | macOS (Apple Silicon + Intel), Linux (x86_64) |
| Shortcut | F-key | Action |
|---|---|---|
| Cmd+R | F2 | Rename |
| Cmd+3 | F3 | View file |
| Cmd+E | F4 | Edit file |
| Cmd+C | F5 | Copy to other panel |
| Cmd+M | F6 | Move to other panel |
| Cmd+N | F7 | Create directory |
| Cmd+Backspace | F8 | Delete |
| Shortcut | Action |
|---|---|
| Tab | Switch active panel |
| Enter | Open directory / file |
| Backspace | Go to parent directory |
| Home / End | Jump to first / last entry |
| PageUp / PageDown | Scroll by page |
| Insert or Space | Toggle selection |
| Shortcut | Action |
|---|---|
| Cmd+S | Connection Manager / disconnect S3 or SFTP |
| Cmd+D | Bookmark S3 or SFTP path / Save workspace (local) |
| Cmd+I | Properties / Connection info |
| Cmd+Y | Sync between panels |
| Shortcut | Action |
|---|---|
| Cmd+U | Presigned URL to clipboard |
| Cmd+K | Copy S3 URI to clipboard |
| Cmd+L | Bulk storage class change |
| Cmd+Shift+I | Bucket properties |
| Shortcut | Action |
|---|---|
| Cmd+P | Toggle single / dual pane |
| Cmd+T | Toggle bottom terminal |
| Cmd+` | Toggle Quake terminal |
| Cmd+Shift+T | Toggle in-pane terminal |
| Cmd+B | Toggle sidebar (press twice to focus for keyboard navigation) |
| Cmd+J | Toggle transfer panel |
| F9 | Toggle menu |
| Cmd+F | Search |
| Cmd+Shift+L | Toggle dark/light theme |
| Cmd+Q | Quit |
Furman is licensed under the GNU General Public License v3.0.
Copyright (c) 2026 Bartosz Fenski