The ultimate post-installation setup assistant for GNU/Linux popular disros, streamlining your configuration process with ease and precision.
To use the program download the latest version here: https://github.com/glcomtech/glwiz/releases
Unpack the archive:
tar -xzf glwiz_v2.0.0_x86_x64.tar.gz
Then enter the "program" directory:
cd glwiz_v2.0.0_x86_x64/program
And finally run the program:
./glwiz
All set! Your GNU/Linux system is ready to use!
If you want to build the program, download the repository and enter it:
cd glwiz
Run cargo build command with mode release:
cargo build -r
If you need to use debugger, use:
cargo build
https://glcomtech.github.io/glwiz/glwiz/index.html
GLWiz - The ultimate post-installation setup assistant for GNU/Linux popular disros,
streamlining your configuration process with ease and precision.
Copyright (C) 2025 Andrew Kushyk
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.