Skip to main content
πŸ—ΊοΈ

Mariner

Alpha

GNOME Files, plus everything the issue tracker rejected.

Mariner is a GTK4 + libadwaita file manager for the GNOME desktop. It drives the same widgets as GNOME Files (Nautilus), so it looks and behaves like home β€” then adds type-ahead navigation, dual-pane split view, a Quick Look preview, a command palette, full-text search, and a built-in disk analyzer on top.

GTK 4 Β· LibadwaitaToolkit
GNOME Files (Nautilus)Based on
BetaStatus

Features

⌨️

Type-ahead navigation

Just start typing and Mariner navigates straight to the matching file.

πŸͺŸ

Dual-pane split view

Two folders side by side β€” copy, move, or drag files between them without juggling windows.

πŸ‘€

Quick Look preview

Press Space on any file to preview images, video, audio, text, and code instantly.

⌘

Command palette

Ctrl+P runs any command or jumps to a recent folder β€” like VS Code, for your files.

πŸ”

Full-text search

Search file contents, not just names, with an optional ripgrep-powered Contents filter.

πŸ“Š

Built-in disk analyzer

See what's eating your disk space without a separate app.

Get started

Flatpak (TunaOS remote)
flatpak remote-add --if-not-exists tuna-os https://tunaos.org/flatpak/tuna-os.flatpakrepo
flatpak install tuna-os org.tunaos.mariner
Arch Linux (AUR)
paru -S mariner-git      # or: yay -S mariner-git
Build from source
git clone https://github.com/tuna-os/mariner.git
cd mariner
npm install
npm start