Available now
macOS
macOS 12 (Monterey) or later, Apple Silicon or Intel
Download CVault.dmgPrivacy-first VPN Product
CVault encrypts traffic through secure WireGuard tunnels, masks real IP addresses, and protects users with kill switch fallback. Download the app or integrate via SDK and API.
Protocol: WireGuard
Encryption: ChaCha20 (256-bit keys)
No-logs policy
Kill switch protection
Access app builds through your Creovine dashboard. More platforms are rolling out in upcoming releases.
Available now
macOS 12 (Monterey) or later, Apple Silicon or Intel
Download CVault.dmgComing soon
Windows 10 or later (64-bit), WireGuard installed
Install WireGuardComing soon
Android 8.0 or later
Join release updatesFast setup instructions based on the official CVault product documentation.
Windows app release is currently marked coming soon.
CVault includes a Flutter SDK and REST API for embedding VPN connectivity inside your own product. Initialize with your dashboard license and API key.
import 'package:cvault_sdk/cvault_sdk.dart';
final vault = CVaultSDK.init(
licenseKey: 'cvlt_trial_xxx',
apiKey: 'your_tenant_api_key',
);
await vault.connect();