The Snap Store will undergo scheduled database maintenance on July 5, 2026 22:00 to July 6, 02:00 UTC. During this time, you will not be able to install or update snaps. No user action is required and services will automatically resume once maintenance is complete.
Multi-cloud Infrastructure as Code CLI - write once, deploy anywhere
Kite is a multi-cloud Infrastructure as Code (IaC) tool that lets you define
cloud resources using a simple .kite language and deploy them to AWS, GCP,
or Azure.
Features:
• Write once, provision anywhere - same code works across cloud providers
• Simple, readable syntax for defining infrastructure
• Native CLI with fast startup (GraalVM native image)
• Support for AWS, Google Cloud, and Microsoft Azure
Get started:
kite init myproject
kite plan
kite apply
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.
Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.
Enable snapd
Snap can be installed from the command line. Open the Konsole terminal and enter the following:
sudo apt update
sudo apt install snapd
Install kite
To install kite, simply use the following command: