This repository publishes the public AiLangCore website.
- Project landing page.
- Public install scripts.
- Human-facing documentation entry points.
- Release and sponsorship links.
- Public roadmap.
This repository uses main as the public GitHub Pages branch. Website changes
are published from main; release artifacts remain owned by the individual
AiLang, AiVM, and AiVectra repositories.
Public roadmap:
Install the site dependencies once:
npm ciBuild the static site:
npm run buildOpen _site/index.html directly in a browser.
Article source files live in _articles/*.md. Each article should use YAML
front matter:
---
title: "Article title"
description: "Short summary shown on the article index"
date: 2026-05-26
author: "Author name"
---
Article body in Markdown.Pushing to main runs the GitHub Pages workflow, builds _site, and publishes
the generated article pages.
- AiLang SDK
v0.0.1-beta.22 - AiVM
v0.0.1-rc.3 - Official target packages:
target-aios-gui/target-aios-servicev0.0.1-alpha.5target-wasmv0.0.1-alpha.3target-linuxv0.0.1-alpha.6target-macos,target-windowsv0.0.1-alpha.2
The install scripts assemble these tools from their release artifacts through the beta channel. Target packages are restored through the curated package registry.