
Company News
Socket Has Acquired Secure Annex
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.
holocrontoolset
Advanced tools
A PyQt-backed program with a collection of tools and editors that make it easy to work with kotor files
A PyQt/PySide application that can edit the files used by the KotOR game engine.
With uv (from PyKotor repo root):
# End users (latest from PyPI)
uvx --refresh holocrontoolset
# Developers (local source)
uvx --with-editable Libraries/PyKotor --with-editable Tools/HolocronToolset holocrontoolset
uv run --directory Tools/HolocronToolset/src --module toolset
Without uv (activated venv, from Tools/HolocronToolset):
python -m pip install -r requirements.txt
$env:PYTHONPATH = (Get-Location).Path
python toolset/__main__.py
python3 -m pip install -r requirements.txt
PYTHONPATH=$PWD python3 toolset/__main__.py
You might get this error:
pyproject.toml: line 7: using '[tool.sip.metadata]' to specify the project metadata is deprecated and will be removed in SIP v7.0.0, use '[project]' instead
While we're not sure what the exact problem is, it seems newer python versions won't correctly be able to build pyqt5. If you don't have a binary available (--only-binary=:all: returns no versions) you'll need to downgrade python preferably to 3.8 or you won't be able to use qt5! See this issue for more information
uvx --with-editable to run from local source, or run install_python_venv.ps1 for a traditional venv setup.python -m pip install qt5-applications
Then navigate to your Python's site-packages folder:
python -m site --user-site
Then navigate to ./site-packages/qt5_applications/Qt/bin and open the designer.exe file.
FAQs
A PyQt-backed program with a collection of tools and editors that make it easy to work with kotor files
We found that holocrontoolset demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.

Research
/Security News
Socket is tracking cloned Open VSX extensions tied to GlassWorm, with several updated from benign-looking sleepers into malware delivery vehicles.

Product
Reachability analysis for PHP is now available in experimental, helping teams identify which vulnerabilities are actually exploitable.