Command-First Infrastructure
Download and Install pkd: The reliable command center for the modern Independent Kitchen Designer.
Linux (x86_64 / AArch64)
Primary Development Target
TECHNICAL PREVIEW1. System Dependencies
PKD uses your computer's secure storage to keep your session safe. Ensure the following items are installed:
# Ubuntu / Debiansudo apt-get install libsecret-1-dev gnome-keyring# Fedorasudo dnf install libsecret-devel 2. Installation
# Download and install via shell scriptcurl -sSf https://iamrichardd.com/pharos-kitchen-design/install.sh | sh 3. Verification
pkd --version 4. Lifecycle & Exit
Run the installer again to trigger an Authoritative update check. To remove PKD:
# Uninstall and purge credentialspkd-install --uninstall --purge Windows (x64)
Native Credential Management
TECHNICAL PREVIEWSecurity Note
The `pkd` CLI integrates with **Windows Credential Manager** to store authentication tokens. No additional drivers are required.
1. Installation
Download the installer or use PowerShell:
irm https://iamrichardd.com/pharos-kitchen-design/install.ps1 | iex 2. Verification
pkd --version 3. Lifecycle & Exit
Re-run the PowerShell command for an Authoritative update. To remove:
# Uninstall via the install scriptinstall.ps1 -Uninstall -Purge macOS (Universal Binary)
Native Secure Enclave Path
TECHNICAL PREVIEW1. Installation
The universal installer handles architecture detection and security authorization automatically.
# Download and install via shell scriptcurl -sSf https://iamrichardd.com/pharos-kitchen-design/install.sh | sh 2. Security Audit
As an independent FSL-1.1 project, the script proactively clears the quarantine flag for the Authoritative binary.
3. Verification
pkd --version 4. Lifecycle & Exit
Run the installer again for updates. To remove:
# Uninstall and purge credentialspkd-install --uninstall --purge