-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started Installation
github-actions[bot] edited this page Jul 2, 2026
·
1 revision
VMx currently ships as a source tree implementing spec v3.1.0 across C#, Python, TypeScript, and Swift. Public package availability can lag the source tree, so check the flavor README before pinning a release.
| Flavor | Install Surface | Notes |
|---|---|---|
| C# | dotnet add package VMx |
Package name is documented; public release is pending. |
| Python | pip install vmx |
PyPI can trail the repo source tree. |
| TypeScript | npm install @thekaveh/vmx rxjs |
Package surface is defined; public release is pending. |
| Swift | SwiftPM package from repo tags | Published through repo tags after release. |
VMx documentation is source-controlled in the main repository and published to
this wiki from docs/wiki/.
Getting Started
Architecture
Framework Primitives
- Framework Primitives
Language Flavors
Examples
- Examples
- Notes Workspace
- VM Layer Map
- Smaller Examples
- Global Search & Token Paging
- Tag Autocomplete & SearchableState
- Editor Mode & DiscriminatorVM
Specification & Conformance
- Specification & Conformance
- Spec Source Of Truth
- Conformance Workflow
- Shared Fixtures
- Compatibility Matrix
Project