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.
You can install the latest release here.
To serve a development live build of gyozora, wails and npm must be installed on your system.
git clone https://github.com/keelus/gyozora.git
cd gyozora
npm install ./frontend
wails dev
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