XTAC • SDK
Python SDK + CLI + docs. Best served on sdk.xtac.world.
🧬 Python SDK (source snapshot)

Install (editable)

The SDK source ships in sdk/. Treat it as published snapshot unless explicitly refactoring.

cd sdk
python3 -m pip install -e .

Run examples

Examples live in sdk/examples/.

python3 sdk/examples/hello_sdk.py
🧱 CLI (JAR)

Run local CLI

Use the shipped JAR runtime.

java -jar runtime/magic-cli.jar --help

Native binaries

Recommendation: publish Linux/macOS native builds via GitHub Releases, and link them here (clean cache, checksum, versioned).

📦 Clone

magicstack

CRAFT / SDK distro + TVW.

git clone https://github.com/The-Veil-Walkers/magicstack.git

MagicCore

TRUTH / backend + deploy scripts.

git clone https://github.com/V0OgZ/MagicCore.git