A local personal memory lab with programmable fractal search and evidence governance.
10
stars
1,525
commits
Python
primary language
Aug 26, 2026
updated
Offline Video Search, Scene Segmentation, Speech Transcription (Whisper), Object Detection, Visual Embeddings (DINOv2/CLIP), and SQLite + Qdrant Semantic Search on Windows 11
(Note: The optional Ask GoodQ voice agent is a hosted extension using ElevenLabs APIs. The core GoodQ4All memory system itself is 100% local and offline.)
GoodQ4All is a 100% private, offline alternative to cloud-based media intelligence services. It ingests video, audio, and text files into queryable, structured scene-level memories, persisting the knowledge graph and vector representations locally on your computer.
Following a strict "proof-backed" system doctrine, GoodQ4All documents every perception step, tracks evidence manifests, and logs a comprehensive audit trail so that every memory claim can be verified.
Get This Level of Local Control (Unified Operator UI):
Click the preview above to watch the high-fidelity onboarding video.
From Video Quality as Low as This: (Raw Media Inputs):
![]() Apollo 11 Moon Walk (nasa_descent.gif) |
![]() Saturn V Launch (nasa_launch.gif) |
Using This All-in-One Installer (Unified Windows Offline Installer):
🚀 Download GoodQ4All v3.0.0 Offline Release
[!IMPORTANT] System Requirement: Windows 11 (64-bit). GoodQ4All is a standalone, local-first system that runs 100% offline without external cloud dependencies.
- Available Profiles:
- CPU Baseline (
PUBLIC_CPU_BASELINE): Lightweight CPU execution requiring ~35 GB free disk space.- GPU Enhanced (
PUBLIC_GPU_ENHANCED): High-performance multimodal pipeline accelerated by NVIDIA CUDA 12.1 (requires 8GB+ VRAM and ~160 GB free disk space during installation).- Bundle Contents: Each release includes
GoodQ4All_Setup_2.5.8.exe,LAUNCH_GOODQ.exe, signed payload packs (payloads/*.zip), and the release manifest (GoodQ4All_Setup_2.5.8.release_manifest.json).- SmartScreen & Elevation: Windows SmartScreen may present an "Unknown Publisher" prompt for self-signed releases. Click More info → Run anyway. Administrator rights are required for the default install location (
Program Files\GoodQ4All).- Checksum Verification: Verify asset integrity prior to installation using PowerShell:
Get-FileHash GoodQ4All_Setup_2.5.8.exe -Algorithm SHA256
Machine memory should earn every claim it makes. GoodQ4All generates step-by-step logs (step_runs.jsonl), scene manifests, and intermediate features for every ingested file.
To run large-parameter local models safely on consumer hardware (e.g. RTX 4060 / 4070 Ti SUPER) without Out-of-Memory (OOM) crashes, GoodQ4All implements strict VRAM and execution controls:
lib/model_lifecycle.py) that audits free VRAM using PyTorch and nvidia-smi before loading models, dynamically evicting idle networks from GPU memory and providing automatic CPU fallback for memory-constrained visual embeddings.MiniAgentClient): Gated LLM reasoning and local tool execution through zero-dependency policy enforcement middleware, loading schemas, policies, and contracts dynamically from the version-controlled agents/stack/ directory.prefer_speed, running Qwen2.5) to a local Ollama service (prefer_quality, running Phi-4) or a CPU-safe model variant when VRAM thresholds are breached.High-precision 32-bit floating point embeddings are persisted in Qdrant and FAISS. For rapid candidate filtering, GoodQ4All uses TurboQuant—an SQLite sidecar caching technology employing Lloyd-Max Polar Quantization and Johnson-Lindenstrauss residual projections.
[!NOTE] Hybrid Precision Caching Model: GoodQ4All uses an additive sidecar vector cache architecture. High-precision 32-bit floating point (
float32) embeddings remain the authoritative truth of the system, stored in Qdrant and FAISS. Performance-oriented query pre-filtering is handled via lightweight TurboQuant fields (Lloyd-Max Polar Quantization + Johnson–Lindenstrauss residual corrections) stored in SQLite. This ensures zero data loss, guarantees rollback capability, and cuts memory usage.
The pipeline dynamically adjusts its computational needs to match your system specs:
BASELINE (CPU-safe): Fully operational, offline-ready execution on standard CPU hardware. Bypasses GPU requirements gracefully.GPU_ENHANCED: Activates local NVIDIA GPU (CUDA 12.1) acceleration for rapid video segmentation, object detection, DINOv2 / CLIP visual embeddings, and CLAP audio embedding.GoodQ4All provides an isolated embedded Python runtime, native Qdrant vector database, FFmpeg/Poppler/Tesseract binaries, and pre-staged model packs in a single managed installer:
PUBLIC_CPU_BASELINE or PUBLIC_GPU_ENHANCED) from GitHub Releases. Ensure the payloads/ directory sits alongside GoodQ4All_Setup_2.5.8.exe.GoodQ4All_Setup_2.5.8.exe (or execute GoodQ4All_Setup_2.5.8.exe /S for a silent install). The installer extracts dependencies, verifies payload cryptographic signatures, and registers runtime paths.LAUNCH_GOODQ.exe.http://127.0.0.1:30000/ui/retro_console_v1/. Drag-and-drop video/audio files onto the Upload Pad to begin local offline ingestion.If you are developing, customizing the pipeline, or running from source:
GoodQ4All ships with two local operator console variants:
/ui/operator_console_v1/): Exposes the current scope strip, flight deck, proof/evidence status, recurrence reports, and video inventories./ui/retro_console_v1/): A premium cyber-CRT dashboard featuring a four-panel resizable/collapsible layout with floating restore tabs, an entity co-occurrence graph with dynamic zoom and flight transitions, an Inspector panel containing keyframe image/transcript views, and bidirectional timeline checklists.docs/guides/DEMO.mddocs/guides/FIRST_RUN.mddocs/bootstrap/INSTALL_BOOTSTRAP.mddocs/archive/guides/install/QUICKSTART.mddocs/guides/CLEAN_MEMORY_START.mddocs/archive/guides/general/PRIVACY.mddocs/architecture/SYSTEM_ARCHITECTURE.mddocs/architecture/MEMORY_STORAGE.mddocs/architecture/TURBOQUANT_HYBRID_CACHING.mddocs/agent/CURRENT_STATE.mddocs/GOODQ_RAG_CONTEXT_PACK.mdMIT. See LICENSE.
1,524 commits
1 commits
Python
85.6%
JavaScript
5.6%
HTML
3.0%
PowerShell
2.2%
CSS
1.9%
A local personal memory lab with programmable fractal search and evidence governance.
10
stars
1,525
commits
Python
primary language
Aug 26, 2026
updated
Offline Video Search, Scene Segmentation, Speech Transcription (Whisper), Object Detection, Visual Embeddings (DINOv2/CLIP), and SQLite + Qdrant Semantic Search on Windows 11
(Note: The optional Ask GoodQ voice agent is a hosted extension using ElevenLabs APIs. The core GoodQ4All memory system itself is 100% local and offline.)
GoodQ4All is a 100% private, offline alternative to cloud-based media intelligence services. It ingests video, audio, and text files into queryable, structured scene-level memories, persisting the knowledge graph and vector representations locally on your computer.
Following a strict "proof-backed" system doctrine, GoodQ4All documents every perception step, tracks evidence manifests, and logs a comprehensive audit trail so that every memory claim can be verified.
Get This Level of Local Control (Unified Operator UI):
Click the preview above to watch the high-fidelity onboarding video.
From Video Quality as Low as This: (Raw Media Inputs):
![]() Apollo 11 Moon Walk (nasa_descent.gif) |
![]() Saturn V Launch (nasa_launch.gif) |
Using This All-in-One Installer (Unified Windows Offline Installer):
🚀 Download GoodQ4All v3.0.0 Offline Release
[!IMPORTANT] System Requirement: Windows 11 (64-bit). GoodQ4All is a standalone, local-first system that runs 100% offline without external cloud dependencies.
- Available Profiles:
- CPU Baseline (
PUBLIC_CPU_BASELINE): Lightweight CPU execution requiring ~35 GB free disk space.- GPU Enhanced (
PUBLIC_GPU_ENHANCED): High-performance multimodal pipeline accelerated by NVIDIA CUDA 12.1 (requires 8GB+ VRAM and ~160 GB free disk space during installation).- Bundle Contents: Each release includes
GoodQ4All_Setup_2.5.8.exe,LAUNCH_GOODQ.exe, signed payload packs (payloads/*.zip), and the release manifest (GoodQ4All_Setup_2.5.8.release_manifest.json).- SmartScreen & Elevation: Windows SmartScreen may present an "Unknown Publisher" prompt for self-signed releases. Click More info → Run anyway. Administrator rights are required for the default install location (
Program Files\GoodQ4All).- Checksum Verification: Verify asset integrity prior to installation using PowerShell:
Get-FileHash GoodQ4All_Setup_2.5.8.exe -Algorithm SHA256
Machine memory should earn every claim it makes. GoodQ4All generates step-by-step logs (step_runs.jsonl), scene manifests, and intermediate features for every ingested file.
To run large-parameter local models safely on consumer hardware (e.g. RTX 4060 / 4070 Ti SUPER) without Out-of-Memory (OOM) crashes, GoodQ4All implements strict VRAM and execution controls:
lib/model_lifecycle.py) that audits free VRAM using PyTorch and nvidia-smi before loading models, dynamically evicting idle networks from GPU memory and providing automatic CPU fallback for memory-constrained visual embeddings.MiniAgentClient): Gated LLM reasoning and local tool execution through zero-dependency policy enforcement middleware, loading schemas, policies, and contracts dynamically from the version-controlled agents/stack/ directory.prefer_speed, running Qwen2.5) to a local Ollama service (prefer_quality, running Phi-4) or a CPU-safe model variant when VRAM thresholds are breached.High-precision 32-bit floating point embeddings are persisted in Qdrant and FAISS. For rapid candidate filtering, GoodQ4All uses TurboQuant—an SQLite sidecar caching technology employing Lloyd-Max Polar Quantization and Johnson-Lindenstrauss residual projections.
[!NOTE] Hybrid Precision Caching Model: GoodQ4All uses an additive sidecar vector cache architecture. High-precision 32-bit floating point (
float32) embeddings remain the authoritative truth of the system, stored in Qdrant and FAISS. Performance-oriented query pre-filtering is handled via lightweight TurboQuant fields (Lloyd-Max Polar Quantization + Johnson–Lindenstrauss residual corrections) stored in SQLite. This ensures zero data loss, guarantees rollback capability, and cuts memory usage.
The pipeline dynamically adjusts its computational needs to match your system specs:
BASELINE (CPU-safe): Fully operational, offline-ready execution on standard CPU hardware. Bypasses GPU requirements gracefully.GPU_ENHANCED: Activates local NVIDIA GPU (CUDA 12.1) acceleration for rapid video segmentation, object detection, DINOv2 / CLIP visual embeddings, and CLAP audio embedding.GoodQ4All provides an isolated embedded Python runtime, native Qdrant vector database, FFmpeg/Poppler/Tesseract binaries, and pre-staged model packs in a single managed installer:
PUBLIC_CPU_BASELINE or PUBLIC_GPU_ENHANCED) from GitHub Releases. Ensure the payloads/ directory sits alongside GoodQ4All_Setup_2.5.8.exe.GoodQ4All_Setup_2.5.8.exe (or execute GoodQ4All_Setup_2.5.8.exe /S for a silent install). The installer extracts dependencies, verifies payload cryptographic signatures, and registers runtime paths.LAUNCH_GOODQ.exe.http://127.0.0.1:30000/ui/retro_console_v1/. Drag-and-drop video/audio files onto the Upload Pad to begin local offline ingestion.If you are developing, customizing the pipeline, or running from source:
GoodQ4All ships with two local operator console variants:
/ui/operator_console_v1/): Exposes the current scope strip, flight deck, proof/evidence status, recurrence reports, and video inventories./ui/retro_console_v1/): A premium cyber-CRT dashboard featuring a four-panel resizable/collapsible layout with floating restore tabs, an entity co-occurrence graph with dynamic zoom and flight transitions, an Inspector panel containing keyframe image/transcript views, and bidirectional timeline checklists.docs/guides/DEMO.mddocs/guides/FIRST_RUN.mddocs/bootstrap/INSTALL_BOOTSTRAP.mddocs/archive/guides/install/QUICKSTART.mddocs/guides/CLEAN_MEMORY_START.mddocs/archive/guides/general/PRIVACY.mddocs/architecture/SYSTEM_ARCHITECTURE.mddocs/architecture/MEMORY_STORAGE.mddocs/architecture/TURBOQUANT_HYBRID_CACHING.mddocs/agent/CURRENT_STATE.mddocs/GOODQ_RAG_CONTEXT_PACK.mdMIT. See LICENSE.
1,524 commits
1 commits
Python
85.6%
JavaScript
5.6%
HTML
3.0%
PowerShell
2.2%
CSS
1.9%