CosmoWatcher v1.0
High-reliability C++/Qt client for deep space telemetry and imagery.
Get your free JWST API key first: Find get my API key button
Download Installer (.exe) View Source Code

Design Philosophy

CosmoWatcher is not just an app; it's a standalone system environment. Built with the AdequateAPI mindset, it focuses on behavior control, load handling, and environmental independence.
Using ArXiv&JWST APIs.

Isolated TLS Stack

Bypasses unreliable system certs using an internal OpenSSL 3.x backend with manual CA bundle injection.

📦 Dependency Integrity

Guaranteed rendering via direct libjpeg-8 and webp linkage. No missing DLLs, no "black squares".

🚀 Zero-Trust Deploy

Installer-driven environment validation, including automated MSVC++ Runtime deployment.

System Requirements & Stack

Engineered for Windows 10/11 (x64).

// Technical Specifications
Architecture: x86_64-w64-mingw32 (UCRT)
Framework:    Qt 6.x / QML
Crypto:       OpenSSL 3.x (Isolated)
Build-Tool:   CMake / MSYS2 Toolchain

Quick Start

  1. Download the latest installer.
  2. Provide your MAST(JWST) API Key during the initialization phase.
  3. The installer will verify your TLS chain and MSVC++ environment.
  4. Launch CosmoWatcher.exe and start monitoring.

Project Status

Stable release v1.0 is now available. This build includes the autonomous SSL patch and integrated image decoding libraries.

→ Read the full release notes on GitHub