CIAToolsR is a complete rewrite of the original tool, designed to be more stable, faster, and above all, cross-platform. We have migrated to an Avalonia UI architecture for a fluid experience on both Windows and Linux, while automating the entire compilation chain to save you from dealing with manual script handling.
- Cross-platform: Runs natively on Windows and Linux.
- Clean Architecture: Migrated to .NET MVVM, code completely rewritten.
- Modern Interface: Material Design look, clean and readable.
- Full Control: Integrated debug console, real-time log management, and automation options for scripts.
-
Prerequisites
- Python must be installed and added to your
PATH. - Use the "Install Python dependencies" button in the app to configure the environment automatically.
- Python must be installed and added to your
-
Using
- Place your assets (icons, banners, binaries) in the
/USER_FILESfolder. - Launch the application.
- Configure your preferences via the interface (Console, Auto-close, etc.).
- Click Build CIA and let the tool handle the rest.
- Place your assets (icons, banners, binaries) in the
-
Windows
- Locate
CIAToolsR.exeand open it.
- Locate
-
Linux
- Open a terminal and run these commands:
cd ~/CIAToolsR-linux64andchmod +x *and./CIAToolsR.
- Open a terminal and run these commands:
For Windows : dotnet publish -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true
For Linux : dotnet publish -c Release -r linux-x64 --self-contained true -p:PublishSingleFile=true
- Manurocker95 for the original base of
CIABUILDER.bat.