diff --git a/content/docs/overview/tools-overview.md b/content/docs/overview/tools-overview.md index 3ed1a02..6af860e 100644 --- a/content/docs/overview/tools-overview.md +++ b/content/docs/overview/tools-overview.md @@ -29,3 +29,18 @@ curl -sL https://civo.com/get | sh Civo has a Terraform provider, which can be found in the GitHub [Civo/terraform-provider-civo](https://github.com/civo/terraform-provider-civo) repository. Refer to the Civo [Terraform documentation](./terraform.md) on getting set up. + +## Community tools + +Beyond the official Civo CLI and Terraform provider, the community has built additional tools for managing Civo resources. + +### CivoCloudManager (macOS) + +[CivoCloudManager](https://civo-cloud-manager.app) is a native macOS application that runs the Civo Cloud control plane from the Mac menu bar and a full dashboard window. It talks to the [Civo REST API v2](https://www.civo.com/api) directly, connects to the Kubernetes API per cluster using PKCS#12 client certificates (no kubectl required), and ships a native S3-compatible browser for Civo Object Storage. + +- Website: [civo-cloud-manager.app](https://civo-cloud-manager.app) +- Source: [github.com/marcelrgberger/civo-cloud-manager](https://github.com/marcelrgberger/civo-cloud-manager) +- Mac App Store: [apps.apple.com/app/civocloudmanager/id6760776010](https://apps.apple.com/us/app/civocloudmanager/id6760776010?mt=12) +- Free tier covers menu-bar firewall management; the full dashboard is a one-time $14.99 purchase. + +Built and maintained independently of Civo Ltd.