Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions content/docs/overview/tools-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.