Skip to content

Releases: gary95271/xia-sdk

v0.1.0-preview — public preview

14 Jun 03:31

Choose a tag to compare

Pre-release

XIA Sandbox — public preview.

Run real Linux programs — genuine CPython 3.12, bash, busybox, SQLite — entirely in the browser via native AOT x86→WebAssembly. 100% client-side, no server.

Live: https://gary95271.github.io/xia-sdk/

In this preview

  • Bilingual landing page (EN + 中文) + SEO page
  • Full SDK integration guide — Worker protocol, run contract, init options, netProxy wire format, hosting
  • xia-serve — local demo runner: serve the sandbox over your LAN, interactive Ubuntu console, network egress proxy + control panel, .env config (no secrets baked in)
  • Draft EULA (engine: proprietary; free for personal use, commercial license available) + third-party notices

Not yet here

  • The compiled engine binary (the runnable dist/) ships once the launch-readiness checklist (notices / corresponding-source bundling, SBOM, legal review) is complete.

Free for personal/non-commercial use; commercial license available.

XIA Sandbox Engine v0.1.0-preview

14 Jun 07:28

Choose a tag to compare

Pre-release

XIA Sandbox — engine binary distribution (preview).

Run real Linux programs (BusyBox, CPython 3.12) inside a browser tab via native
AOT x86→WebAssembly translation. 100% client-side; nothing is sent to a server.

Package

xia-sandbox-engine-0.1.0-preview.zip — full engine bundle: obfuscated loader +
workers + AOT WebAssembly + cores (busybox, python3) + Pyodide scientific stack +
content-addressed manifest. Unzip and serve.

Licensing

  • Engine — proprietary, binary-only. Free for personal/non-commercial use;
    commercial license required. See LICENSE.txt / EULA.txt.
  • Guest programs (BusyBox GPL-2.0, glibc/libxcrypt LGPL, CPython PSF, …) ship
    under their own licenses — see THIRD-PARTY-NOTICES.txt and
    CORRESPONDING-SOURCE.txt (official upstream source).
  • No telemetry; the engine makes no network calls of its own — see PRIVACY.txt.
  • SBOM: SBOM.md / sbom.cdx.json (CycloneDX).

Licensor: xuanji.dev · Commercial / source inquiries: BD@xuanji.dev