ChiefKit Studio is a native macOS SwiftUI playground for exploring example usage of:
- SwiftState
- NotebookFlowKit
- SwiftBlocks
The first version is intentionally lightweight: it compiles standalone, demonstrates each package visually, and provides copyable SwiftUI and Package.swift snippets for developers to move into their apps.
Download the latest macOS DMG setup:
Download ChiefKit Studio for macOS
Open Package.swift in Xcode 26.5 or later, or run:
./script/build_and_run.shThe app targets macOS 13+ and uses only SwiftUI/AppKit from the system SDK.
Create a signed local .app bundle and compressed DMG setup:
./script/package_macos.shThe generated setup is written to:
dist/ChiefKit Studio Setup.dmg