Available now
macOS
macOS 12 (Monterey) or later, Apple Silicon or Intel
Download CVault.dmgPrivacy-First VPN Product
CVault encrypts your internet traffic through WireGuard tunnels, masks your real IP address, and protects every connection with kill switch fallback. Available as a macOS desktop app with Windows, Android, and iOS on the roadmap — plus a Flutter SDK and REST API for embedding VPN directly into your product.
Protocol: WireGuard®
Encryption: ChaCha20 (256-bit)
Zero-logs privacy policy
Kill switch protection
Access 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 pre-installed
Install WireGuardComing soon
Android 8.0 or later
Join release updatesGet connected in under two minutes. One-time setup, then you're protected.
All plans include WireGuard encryption, kill switch, and SDK access.
CVault includes a Flutter SDK and REST API for embedding VPN connectivity inside your own product. Initialize with your dashboard license key and tenant API key — traffic is encrypted through WireGuard in seconds.
Base URL: https://api.creovine.com/cvault/v1 — Full reference at the API docs link above.
import 'package:cvault_sdk/cvault_sdk.dart';
final vault = CVaultSDK.init(
licenseKey: 'cvlt_trial_xxx',
apiKey: 'your_tenant_api_key',
);
await vault.connect();
// Status: Connected
// Protocol: WireGuard
// Encryption: ChaCha20 (256-bit)