Download
Download
Section titled “Download”The sigMAX ecosystem is split across a small set of source repositories. Each repository owns a clear part of the project: the documentation site, the Markdown/frontend layer, and the runtime.
Use the ZIP links when you only need a snapshot. Use Git clone URLs when you want to inspect history, compare changes, contribute patches, or pin a specific revision for tests.
Source Repositories
sigMAX site
Development documentation, pages, navigation and public site assets.
FrontMark
Enriched Markdown rendering layer and reusable frontend/documentation skeleton.
sigMAX runtime
Rust runtime, WASM execution boundary, primitive catalog and generation/runtime samples.
Clone URLs
Section titled “Clone URLs”Use these Git URLs when you want a local checkout:
# sigMAX site documentation and public assetsgit clone https://gitea.newkube.ia86.cc/sigMAX/Image_devsite.git
# FrontMark Markdown/frontend layergit clone https://gitea.newkube.ia86.cc/sigMAX/Image_frontmark.git
# sigMAX Rust runtime and WASM execution boundarygit clone https://gitea.newkube.ia86.cc/sigMAX/sigMAX_runtime.gitWhich Repository To Start With
Section titled “Which Repository To Start With”| Need | Start here |
|---|---|
| Read or edit this documentation site | Image_devsite |
| Reuse the Markdown/Starlight rendering skeleton | Image_frontmark |
| Inspect generation, runtime, primitives or WASM execution | sigMAX_runtime |
| Compare rendering features imported into this site | Image_frontmark then this site |
Versioning Note
Section titled “Versioning Note”The repositories can move quickly during the beta phase. For reproducible tests, record the Git commit used for each repository instead of relying only on the main branch.