hydectl
July 31, 2025 ยท View on GitHub
CLI too for Hyde.
Installation
Using Go
To build from source, make sure Go is installed, then clone the repository and build the project:
pacman -S --needed go # or your system's package manager
git clone https://github.com/HyDE-Project/hydectl.git
cd hydectl
make all
To install the binary to ~/.local/lib:
make install
Direct Binary Installation
Alternatively, you can copy the pre-built binary directly:
cp /bin/hydectl ~/.local/bin/
chmod +x ~/.local/bin/hydectl
Uninstallation
To uninstall the binary:
make uninstall
Help
hydectl --help
hydectl [command] --help
Contributing
Contributions are welcome! Please see our CONTRIBUTING.md file for details on:
- Reporting bugs
- Suggesting enhancements
- Submitting code changes
- Commit message guidelines
- Pull request process