This is the Developer Preview. It is intended for early adopters, experimentation, and feedback. It is not recommended for production systems. macOS, Linux, and Windows ARM64 packaging remain deferred.
System Requirements
The first Developer Preview is validated on:- Windows 11 x64
- PowerShell 5.1 or later
- Current-user install permissions (elevation not required for user-local installs)
What Gets Installed
The SDK installs:- Studio — the official Kairo IDE
- Forge — compiler and build engine
- Pulse — runtime for compiled Kairo applications
- Kairo CLI — top-level project and diagnostic commands
- SDK command shims for
forge,pulse,kairo, andstudio - Project templates (Console Application, Library, Empty Package)
- Contact Preview sample project
- Offline documentation
Download
Download the Developer Preview bundle for Windows 11 x64:checksums-sha256.txt file ships alongside the bundle so you can verify integrity.
Install
1
Extract the bundle
Extract the outer bundle to a working folder.Then extract the inner SDK artifact
AstraKairo-SDK-0.1.0.0-rc-win-x64.zip to a temporary folder named payload.2
Open PowerShell
Open a PowerShell terminal in the folder that contains
tools/ and payload/.3
Run the installer
For a standard install to Program Files:For a user-local install with no PATH, registry, or Start Menu changes (useful for validation):
Verify the Install
Open a new terminal (so PATH changes take effect) and run:kairo doctorexits with code0and printsResult: OKforge,pulse,kairo, andstudioall resolve from the installed SDKSDK\bindirectory
kairo doctor reports a missing component, re-run the installer with matching -PayloadRoot and -InstallRoot, or clean up leftover files and try again.
Uninstall
To remove installer-owned SDK files:Known Limitations
This Developer Preview candidate is not a production release. Known limitations include:- ZIP plus PowerShell installer instead of MSI or MSIX
- Scripts are unsigned
- No automatic updater
- No code signing
- No package registry integration
- No Git integration
- No telemetry or crash reporting
- No UIX or Forms designer
- No macOS or Linux packaging
- Debugger expression evaluation is intentionally limited
- Watch expressions are read-only and limited to safe name and member paths
Next Steps
Quickstart
Build and run your first Kairo program.
Forge CLI
Reference for every Forge command.
