Gyozora is a fast and lightweight file explorer in early development. It´s fully compatible with Windows and macOS. Linux will be compatible in the future versions.
- Lightweight.
- Fast folder navigation.
- Modern UI.
- Highly customizable.
- All the features you would expect in a standard file explorer.
- User-friendly.
- Enhanced performance.
You can install the latest release here.
To serve a development live build of gyozora, wails and npm must be installed on your system.
- Clone the repository
git clone https://github.com/keelus/gyozora.git
cd gyozora
- Install dependencies (you can skip to the next step, which also installs the dependencies)
npm install ./frontend
- Build a live dev version
wails dev
Build gyozora yourself.
Note: Due to Wails limitations, cross-compiling is not supported.
# for Windows
wails build -nsis
# for macOS & Linux
wails build
The generated binaries will appear in ./build
This project is open source under the terms of the GNU GPL v3.0 license
Made by keelus ✌️