Skip to content

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

curl -fsSL https://hostbento.com/install/cli | sh

This installs the konigle binary as an isolated tool using uv. No system Python required.

Verify

konigle --version

Uninstall

uv tool uninstall konigle

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

Using uv

uv add konigle

Using pip

pip install konigle

Using Poetry

poetry add konigle