KLibrary

Libraries

Shared support library for K-Suite addons

WoW 12.1.0 Actively Maintained

Trend Explorer

Recent download momentum

Estimated downloads/hour over observed intervals in the last 48 hours.

Latest interval +4.02 /h 0.994h observed interval · ending Sep 11, 11 AM
Peak estimate +64.3 /h 1.01h observed interval · ending Sep 10, 12 AM
Average estimate +16 /h Time-weighted · 47.3h covered of 48h

Lines connect interval estimates, not hourly measurements. Unobserved time is not counted as zero or extrapolated to now.

About this addon

What it does

KLibrary – Utility Framework for WoW Addons

KLibrary (or just KLib) is a lightweight, utility library designed to support addon development. It provides shared constants, formatting helpers, registration logic, and UI rendering utilities across the K-Suite ecosystem.


Installation

⚠️ Most users do not need to install KLib manually.

KLib is automatically installed as a dependency by any addon that uses it. If you're using a K-Suite addon or any other mod that depends on KLib, your addon manager (e.g. CurseForge) will handle installation for you.


Developer Usage

If you're developing your own addon and want to use KLib, simply declare it as a dependency in your .toc file:

## Dependencies: KLib

Then, to access KLib in your addon:

local KLib = _G.KLib

local Settings = KLib.Core:RegisterAddon("MyAddon", MyAddon)

The source file Klib.lua in the root folder shows what other modules are exported in the public API.


Testing

Use /klib in-game to print a summary of all registered addons and their metadata.


License

This project is open-source under the MIT License. See LICENSE.txt for details.

At-a-glance numbers

Performance highlights

  • Peaked at Hot #183 on Sep 9, 2026.
  • Peaked at Rising #160 on Sep 9, 2026.
  • Featured on the Hot list across 5 distinct weeks.
  • Shipped 3 releases in the last 30 days.
  • Averaging 172 new downloads per day over the past week.

Discover more

Keep exploring

Similar addons you might also want to check out.

More by mrkronus

Same creator, different utilities.

Similar in Libraries

Comparable addons in the same lane.