Installation
#
For Windows and MacOSYou can access the installer here.
#
For Linux#
AppImagesGrab .AppImage file in releases and follow this Guide.
#
Debian and Ubuntu based distrosGrab .deb file in releases.
You can install it by:
sudo dpkg -i /path/to/deb/file.deb
or
sudo apt install /path/to/deb/file.deb
#
Arch based distrosUse you favorite aur helper.
yay -S xplorer-bin
#or for manjaro
pamac build xplorer-bin
or
Grab .pacman file in releases.
You can install it by:
sudo pacman -U /path/to/deb/file.pacman
or
build for source
git clone https://aur.archlinux.org/xplorer-bin.git
cd xplorer-bin
makepkg -si
#
Common ProblemsFaced Windows Defender?
This is actually not an error, it's a design choice by Microsoft to protect those of us who are not tech-savvy (i.e. potentially your friends) from a virus. You don't need to worry about the safety of Xplorer in this case since it's open source and you can inspect the code or even build your own version!
To Handle this, you can just click the More Info
button, then, just click Run Anyway.
References
Adopted from Stack Overflow.
`“Xplorer” cannot be opened because the developer cannot be verified. ` Error on macOS
Please try this official docs by Apple.
My favorite Installer is not here.
Please address an issue here.