Releases: AIKernel-NET/AIKernel.Demo
Release list
AIKernel.Demo v0.1.2 — Philosophy Becomes Experience
AIKernel.Demo v0.1.2 — Philosophy Becomes Experience.
AIKernel.Demo is the official examples workspace that turns AIKernel concepts, abstractions, and contracts into something users can touch.
It shows how Core, Control, Providers, WASM, GPU, and Tools connect inside small runnable demos.
Ethos, Logos, Telos, Pathos, Aisthesis, and Energeia are not completed here as canon.
They rise here as experiences users can observe.
AIKernel.Demo は、AIKernel の概念・抽象・契約を
“触れる形”へ変換する公式 examples workspace。
Core、Control、Providers、Wasm、GPU、Tools の各層が、
小さな runnable demo の中でどのように接続されるかを示す。
Ethos、Logos、Telos、Pathos、Aisthesis、Energeia は、
ここで正典として完成するのではなく、
ユーザーが観察できる体験として立ち上がる。
Highlights
- Demo workspace aligned to official AIKernel 0.1.2 NuGet packages.
- Local package feed dependency removed.
- Educational comments and demo documentation refreshed.
- Build and test validation completed against official package references.
AIKernel.Demo v0.1.1 — Verifying the Semantic OS end-to-end
June 10th, 2026 — Verifying the Semantic OS end-to-end.
2026年6月10日──Semantic OS を端から端まで検証する。
Verifying the Semantic OS end-to-end: all eight demo layers validate the 0.1.1 semantic boundary.
Semantic OS の端から端までの検証──8 つのデモ層が 0.1.1 のセマンティック境界を検証する。
Highlights
AIKernel.Demo 0.1.1 provides the official example set for understanding the AIKernel Semantic OS as a complete system. The demo repository acts as the official sample library for the SDK, showing how Core, Contracts, Control, Providers, Standard Providers, Tools, Wasm, and CUDA relate to each other.
What's Changed
- Finalized the 0.1.1 demo system across the official AIKernel layers.
- Added and validated demo coverage for the eight major demo surfaces:
- CoreRuntime
- Contracts
- Control
- Providers
- StandardProviders
- Tools
- Wasm
- Cuda
- Added Python release-surface parity for the C# golden-path demos.
- Updated documentation so users can understand which demo to run first.
- Clarified that
AIKernel.Demo.CoreRuntimeis the recommended first demo. - Updated README and user-facing documentation for the AIOS SDK concept.
- Clarified AIKernel.Demo as the official example set, comparable to
/usr/share/examplesfor an AIOS distribution. - Added AIKernel.Monolith context without introducing any Monolith implementation dependency.
- Ensured demo documentation, release notes, and package references are aligned with 0.1.1.
- Confirmed Python-side demos do not retain deleted or stale demo surfaces.
Demo Scope
The 0.1.1 demo set covers:
AIKernel.Demo.CoreRuntime
Demonstrates the core runtime, hosting, kernel, VFS, ROM, time, and security concepts.
AIKernel.Demo.Contracts
Demonstrates DTOs and contract objects used across the semantic boundary.
AIKernel.Demo.Control
Demonstrates deterministic governance and control-plane concepts.
AIKernel.Demo.Providers
Demonstrates provider descriptors, invokers, manifests, and dry-run provider surfaces.
AIKernel.Demo.StandardProviders
Demonstrates standard OS driver providers such as filesystem, logging, network, event bus, and profiler surfaces.
AIKernel.Demo.Tools
Demonstrates instrumentation, inspection, canonical formatting, replay, and ROM-oriented tooling.
AIKernel.Demo.Wasm
Demonstrates the WASM runtime surface, memory, filesystem, events, audio, screenshot, save-state, time, and WebGPU-facing concepts.
AIKernel.Demo.Cuda
Demonstrates the CUDA package surface with platform guarding.
Python Demo Scope
The Python demo package mirrors the 0.1.1 C# release surface through dry-run examples. This ensures users can understand the same Semantic OS layers from both C# and Python entry points.
Compatibility
- Target version: 0.1.1
- Uses the 0.1.1 AIKernel package family.
- Demos are designed to be dry-run friendly and avoid external service calls by default.
- CUDA demo is platform-guarded.
Validation
- Release build passed.
- Demo test suite passed.
- Python demo tests passed.