Install¶
Prerequisites¶
- Docker and Git
- Runs on Linux, macOS, and Windows
Install plasmactl¶
plasmactl is the CLI for all platform operations.
Download the latest plasmactl_windows_amd64.exe (or _arm64) from the
releases page and add it to your PATH.
The installer detects your OS and architecture and downloads the matching binary from the latest GitHub release.
Quickstart¶
# 1. Scaffold a new platform (platform.yaml + nodes/)
plasmactl platform:create my-platform
# 2. Bring it up on your infrastructure
plasmactl platform:up
From here, explore the CLI reference for the full command set, or read Concepts to understand packages, models, and components.