XeFM — short for Xenolith File Manager — is a powerful file manager that runs as a native desktop application on Windows and macOS, and in the terminal on all platforms — Windows, macOS, and Linux. Navigate your filesystem with keyboard shortcuts in a clean, intuitive dual-pane interface with comprehensive file operations, rich built-in viewers, themeable visual effects, and professional-grade features.

Pick the install that matches how you want to run XeFM:
| Get it from | Gives you | |
|---|---|---|
| Desktop app — Windows | the Microsoft Store | A real installed application, signed by Microsoft: one click, automatic updates, no SmartScreen prompt. No Python needed. |
| Desktop app — macOS | the latest release | A real installed application: own icon, Dock entry, own file permissions. No Python needed. |
| Terminal app — Windows, macOS, Linux | PyPI | The xefm command in any terminal, including over SSH. Needs Python 3.10+. |
The desktop and terminal apps coexist and share their settings in ~/.xefm/ —
installing both is a perfectly normal setup.
The desktop packages bundle their own Python, so there is nothing else to install.
Windows — install from the
Microsoft Store, or run
winget install --id 9PK2X44W810V --source msstore: XeFM lands in the Start
menu, updates automatically, and uninstalls from Settings → Apps. An unsigned
portable zip also ships with every
release; it needs
unblocking once.
macOS — download XeFM-<version>-macos.dmg from the
latest release, drag
XeFM to Applications, and launch it from Launchpad or Spotlight. It is
signed with the author’s Apple Developer ID; full install details, including
Gatekeeper notes, are in the
Desktop Mode Guide.
Use the package, not
xefm --backend gui— that path is for developing XeFM, not for using it: the Dock / taskbar icon and, on macOS, the file permissions get attributed to Python / your terminal instead of to XeFM. See Why notxefm --backend gui?.
XeFM is on PyPI. Install it as a tool and run it — no checkout and no virtualenv to manage:
pipx install xefm # or: uv tool install xefm, or: pip install xefm
xefm
pipx and uv keep XeFM in
its own environment while putting the xefm command on your PATH; uvx xefm
tries it once without installing anything. Python 3.10+ is the only
prerequisite, and this is the only install available on Linux — the one for
SSH sessions, remote servers, and terminal-centric workflows.
Upgrade with the same tool you installed with (pipx upgrade xefm,
uv tool upgrade xefm, or pip install --upgrade xefm) — they are not
interchangeable. Details and fixes for common install errors are in the
User Guide.
Working on XeFM itself? Use a checkout instead:
git clone https://github.com/crftwr/xefm.git
cd xefm
make venv # creates .venv with every dependency
make run # launch XeFM through it, no activation needed
make help lists the rest — editable install, PuiKit co-development, and the
macOS / Windows app bundles.
↑↓ to move up/down, ←→ to switch panes/navigate directoriesSpace to select/deselect files, A for all files, Shift-A for all itemsC (copy), M (move), K (delete), R (rename)F for incremental search, Shift-F for filename search, Shift-G for content searchssh://hostname/path or s3://bucket/path like any directory? opens the help dialog with every key binding organized by category — no need to memorizeQ to exitPress Enter on an archive file (.zip, .tar, .tar.gz, .tgz, .tar.bz2,
.tar.xz) to browse it as if it were a regular directory — no extraction
needed. Navigate nested directories, view files, search by name or content, and
copy files out with the normal copy key; Backspace leaves the archive. P
creates a new archive, U extracts one. See the
Archive Feature Guide.
Press V (or Enter) to view the selected file. XeFM picks the right viewer
for the file type: syntax-highlighted text (20+ formats, line numbers, wrapping,
in-file search), images with zoom / pan (inline in iTerm2 / kitty / sixel
terminals and in desktop mode), and rendered views for Markdown, JSON, and
CSV/TSV (M toggles rendered / raw). All viewers work on local files, inside
archives, and on remote SFTP / S3 paths without extraction or download.

| Markdown | JSON / JSONL | CSV / TSV |
|---|---|---|
![]() |
![]() |
![]() |
| Rendered headings, lists, code, and links | Collapsible, syntax-colored tree (.json, .jsonl, .ndjson) |
Column-aligned table grid (.csv, .tsv) |

XeFM ships a dozen built-in themes. Press T to cycle to the next theme, or pick one from the View → Theme menu — your choice is remembered across restarts. Define your own in ~/.xefm/config.py and they appear in the picker alongside the built-ins.
![]() Dark+ |
![]() Monokai |
![]() Dracula |
![]() Nord |
![]() Solarized |
![]() Gruvbox Dark |
![]() Light+ |
![]() Solarized Light |
![]() Sci-Fi |
![]() Cyber |
![]() Segment LCD |
![]() Shinagawa |
In desktop mode a theme can also carry visual effects the GPU renders behind
and over the interface: background animations (starfield, rain, hologram,
…), CRT / phosphor screen post-effects, text-reveal animations, and translucent
surfaces. Effects are pure theme data — a custom theme can mix and match them,
and terminal mode ignores them. See
Color Schemes & Visual Effects.
Press Shift-X to temporarily suspend XeFM and enter a shell whose environment
describes the current panes and selection (XEFM_LEFT_DIR, XEFM_THIS_DIR,
XEFM_LEFT_SELECTED, …); type exit to return to XeFM. The full variable list
is in the User Guide.
These apply to the terminal install and to source checkouts (where every command
also works as python3 -m xefm …); the desktop packages take no arguments.
xefm # terminal mode (the default)
xefm --left /path/a --right /path/b # startup directories
xefm --backend gui # desktop window — development path only
The full flag set is --backend {tui,curses,gui,macos,windows}, --left DIR,
--right DIR, --version, and --help. Backend details are in the
Desktop Mode Guide.
XeFM is highly configurable through ~/.xefm/config.py — themes and visual
effects, key bindings, external programs and file associations, favorite
directories, and behavior settings. Open the settings menu with Shift-Z
(Z opens view options), or edit the file directly. See the
Configuration Feature Guide.
XeFM.exe — the zip is not code-signed; click More info → Run anyway, or unblock the zip before extracting. The Microsoft Store install is signed and never shows this promptXeFM.app in Applications and choose Open, then confirm oncecommand not found, externally-managed-environment, upgrade errors) — see Installation troubleshootingMore in the User Guide and the Desktop Mode Guide.
pipx install xefm)MIT License - see LICENSE file for details.