diff --git a/.env.example b/.env.example
index a862e47..b929efc 100644
--- a/.env.example
+++ b/.env.example
@@ -1,4 +1,4 @@
-# Intelligence Terminal / Crucix configuration
+# Intelligence Terminal configuration
# Copy to .env. Keep comments on separate lines; Docker env_file treats inline comments as values.
# Server
diff --git a/README.md b/README.md
index 74e69f3..4253e3d 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,11 @@
-# Crucix
+# Intelligence Terminal
-**Your own intelligence terminal. 27 sources. One command. Zero cloud.**
+**Self-hosted intelligence dashboard. 27 open sources. Docker-first. No telemetry.**
-## [Visit The Live Site: crucix.live](https://www.crucix.live/)
-
-[](https://www.crucix.live/)
-[](https://www.crucix.live/)
+[](https://git.wilkensxl.de/MrSphay/intelligence-terminal)
+[](https://git.wilkensxl.de/MrSphay/-/packages/container/intelligence-terminal/latest)
[](#quick-start)
[](LICENSE)
@@ -15,12 +13,7 @@
[](#data-sources-27)
[](#docker)
-**Enter The Signal Network**
-
-[](https://x.com/crucixmonitor)
-[](https://discord.gg/ChVy7SF4)
-
-
+
More screenshots
@@ -37,22 +30,22 @@
-> **Live website:** [https://www.crucix.live/](https://www.crucix.live/)
-> Explore the public demo first, then clone the repo to run Crucix locally.
+> **Source:** [git.wilkensxl.de/MrSphay/intelligence-terminal](https://git.wilkensxl.de/MrSphay/intelligence-terminal)
+> Pull the image or clone the repository to run Intelligence Terminal on your own infrastructure.
-Crucix pulls satellite fire detection, flight tracking, radiation monitoring, satellite constellation tracking, economic indicators, live market prices, conflict data, sanctions lists, and social sentiment from 27 open-source intelligence feeds — in parallel, every 15 minutes — and renders everything on a single self-contained Jarvis-style dashboard.
+Intelligence Terminal pulls satellite fire detection, flight tracking, radiation monitoring, satellite constellation tracking, economic indicators, live market prices, conflict data, sanctions lists, and social sentiment from 27 open-source intelligence feeds in parallel, every 15 minutes, and renders everything on a single self-contained dashboard.
-Hook it up to an LLM and it becomes a **two-way intelligence assistant** — pushing multi-tier alerts to Telegram and Discord when something meaningful changes, responding to commands like `/brief` and `/sweep` from your phone, and generating actionable trade ideas grounded in real cross-domain data. Your own analyst that watches the world while you sleep.
+Hook it up to an LLM and it becomes a **two-way intelligence assistant**: pushing multi-tier alerts to Telegram and Discord when something meaningful changes, responding to commands like `/brief` and `/sweep` from your phone, and generating trade ideas grounded in real cross-domain data.
-Try the live demo first at [https://www.crucix.live/](https://www.crucix.live/), then clone the repo when you want the full local stack.
+Run it locally with Node.js or pull the published Docker image for a home-server deployment.
No cloud. No telemetry. No subscriptions. Just `node server.mjs` and you're running.
## Token / Asset Warning
> [!WARNING]
-> **Crucix has not launched any official token, coin, NFT, airdrop, presale, or other blockchain-based asset.**
-> Any token or digital asset using the Crucix name, logo, or branding is not affiliated with or endorsed by Crucix.
+> **Intelligence Terminal has not launched any official token, coin, NFT, airdrop, presale, or other blockchain-based asset.**
+> Any token or digital asset using the Intelligence Terminal or Crucix name, logo, or branding is not affiliated with or endorsed by this project.
> Do not buy it, promote it, connect a wallet to claim it, sign transactions, or send funds based on third-party posts, DMs, or websites.
---
@@ -61,7 +54,7 @@ No cloud. No telemetry. No subscriptions. Just `node server.mjs` and you're runn
Most of the world's real-time intelligence — satellite imagery, radiation levels, conflict events, economic indicators, flight tracking, maritime activity — 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. Just open data, aggregated and cross-correlated on your own machine, updated every 15 minutes.
+Intelligence Terminal brings it all into one place. Not behind a paywall, not locked in an enterprise platform, not requiring a security clearance. Just open data, aggregated and cross-correlated on your own machine, updated every 15 minutes.
It was built for anyone who wants to understand what's actually happening in the world right now — researchers, journalists, traders, OSINT analysts, or just curious people who believe access to information shouldn't depend on your budget.
@@ -71,8 +64,8 @@ It was built for anyone who wants to understand what's actually happening in the
```bash
# 1. Clone the repo
-git clone https://github.com/calesthio/Crucix.git
-cd Crucix
+git clone https://git.wilkensxl.de/MrSphay/intelligence-terminal.git
+cd intelligence-terminal
# 2. Install dependencies (just Express)
npm install
@@ -248,7 +241,7 @@ The server runs a sweep cycle every 15 minutes (configurable). Each cycle:
6. Pushes update to all connected browsers via SSE
### Telegram Bot (Two-Way)
-Crucix doubles as an interactive Telegram bot. Beyond sending alerts, it responds to commands directly from your chat:
+Intelligence Terminal doubles as an interactive Telegram bot. Beyond sending alerts, it responds to commands directly from your chat:
| Command | What It Does |
|---------|-------------|
@@ -265,7 +258,7 @@ This requires `TELEGRAM_BOT_TOKEN` and `TELEGRAM_CHAT_ID` in `.env`. The bot pol
### Discord Bot (Two-Way)
-Crucix also supports Discord as a full-featured bot with slash commands and rich embed alerts. It mirrors the Telegram bot's capabilities with Discord-native formatting.
+Intelligence Terminal also supports Discord as a full-featured bot with slash commands and rich embed alerts. It mirrors the Telegram bot's capabilities with Discord-native formatting.
| Command | What It Does |
|---------|-------------|
@@ -280,7 +273,7 @@ Alerts are delivered as rich embeds with color-coded sidebars: red for FLASH, ye
**Webhook fallback:** If you don't want to run a full bot, set `DISCORD_WEBHOOK_URL` instead. This enables one-way alerts (no slash commands) with zero dependencies — no `discord.js` needed.
-**Optional dependency:** The full bot requires `discord.js`. Install it with `npm install discord.js`. If it's not installed, Crucix automatically falls back to webhook-only mode.
+**Optional dependency:** The full bot requires `discord.js`. Install it with `npm install discord.js`. If it's not installed, Intelligence Terminal automatically falls back to webhook-only mode.
### Optional LLM Layer
Connect cloud or local OpenAI-compatible LLM providers for enhanced analysis:
@@ -378,14 +371,14 @@ Alerts work with or without an LLM on both Telegram and Discord. With an LLM con
### Without Any Keys
-Crucix still works with zero API keys. 18+ sources require no authentication at all. Sources that need keys return structured errors and the rest of the sweep continues normally.
+Intelligence Terminal still works with zero API keys. 18+ sources require no authentication at all. Sources that need keys return structured errors and the rest of the sweep continues normally.
---
## Architecture
```
-crucix/
+intelligence-terminal/
├── server.mjs # Express dev server (SSE, auto-refresh, LLM, bot commands)
├── crucix.config.mjs # Configuration with env var overrides + delta thresholds
├── diag.mjs # Diagnostic script — run if server fails to start
@@ -574,7 +567,7 @@ This tests every import one by one, checks your Node.js version, and verifies po
**3. Check if port 3117 is already in use:**
-A previous Crucix instance may still be running in the background.
+A previous Intelligence Terminal instance may still be running in the background.
```powershell
# Windows PowerShell
@@ -596,7 +589,7 @@ Then try starting again. You can also change the port by setting `PORT=3118` in
```bash
node --version
```
-Crucix requires Node.js 22 or later. If you have an older version, download the latest LTS from [nodejs.org](https://nodejs.org/).
+Intelligence Terminal requires Node.js 22 or later. If you have an older version, download the latest LTS from [nodejs.org](https://nodejs.org/).
### Dashboard shows empty panels after first start
@@ -606,11 +599,11 @@ This is normal — the first sweep takes 30–60 seconds to query all 27 sources
Expected behavior. Sources that require API keys will return structured errors if the key isn't set. The rest of the sweep continues normally. Check the Source Integrity section in the dashboard (or the server logs) to see which sources failed and why. The 3 most impactful free keys to add are `FRED_API_KEY`, `FIRMS_MAP_KEY`, and `EIA_API_KEY`.
-OpenSky can also return `HTTP 429` when its public hotspots are queried too aggressively. Crucix does not try to evade that limit. Instead, it surfaces the throttle/error in source health and preserves the most recent non-empty air traffic snapshot from `runs/` so the dashboard flight layer does not suddenly go blank on a throttled sweep.
+OpenSky can also return `HTTP 429` when its public hotspots are queried too aggressively. Intelligence Terminal does not try to evade that limit. Instead, it surfaces the throttle/error in source health and preserves the most recent non-empty air traffic snapshot from `runs/` so the dashboard flight layer does not suddenly go blank on a throttled sweep.
### Telegram bot not responding to commands
-Make sure both `TELEGRAM_BOT_TOKEN` and `TELEGRAM_CHAT_ID` are set in `.env`. The bot only responds to messages from the configured chat ID (security measure). You should see `[Crucix] Telegram alerts enabled` and `[Crucix] Bot command polling started` in the server logs on startup. If not, double-check your token with `curl https://api.telegram.org/bot/getMe`.
+Make sure both `TELEGRAM_BOT_TOKEN` and `TELEGRAM_CHAT_ID` are set in `.env`. The bot only responds to messages from the configured chat ID (security measure). You should see Telegram alert and bot polling startup lines in the server logs. If not, double-check your token with `curl https://api.telegram.org/bot/getMe`.
### Discord bot not responding to slash commands
@@ -641,29 +634,21 @@ To update them: run the dashboard, wait for a sweep to complete, then use your b
## Contributing
-Found a bug? Want to add a 28th source? PRs welcome. Each source is a standalone module in `apis/sources/` — just export a `briefing()` function that returns structured data and add it to the orchestrator in `apis/briefing.mjs`.
+Found a bug? Want to add a 28th source? PRs welcome. Each source is a standalone module in `apis/sources/` - just export a `briefing()` function that returns structured data and add it to the orchestrator in `apis/briefing.mjs`.
-If you find this useful, a star helps others find it too.
+If you find this useful, a star on the Gitea repository helps other operators find it too.
For contribution guidelines, review expectations, and source-add rules, see `CONTRIBUTING.md`. For security reports, see `SECURITY.md`.
## Contact
-For partnerships, integrations, or other non-issue inquiries, you can reach me at `celesthioailabs@gmail.com`.
+For bugs, feature requests, and integration ideas, use the Gitea issue tracker so discussion stays visible and actionable:
-For bugs and feature requests, please use GitHub Issues so discussion stays visible and actionable.
+https://git.wilkensxl.de/MrSphay/intelligence-terminal/issues
----
+## Upstream And License
-## Star History
-
-
-
-
-
-
-
-
+Intelligence Terminal is an AGPL-3.0-only Crucix fork focused on Docker-first home-server operation, source health transparency, Gitea Registry delivery, and operator-owned deployments. Upstream project credit remains with the original Crucix project.
---
diff --git a/docs/sources/opensky.md b/docs/sources/opensky.md
index 19ee63f..bd3334e 100644
--- a/docs/sources/opensky.md
+++ b/docs/sources/opensky.md
@@ -6,4 +6,4 @@ Provides public aircraft state data for regional air-activity hotspots.
- Failure modes: timeouts, `HTTP 429`, and empty regions.
- Behavior: source health is marked degraded on API errors. The dashboard may use the most recent non-empty air snapshot from `runs/` and marks it in `airMeta.fallback`.
- Test: start a sweep and inspect `/api/health` plus `airMeta` from `/api/data`.
-- Operator note: Crucix does not bypass OpenSky throttles. Increase `REFRESH_INTERVAL_MINUTES` if the source degrades repeatedly.
+- Operator note: Intelligence Terminal does not bypass OpenSky throttles. Increase `REFRESH_INTERVAL_MINUTES` if the source degrades repeatedly.
diff --git a/package-lock.json b/package-lock.json
index b803cdd..7016c81 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
- "name": "crucix",
+ "name": "intelligence-terminal",
"version": "2.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
- "name": "crucix",
+ "name": "intelligence-terminal",
"version": "2.0.0",
"license": "AGPL-3.0-only",
"dependencies": {
diff --git a/package.json b/package.json
index 4f3e7cc..94ce974 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
- "name": "crucix",
+ "name": "intelligence-terminal",
"version": "2.0.0",
- "description": "Local intelligence engine - 27 OSINT sources, live dashboard, public demo at crucix.live, auto-refresh, optional LLM layer.",
+ "description": "Docker-first local intelligence terminal with 27 OSINT sources, live dashboard, source health, auto-refresh, and optional LLM layer.",
"type": "module",
"scripts": {
"start": "node server.mjs",
@@ -23,7 +23,7 @@
"dashboard",
"geopolitical"
],
- "author": "Crucix",
+ "author": "Intelligence Terminal contributors",
"license": "AGPL-3.0-only",
"engines": {
"node": ">=22",