calesthio/Crucix — GitHub Repository Preview
Security & Pentesting ★ 1.0k JavaScript

calesthio/Crucix

by @calesthio ·

1.0k Stars
140 Forks
1 Issues
JavaScript Language

Crucix is an open-source intelligence terminal that aggregates 27 global data feeds into a unified 3D WebGL dashboard. Monitors satellite imagery, flight tracking, radiation levels, conflict events, economic indicators, and social sentiment — updating every 15 minutes with zero cloud dependency. Features sweep delta panels with severity scoring, multi-tier alerts via Telegram and Discord, optional LLM layer for AI-generated analysis (Claude, GPT, Gemini), and live market data from Yahoo Finance. Standalone Node.js application with minimal dependencies.

calesthio
@calesthio Project maintainer on GitHub
View Profile
View on GitHub
git clone https://github.com/calesthio/Crucix.git

Quick Start Example

bash
# Clone and run
git clone https://github.com/calesthio/Crucix.git
cd crucix
cp .env.example .env
npm install
npm run dev

# Dashboard at http://localhost:3117
# Test a source independently
node apis/sources/gdelt.mjs

Tags

#osint#intelligence#dashboard#webgl#nodejs#monitoring

Related Projects