๐ Crucix: Your Personal Intelligence Terminal
Crucix is an open-source personal intelligence agent that watches the world from 27 different sources and pings you when something changes. Zero cloud, zero telemetry, zero subscriptions.
๐ค What is Crucix?
Crucix aggregates and correlates data from 27 open-source feeds — satellite imagery, radiation levels, conflict events, economic indicators, flight tracking, maritime activity — and renders everything on a self-contained Jarvis-style dashboard, updated every 15 minutes. All on your own machine.
⚡ What You Get
- ๐ฏ Live Dashboard: Jarvis-style HUD with 3D WebGL globe, world map, animated markers for fires, air traffic, radiation sites and more
- ๐ Real-Time Market Data: indexes, crypto, energy, commodities via Yahoo Finance (no API key needed)
- ๐ง OSINT Intelligence: feed from 17 Telegram channels, RSS + GDELT news, conflict events, sanctions
- ๐ก️ Radiation Monitoring: real-time data from Safecast + EPA RadNet
- ๐ฐ️ Space Watch: CelesTrak satellite tracking, ISS, military constellations, Starlink/OneWeb counts
- ๐ก Fire Detection: satellite fire detection via NASA FIRMS with 3hr latency
- ๐น Risk Gauges: VIX, high-yield spread, supply chain pressure index
- ๐ค LLM Integration: connect Anthropic, OpenAI, Gemini, Grok and others for AI-generated trade ideas
- ๐ฑ Telegram Bot: two-way commands (/brief, /sweep, /status, /portfolio, /alerts, /mute, /unmute)
- ๐ Multi-Tier Alerts: FLASH / PRIORITY / ROUTINE on Telegram and Discord
- ๐ฎ Discord Bot: slash commands and rich embed alerts
- ๐ Delta Engine: change tracking between sweeps with semantic deduplication
- ๐ก Leverageable Ideas: data-driven or AI-generated trading ideas
๐ง Installation
Requires Node.js 22+. Here's the quick start:
git clone https://github.com/calesthio/Crucix.git
cd Crucix
npm install
cp .env.example .env
npm run dev
The dashboard opens automatically at http://localhost:3117 and begins its first intelligence sweep immediately.
๐ฆ Docker
docker compose up -d
๐ Why It Exists
Most of the world's real-time intelligence is publicly available. It's just scattered across dozens of government APIs, research institutions, and open data feeds that nobody has time to check individually. Crucix brings it all into one place. Not behind a paywall, not locked in an enterprise platform, not requiring a security clearance.
๐ Try It Now
๐ Try the live demo at crucix.live
๐ Source code: github.com/calesthio/Crucix
⭐ If you find it useful, leave a star on GitHub to help others discover it!
License: AGPL-3.0