Developer Utilities
Essential tools to manage ports, DNS, and environments.
Kythia Workspace provides a built-in package manager for essential developer toolchains and CLI utilities. Instead of manually downloading installers and messing with Windows environment variables, you can install everything you need with a single click.
Supported Toolchains
Kythia CLI
Composer
WP-CLI
PNPM
Yarn
Git
Managing Utilities
Install a Tool
Navigate to the Utilities tab in the sidebar. Find the tool you need (e.g., Composer) and click Install. Kythia will automatically download the binary and place it in an isolated directory.
Global PATH Integration
By default, installed utilities are isolated. To make a tool available globally in your terminal (so you can just type composer install from anywhere), toggle the Set as Global Default switch. Kythia will automatically inject the tool into your Windows System PATH.
Use the CLI
Open your terminal (PowerShell, Command Prompt, or Git Bash) and start using your newly installed tools immediately! (You may need to restart your terminal for PATH changes to take effect).
