Download
Download Pharos Tools
Revit Plugin Installation
Install the Pharos integration plugin directly into Autodesk Revit 2025 to enable metadata placement and Ghost Tuning synchronization.
3-Step Installation Guide
- Extract the downloaded ZIP package.
- Copy
Pharos.addinand all companion binaries to:%APPDATA%\Autodesk\Revit\Addins\2025 - Restart Autodesk Revit 2025 to load the plugin tools.
CLI Command Center
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-devel2. Installation
# Download and install via shell scriptcurl -sSf https://iamrichardd.com/pharos-kitchen-design/install.sh | sh3. Verification
pkd --version4. Lifecycle & Exit
Run the installer again to trigger an Authoritative update check. To remove PKD:
# Uninstall and purge credentialspkd-install --uninstall --purgeWindows (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 | iex2. Verification
pkd --version3. Lifecycle & Exit
Re-run the PowerShell command for an Authoritative update. To remove:
# Uninstall via the install scriptinstall.ps1 -Uninstall -PurgemacOS (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 | sh2. Security Audit
As an independent FSL-1.1 project, the script proactively clears the quarantine flag for the Authoritative binary.
3. Verification
pkd --version4. Lifecycle & Exit
Run the installer again for updates. To remove:
# Uninstall and purge credentialspkd-install --uninstall --purge