Download UCTS
Get started with UCTS on your platform of choice.
Python Package
v2.0.0 - CLI & Core Library
The complete UCTS toolkit including CLI commands, all generators, and the Python API.
Install with pip:
pip install ucts-2.0.0-py3-none-any.whl
VS Code Extension
v1.0.0 - IDE Integration
Full VS Code integration with session management, project forging, and real-time status views.
Install in VS Code:
- Open VS Code
- Press
Ctrl+Shift+P - Type "Install from VSIX"
- Select the downloaded .vsix file
Source Code
Clone or fork the repository
Clone via Git:
git clone https://gitlab.com/dkmay1/ucts.git
Browse on GitLab:
gitlab.com/dkmay1/uctsSystem Requirements
Python Package
- Python 3.9 or higher
- pip 21.0 or higher
- Windows, macOS, or Linux
VS Code Extension
- VS Code 1.80.0 or higher
- UCTS Python package installed