Control Room Active

ChiefKit Studio

A native macOS SwiftUI playground for inspecting live examples, copying code snippets, and exporting dependency configurations for ChiefKit packages.

macOS Setup Bundle

Get the DMG package to run the playground locally. Explore interactive SwiftUI components and copy Package.swift dependency declarations instantly.

v1.0.0 macOS (Intel/Apple Silicon) 6.7 MB Ad-hoc Signed
Download for macOS (.dmg) View GitHub Wiki

Playground Highlights

📦

Core Packages Included

Features active examples for SwiftState, NotebookFlowKit, and SwiftBlocks. Inspect state flows and blocks in real-time.

💻

Native macOS Sidebar

Designed with standard macOS navigation sidebars, live component rendering areas, and split layout code inspectors.

📋

Snippet Exporter

Copy production-ready SwiftUI code blocks and dependency package lines directly into Xcode with copy and export shortcuts.

Quick Build & Package Guide

The project utilizes a modular, self-contained SwiftPM structure. Compile and package the app for local macOS installations using these terminal commands:

1. Compile App Binary shell
swift build
2. Run Local Instance shell
./script/build_and_run.sh
3. Compile & Package DMG shell
./script/package_macos.sh
Gatekeeper Warning: The generated setup bundle is ad-hoc signed. For public distribution without system warnings, standard Developer ID signing and notarization is required.
Back to Home