This utility is still in testing and developement, please use carefully. Strongly recommended to backup your Ashita installation before starting to use it. Use at your own risk.
- Install from Git/Release: Paste a repo URL, auto-detect type, pick branch, install
- Initial scan: Finds existing addons/plugins in your Ashita install on first launch
- Script editor: Add/remove plugins & addons, enable/disable or reorder loading order, manager keybinds/aliases and configuration commands
- Launch the app; select your Ashita folder on first run
- Paste a Git URL; choose Type (Auto/Addons/Plugins) and Method (Clone/Release); click Install
- If multiple branches exist, choose one
- Use the Addons/Plugins tabs to update, remove, open repository, or view README
- Open the Scripts tab to edit your Ashite script: toggle items, reorder, and save
# Install dependencies
pip install -r requirements.txt
# Run the app
python ashita_manager.py# Install dependencies
pip install -r requirements.txt
# Build standalone .exe
python -m PyInstaller --onefile --windowed --name "Ashita Package Manager" --icon assets/logo.ico --add-data "assets:assets" ashita_manager.pyThe compiled .exe will be in the dist/ folder as Ashita Package Manager.exe.


