A fast and lightweight desktop file manager.
- High performance
- Ability to work with other disks
- Instant customizable file search
- Basic file operations: creating, adding to favorites, copying, cutting, renaming, opening, deleting and sorting by various parameters
- Minimalistic UI
- Localization in Russian and English
- UI based on the
eguilibrary - Core logic written in pure Rust (file system operations and indexing)
- Application caching, so that you don’t have to index file every time you launch
- Customizable UI and color themes
- Go to the Releases section.
- Download the
Explorer.ziparchive from the last version. - Unpack the archive and run the
exefile.
- Rust - actual stable version.
- C++ Build Tools - they come with Visual Studio or Build Tools for VS. When you install Rust using
rustup, it will prompt you to download the Visual Studio Installer and check the box next toDesktop development with C++.
- Clone the repository:
git clone https://github.com/vladislvd/FileExplorer.git- Go to the project directory:
cd FileExplorer- Run the project in development mode:
cargo runor in release mode:
cargo run --release- Compiled executable files will be located in the
target/debug/ortarget/release/directory accordingly.
