Skip to content

Repository files navigation

Ashita Package Manager — Addons/Plugins and script manager for Ashita v4

Ashita Package Manager

Simple, fast management of Ashita addons and plugins with script editing

Image 1 Image 2

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.

Features

  • 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

Quick Use

  • 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

Run from Source

# Install dependencies
pip install -r requirements.txt

# Run the app
python ashita_manager.py

Build to EXE

# 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.py

The compiled .exe will be in the dist/ folder as Ashita Package Manager.exe.

About

A package manager for Ashita v4 to manage your addons, plugins and more

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages