• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.
  Contains executable files or external scripts. Ensure you trust the creator and apply your own security measures.
An interactive terminal UI for managing .var packages — browse your library, inspect dependencies, find unused packages, and safely delete them.

Screenshot.png


Features

  • Browse and filter your package library
  • Inspect dependencies for any package
  • Safely delete packages and their exclusive dependencies
  • Orphan finder — Identify packages not used by anything else
  • Missing Packages — Identify missing packages needed by others
  • SQLite cache — Only re-scans packages that have changed, keeping startup fast on large libraries

Requirements​

On Windows, curses is not included with Python. Install it first:
Bash:
pip install windows-curses

Usage​

Bash:
python VarLens.py                     # Prompts for your VaM directory on launch
python VarLens.py /path/to/VaM        # Or pass the path directly

Detail Panel​

  • Creator, license, size, and file path
  • Direct dependencies— packages this .var explicitly requires to work, each tagged with a status:
    • [ok | only you] — safe to remove alongside this package
    • [ok | +N others] — shared with N other packages, will be kept
    • [MISSING] — referenced but not installed
  • All transitive dependencies — packages pulled in indirectly through direct dependencies
  • Used by — which packages depend on this one, none means it's safe to delete

Controls​

KeyAction
↑ / ↓Navigate
/Filter
j / kScroll detail panel
IPackage info
DDelete package + dependencies
OOrphan finder
MMissing Packages
QQuit


If VarLens has been useful to you, consider giving it a star on GitHub — it helps others discover the project and keeps me motivated to improve it. Thank you!
  Contains executable files or external scripts. Ensure you trust the creator and apply your own security measures.
React to this content...

Share this resource

Back
Top Bottom