What should've been a WireGuard client at first, turned out to be... a file manager?
WireGUI is a file manager built with Tauri. It features a blazingly fast backend written in Rust, and a sleek, modern frontend built with React.
Watch the Showcase on YouTube!
- Fast and efficient file operations
- User-friendly interface
- Cross-platform support (Windows, macOS, Linux)
- Secure file handling
- Customizable themes
To install WireGUI, follow these steps:
- Clone the repository:
$ git clone https://github.com/RafaeloxMC/wiregui.git $ cd wiregui - Install dependencies:
$ yarn
- Build the application:
$ yarn tauri build
You can find the release in the src-tauri/target/release/bundle directory.
If you encounter the build error failed to run linuxdeploy, try to run the build command like this:
NO_STRIP=true yarn tauri buildThis should resolve the issue.