Installation¶
There are two ways to use Konigle depending on what you need:
| Use case | What to install |
|---|---|
| Deploy and manage apps from the terminal | CLI only |
| Build automations and integrations in Python | Python SDK |
CLI¶
The Konigle CLI lets you provision computers, deploy web apps, and manage your cloud resources from the terminal. It works with any project — Python, Node.js, or anything else.
Install¶
This installs the konigle binary as an isolated tool using
uv. No system Python required.
Verify¶
Uninstall¶
Python SDK¶
Add the konigle package as a dependency in your Python project to use the
SDK for building automations and integrations.
Requirements¶
- Python 3.12 or higher