Update Logs
View product update logs, including latest features and improvements.
v1.0.0
Official Release 1.0.0
Welcome to the official 1.0.0 release of Blinq - Automated VPN Connection Tool!
This milestone release brings a unified, seamless VPN experience across all major platforms. Whether you prefer a sleek graphical interface or a lightweight command-line tool, Blinq provides secure, automated, and out-of-the-box VPN connections.
🍎 macOS (Intel & Apple Silicon)
Available as both a Desktop GUI application and a Headless CLI tool.
What's New
- Universal Architecture Support: Native performance on both Intel (
amd64) and Apple Silicon M-Series (arm64) Macs. - Strict Security & Notarization: Both the Desktop App and CLI binaries are fully code-signed and notarized by Apple to ensure pristine security and eliminate Gatekeeper warnings.
- One-Click Connectivity:
- GUI: A beautiful, intuitive interface tucked perfectly into your workflow.
- CLI: A robust
blinqterminal command supporting fast connection (blinq connect), disconnection (blinq disconnect), and initialization (blinq init).
- Automated Configuration Management: Dynamically fetches and encrypts remote server endpoints and configuration files using AES-256-GCM using your unique License Key.
Installation Instructions
- GUI (Desktop): Download the
BLINQ.appzip or.dmg, open the file, and drag Blinq into yourApplicationsfolder. - CLI: Extract the downloaded
blinq-macos-{intel/arm64}-cli-v1.0.0.zipfile, and run./blinq initin your terminal to begin.
🪟 Windows (Intel/AMD)
Available as a Desktop GUI application and a Headless CLI tool.
What's New
- Native GUI Interface: Built for Windows, providing discrete system tray functionality and easy access.
- Headless CLI Compatibility: The
blinq.exeCLI seamlessly supports environments like PowerShell, CMD, or Windows Subsystem for Linux (WSL). - Embedded OpenConnect Support: No manual dependency hunting. The Windows build intelligently bundles and interfaces directly with OpenConnect for reliable tunneling.
- Dual-Factor Authentication (TOTP) Support: Automatic TOTP calculation and token passing during the connection handshake.
Installation Instructions
- GUI (Desktop): Extract the archive and double-click the
Blinq.exeinstaller to begin. - CLI: Extract
blinq-windows-cli-v1.0.0.zipto your preferred directory, and executeblinq initfrom your Command Prompt or PowerShell terminal.
🐧 Linux (Headless CLI)
Available strictly as a low-footprint, Headless CLI tool.
What's New
- Statically Compiled Binary: Built without
CGO_ENABLEDspecifically to guarantee cross-compatibility across Ubuntu, CentOS, Debian, Alpine, and more without glibc version mismatches. - Server Deployment Ready: Perfect for background routing, CI/CD environments, and headless servers that require persistent VPN tunnels.
- Daemon Management Compatibility: Easily integrates with
systemdorcronto initiateblinq connectpersistently.
Installation Instructions
- Ensure your distribution has
openconnectinstalled (e.g.,sudo apt install openconnecton Debian/Ubuntu). - Extract the
blinq-linux-cli-v1.0.0.ziparchive. - Move the binary to your binary path:
sudo cp blinq /usr/local/bin/. - Run
blinq initto securely fetch your node configuration.
