giovedรฌ 21 maggio 2026

๐Ÿš€ CLI-Anything: Making All Software Agent-Native

๐Ÿš€ CLI-Anything: Making All Software Agent-Native

lang:en


๐Ÿค– Today's Software Serves Humans. Tomorrow's Users Will Be AI Agents

CLI-Anything is an open-source platform that transforms any software into an AI-agent-ready tool. With a single command, it generates complete CLI interfaces for existing applications, bridging the gap between artificial intelligence and the world of software.

The project was born from a simple yet powerful idea: the command line is the universal interface — for humans and for agents alike.


๐Ÿš€ Key Features

  • ๐Ÿš€ Automated CLI harness generation for existing software — just point to the project directory and the system builds a complete interface in 7 phases
  • ๐Ÿค– CLI-Hub — a central registry to discover, install and manage hundreds of community-built CLIs with a single command
  • ๐Ÿ’ป Multi-platform support — GIMP, Blender, LibreOffice, Zotero, Calibre, QGIS, Inkscape, MuseScore, Godot and many more
  • Compatibility with all major AI agents — Claude Code, Pi, OpenClaw, Codex, GitHub Copilot CLI and others
  • ๐ŸŽฏ 7-phase approach — analysis, design, implementation, SKILL.md generation, testing, validation and publishing
  • ๐Ÿง  Structured JSON output — perfect for ML models and automation without complex parsing
  • ๐Ÿ”ง Over 2,269 tests passing — unit + end-to-end coverage for production reliability
  • ๐Ÿ“ฆ Automatic SKILL.md — every generated CLI ships with an AI-discoverable skill definition

๐Ÿ’ป How It Works

  • ๐Ÿš€ A CLI harness is generated for the chosen software through a 7-phase pipeline covering code analysis, interface design, command implementation, testing and documentation
  • ๐Ÿ’ก Each CLI offers a rich command interface with interactive REPL and built-in help
  • ๐Ÿ”— CLI-Hub enables automatic discovery and installation of new harnesses from the community
  • ๐Ÿ“ฆ Every CLI includes SKILL.md with embedded documentation, command examples and expected output

๐Ÿ Quick Start

  • ๐Ÿš€ pip install cli-anything — install CLI-Anything
  • ๐Ÿ’ป /cli-anything ./gimp — generate a complete CLI harness for GIMP in a single command
  • ๐Ÿ”— pip install cli-anything-hub — enable CLI-Hub to discover and install CLIs from the community
  • ๐Ÿ“ฆ cli-hub install <name> — install any CLI available in the registry

๐Ÿ“Š Why CLI?

  • ๐ŸŽฏ Structured & composable — text commands match LLM format and chain together for complex workflows
  • Lightweight & universal — minimal overhead, works across all systems without heavy dependencies
  • ๐Ÿง  Self-documenting--help flags provide automatic documentation that agents can discover
  • ๐Ÿ† Deterministic results — predictable behavior for total reliability

๐Ÿ† Results & Community

  • ๐Ÿ† 2,269 tests passing with unit + end-to-end coverage
  • 18+ supported applications with real demos — CAD, 3D scenes, diagrams, gameplay, subtitles and more
  • ๐ŸŒ Active community — open contributions, wishlist for new CLIs and a constantly updated public registry

๐Ÿ‘‰ Discover the project on GitHub: https://github.com/HKUDS/CLI-Anything

⭐ If you find it useful, give the project a star!

๐Ÿš€ CLI-Anything: Rendere Ogni Software Agent-Native

๐Ÿš€ CLI-Anything: Ogni Software, Pronto per gli Agenti AI

lang:it


๐Ÿค– Il software di oggi serve gli umani. Domani gli utenti saranno Agenti AI

CLI-Anything รจ una piattaforma open-source che trasforma qualsiasi software in uno strumento pronto per gli agenti AI. Con un singolo comando, genera interfacce CLI complete per applicazioni esistenti, colmando il divario tra intelligenza artificiale e il mondo del software.

Il progetto รจ nato da un'idea semplice ma potente: la riga di comando รจ l'interfaccia universale — per umani e per agenti.


๐Ÿš€ Funzionalitร  Principali

  • ๐Ÿš€ Generazione automatizzata di harness CLI per software esistenti — basta puntare alla directory del progetto e il sistema costruisce un'interfaccia completa in 7 fasi
  • ๐Ÿค– CLI-Hub — un registro centrale per scoprire, installare e gestire centinaia di CLI costruiti dalla comunitร  con un singolo comando
  • ๐Ÿ’ป Supporto multi-piattaforma — GIMP, Blender, LibreOffice, Zotero, Calibre, QGIS, Inkscape, MuseScore, Godot e molti altri ancora
  • Compatibilitร  con tutti i principali agenti AI — Claude Code, Pi, OpenClaw, Codex, GitHub Copilot CLI e altri
  • ๐ŸŽฏ Approccio in 7 fasi — analisi, progettazione, implementazione, generazione SKILL.md, test, validazione e pubblicazione
  • ๐Ÿง  Output strutturato in JSON — perfetto per modelli ML e automazione senza parsing complesso
  • ๐Ÿ”ง Oltre 2.269 test superati — copertura unit + end-to-end per affidabilitร  in produzione
  • ๐Ÿ“ฆ SKILL.md automatico — ogni CLI generato include una definizione di skill discoverabile per gli agenti AI

๐Ÿ’ป Come Funziona

  • ๐Ÿš€ Un harness CLI viene generato per il software scelto tramite una pipeline in 7 fasi che copre analisi del codice, progettazione dell'interfaccia, implementazione dei comandi, test e documentazione
  • ๐Ÿ’ก Ogni CLI offre un'interfaccia a comandi ricca con REPL interattivo e help integrato
  • ๐Ÿ”— CLI-Hub abilita la scoperta e l'installazione automatica di nuovi harness dalla comunitร 
  • ๐Ÿ“ฆ Ogni CLI include SKILL.md con documentazione incorporata, esempi di comandi e output atteso

๐Ÿ Quick Start

  • ๐Ÿš€ pip install cli-anything — installa CLI-Anything
  • ๐Ÿ’ป /cli-anything ./gimp — genera un harness CLI completo per GIMP in un solo comando
  • ๐Ÿ”— pip install cli-anything-hub — abilita CLI-Hub per scoprire e installare CLI dalla comunitร 
  • ๐Ÿ“ฆ cli-hub install <nome> — installa qualsiasi CLI disponibile nel registro

๐Ÿ“Š Perchรฉ la CLI?

  • ๐ŸŽฏ Strutturata e componibile — i comandi testuali si adattano al formato LLM e si concatenano per workflow complessi
  • Leggera e universale — overhead minimo, funziona su tutti i sistemi senza dipendenze pesanti
  • ๐Ÿง  Auto-documentante — i flag --help forniscono documentazione automatica discoverabile dagli agenti
  • ๐Ÿ† Risultati deterministici — comportamento prevedibile per un'affidabilitร  totale

๐Ÿ† Risultati & Community

  • ๐Ÿ† 2.269 test superati con copertura unit + end-to-end
  • 18+ applicazioni supportate con demo reali — CAD, scene 3D, diagrammi, gameplay, sottotitoli e altro
  • ๐ŸŒ Community attiva — contributo aperto, wishlist per nuovi CLI e registro pubblico costantemente aggiornato

๐Ÿ‘‰ Scopri il progetto su GitHub: https://github.com/HKUDS/CLI-Anything

⭐ Se ti sembra utile, dai una stella al progetto!

mercoledรฌ 20 maggio 2026

๐Ÿ“ฑ TweakNow QR Code Maker: Genera QR Code per Link, Wi-Fi, WhatsApp e Altro

๐Ÿš€ TweakNow QR Code Maker: Crea QR Code in un Attimo

๐Ÿ“ฆ Versione 4.3.0 — Freeware · Disponibile su Microsoft Store


๐ŸŽฏ Cos'รจ TweakNow QR Code Maker?

รˆ un'applicazione per Windows che genera QR Code in pochi secondi, con esportazione immediata come file immagine o copia negli appunti. Leggero, veloce e versatile.

๐Ÿง  Funzionalitร  Principali

๐Ÿ”— Genera QR code per link, testo, email, WhatsApp, SMS, chiamate

๐Ÿ“‡ Crea QR code per biglietti da visita e reti Wi-Fi

๐ŸŽจ Aggiungi un logo personalizzato per un tocco professionale

๐Ÿ“Š Esporta in PNG, SVG, WebP oppure copia direttamente negli appunti

⭐ Nuovo in 4.3.0: supporto per testo multilinea nei QR code

๐Ÿ”„ Nuovo in 4.1.0: controllo aggiornamenti integrato con un click

๐Ÿ† Nuovo in 4.0.0: QR code personalizzati per piattaforme social


๐Ÿ“ฆ Installazione

๐Ÿ‘‰ Scarica l'installer: QRCodeMaker430.exe

๐Ÿ‘‰ Oppure trova l'app nel Microsoft Store

⚠️ Se aggiorni da una versione precedente alla 4.2.0, disinstalla prima la vecchia versione.


๐Ÿ‘‰ Scarica Ora

๐Ÿ”— Visita il sito ufficiale: www.tweaknow.com/FastQRCodeMaker.php

๐Ÿ’พ Freeware — Versione a pagamento disponibile a $8.99 con sconti periodici

๐Ÿš€ Dograh: The Ultimate Platform for Your Project Management ๐Ÿ

⭐ Introducing Dograh, a revolutionary platform designed to streamline your project management and optimize your team\'s workflow! ⭐

๐Ÿค– What is Dograh?

Dograh is a comprehensive software solution offering a centralized environment for planning, executing, and monitoring every aspect of your projects. From defining objectives to final delivery, Dograh supports you at every stage.

⚡ Key Features:

  • ๐Ÿš€ Intelligent Planning: Define milestones, assign tasks, and set deadlines with ease.
  • ๐Ÿ’ป Real-Time Collaboration: Enable your team to work together efficiently, sharing files and instant updates.
  • ๐Ÿ“Š Advanced Monitoring: Track progress with customizable dashboards and detailed reports.
  • ๐Ÿ”ง Optimized Resource Management: Allocate and manage resources effectively to maximize productivity.
  • ๐Ÿ“ฆ Flexible Integrations: Connect with your favorite tools for a seamless workflow.
  • ๐Ÿ Multi-Language Support: Designed for global teams with support for various languages.

๐ŸŽฏ Your Project, Our Goal

Whether you\'re managing a small project or a complex corporate initiative, Dograh provides the necessary tools to achieve success. Our mission is to deliver a powerful yet intuitive platform that adapts to your specific needs.

๐Ÿ‘‰ Learn more and get started today!

https://app.dograh.com/overview

๐Ÿš€ Dograh: La Piattaforma Definitiva per la Gestione dei Tuoi Progetti ๐Ÿ

⭐ Ti presentiamo Dograh, una piattaforma rivoluzionaria progettata per semplificare la gestione dei tuoi progetti e ottimizzare il flusso di lavoro del tuo team! ⭐

๐Ÿค– Cos\'รจ Dograh?

Dograh รจ una soluzione software completa che offre un ambiente centralizzato per la pianificazione, l\'esecuzione e il monitoraggio di ogni aspetto dei tuoi progetti. Dalla definizione degli obiettivi alla consegna finale, Dograh ti supporta in ogni fase.

⚡ Funzionalitร  Principali:

  • ๐Ÿš€ Pianificazione Intelligente: Definisci milestone, assegna compiti e stabilisci scadenze con facilitร .
  • ๐Ÿ’ป Collaborazione in Tempo Reale: Permetti al tuo team di lavorare insieme in modo efficiente, condividendo file e aggiornamenti istantanei.
  • ๐Ÿ“Š Monitoraggio Avanzato: Tieni traccia dei progressi con dashboard personalizzabili e report dettagliati.
  • ๐Ÿ”ง Gestione Risorse Ottimizzata: Alloca e gestisci le risorse in modo efficace per massimizzare la produttivitร .
  • ๐Ÿ“ฆ Integrazioni Flessibili: Connettiti con i tuoi strumenti preferiti per un flusso di lavoro senza interruzioni.
  • ๐Ÿ Supporto Multi-linguaggio: Progettato per team globali con supporto per diverse lingue.

๐ŸŽฏ Il Tuo Progetto, il Nostro Obiettivo

Che tu stia gestendo un piccolo progetto o una complessa iniziativa aziendale, Dograh fornisce gli strumenti necessari per raggiungere il successo. La nostra missione รจ fornire una piattaforma potente ma intuitiva, che si adatti alle tue esigenze specifiche.

๐Ÿ‘‰ Scopri di piรน e inizia oggi stesso!

https://app.dograh.com/overview

lunedรฌ 18 maggio 2026

Terax: Il Terminale AI Leggero e Potente!

๐Ÿš€ Terax: Il Terminale AI Leggero e Potente!

Scopri Terax, l'emulatore di terminale AI (ADE) open-source, leggero (sotto i 10MB!) e multipiattaforma, costruito con Rust, Tauri e React. Progettato per offrire un'esperienza utente fluida e potente, Terax integra un editor di codice, un file explorer e un pannello AI avanzato.

๐Ÿค– Funzionalitร  Principali:

  • ๐Ÿ’ป Terminale Avanzato: Basato su xterm.js con rendering WebGL, supporto multi-tab e streaming in background. Gestisce nativamente shell come zsh, bash, pwsh e offre integrazione con prompt e ricerca inline.
  • Editor di Codice Integrato: CodeMirror 6 con supporto per TS/JS, Rust, Python, HTML/CSS, JSON, Markdown. Include autocompletamento AI, diff di modifiche AI e modalitร  Vim.
  • ๐ŸŽฏ Esplorazione File Intuitiva: File explorer con icone personalizzate, ricerca fuzzy, navigazione da tastiera e azioni contestuali.
  • ๐Ÿง  AI Potenziata (BYOK): Supporta provider come OpenAI, Anthropic, Google, Groq e modelli locali tramite LM Studio. Include input vocale, diff di modifiche AI e agenti multipli.
  • ๐Ÿ”ง Anteprima Web: Rileva automaticamente i server di sviluppo locali e li apre in una scheda di anteprima.
  • ๐Ÿ“ฆ Leggero e Sicuro: Meno di 7 MB su disco, senza telemetria e con API key memorizzate in modo sicuro nel keychain del sistema operativo.

๐Ÿ Come Iniziare:

Scarica l'eseguibile o installa tramite gestori di pacchetti come AUR su Linux. Per gli utenti Windows, potrebbe apparire un avviso SmartScreen al primo avvio; clicca su "Ulteriori informazioni" e poi su "Esegui comunque".

Configura le tue chiavi API AI tramite le Impostazioni → AI.

๐Ÿ† Contribuisci al Progetto:

Terax รจ un progetto open-source sotto licenza Apache-2.0. Issue e Pull Request sono benvenuti!

๐Ÿ”— Scopri di piรน e scarica Terax:

๐Ÿ‘‰ https://github.com/crynta/terax-ai

Terax: The Lightweight & Powerful AI Terminal!

๐Ÿš€ Terax: The Lightweight & Powerful AI Terminal!

Discover Terax, the open-source, lightweight (under 10MB!) cross-platform AI terminal emulator (ADE), built with Rust, Tauri, and React. Designed for a fluid and powerful user experience, Terax integrates a code editor, file explorer, and an advanced AI panel.

๐Ÿค– Key Features:

  • ๐Ÿ’ป Advanced Terminal: Based on xterm.js with WebGL rendering, multi-tab support, and background streaming. Natively handles shells like zsh, bash, pwsh, and offers prompt integration and inline search.
  • Integrated Code Editor: CodeMirror 6 with support for TS/JS, Rust, Python, HTML/CSS, JSON, Markdown. Includes AI autocompletion, AI edit diffs, and Vim mode.
  • ๐ŸŽฏ Intuitive File Explorer: File explorer with custom icons, fuzzy search, keyboard navigation, and contextual actions.
  • ๐Ÿง  AI Powered (BYOK): Supports providers like OpenAI, Anthropic, Google, Groq, and local models via LM Studio. Features voice input, AI edit diffs, and multi-agent capabilities.
  • ๐Ÿ”ง Web Preview: Automatically detects local development servers and opens them in a preview tab.
  • ๐Ÿ“ฆ Lightweight & Secure: Under 7 MB on disk, no telemetry, and API keys securely stored in the OS keychain.

๐Ÿ Getting Started:

Download the executable or install via package managers like AUR on Linux. For Windows users, you might see a SmartScreen warning on first launch; click "More info" and then "Run anyway".

Configure your AI API keys in Settings → AI.

๐Ÿ† Contribute:

Terax is an open-source project under the Apache-2.0 License. Issues and Pull Requests are welcome!

๐Ÿ”— Learn more and download Terax:

๐Ÿ‘‰ https://github.com/crynta/terax-ai

sabato 16 maggio 2026

Maigret: Uncover Who Hides Behind a Username

๐Ÿ”๐Ÿ•ต️‍♂️

Maigret: Uncover Who Hides Behind a Username

Maigret is a powerful open-source OSINT tool that builds a complete dossier on a person using only their username. It checks for account presence across thousands of websites and gathers all available information from profile pages and site APIs. No API keys required.

๐Ÿš€ Key Features

๐Ÿค– 3,000+ sites supported — A default run checks the 500 highest-traffic sites. Pass -a to scan everything, or --tags to filter by category/country.

๐Ÿง  Intelligent information extraction — Automatically extracts all available data about the account owner, including links to other accounts, from web pages and site APIs.

๐Ÿ”— Recursive search — Uses discovered usernames and IDs to automatically expand the search, finding related accounts.

๐Ÿท️ Advanced filtering — Filter results by tags (site categories, countries) to get targeted and relevant reports.

๐Ÿ›ก️ Block bypass — Detects and partially bypasses blocks, censorship, and CAPTCHA to maximize results.

๐Ÿ“ฆ Auto-updating database — Downloads an updated site database every run (once per 24 hours), with offline fallback if there's no connection.

๐ŸŒ Tor / I2P / Proxy — Supports routing through Tor, I2P, and HTTP/SOCKS proxies to access .onion / .i2p sites and bypass WAFs.

☁️ Cloudflare bypass — Experimental mode to bypass Cloudflare protections via FlareSolverr.

๐Ÿค– AI mode — With --ai and an OpenAI key, Maigret automatically generates a neutral investigation summary: possible real name, location, profession, interests, languages, confidence, and leads for further research.

๐Ÿ“ฆ Installation

๐Ÿ Quick install via pip:

pip3 install maigret
maigret username

๐Ÿ“ฆ Docker:

docker pull soxoj/maigret
docker run -v /mydir:/app/reports soxoj/maigret:latest username --html

๐ŸชŸ Windows: Download a standalone EXE from the Releases page on GitHub.

๐Ÿ“Š Reports and Output

Maigret generates reports in HTML, PDF, XMind, JSON, CSV, and TXT. It also includes an interactive web interface to visualize results as a graph.

๐Ÿ”ง Useful commands:

maigret user --html — Generate HTML report
maigret user --pdf — Generate PDF report
maigret user --graph — Generate interactive D3 graph
maigret user --json ndjson — Machine-readable JSON export
maigret user --tags photo,dating — Search only photo and dating sites
maigret --parse URL — Parse a profile page to extract IDs and usernames
maigret --permute — Generate probable username variants

๐ŸŽฏ Who Is It For

๐Ÿ† OSINT professionals, cybersecurity researchers, journalists, and digital investigators. Maigret can also be embedded as a Python library in custom projects for automated analysis pipelines.

Disclaimer: For educational and lawful purposes only. Comply with local laws (GDPR, CCPA, etc.).

๐Ÿ‘‰ Discover Maigret and take a look:

https://github.com/soxoj/maigret

Maigret: Scopri Chi Si Nasconde Dietro un Username

๐Ÿ”๐Ÿ•ต️‍♂️

Maigret: Scopri Chi Si Nasconde Dietro un Username

Maigret รจ un potente strumento OSINT open-source che raccoglie un dossier completo su una persona partendo solo dal suo username. Controlla la presenza di account su migliaia di siti web e raccoglie tutte le informazioni disponibili dalle pagine dei profili e dalle API dei siti. Senza bisogno di API keys.

๐Ÿš€ Funzionalitร  principali

๐Ÿค– Supporto per 3.000+ siti — Una ricerca predefinita controlla i 500 siti piรน popolari per traffico. Usa -a per scansionare tutto, o --tags per filtrare per categoria/paese.

๐Ÿง  Estrazione intelligente delle informazioni — Estrae automaticamente tutti i dati disponibili sul proprietario del profilo, inclusi link ad altri account, da pagine web e API dei siti.

๐Ÿ”— Ricerca ricorsiva — Usa i username e gli ID scoperti durante la scansione per espandere automaticamente la ricerca, trovando account correlati.

๐Ÿท️ Filtraggio avanzato — Filtra i risultati per tag (categorie di siti, paesi) per ottenere report mirati e pertinenti.

๐Ÿ›ก️ Bypass dei blocchi — Rileva e aggira parzialmente blocchi, censura e CAPTCHA per massimizzare i risultati.

๐Ÿ“ฆ Database auto-aggiornante — Scarica un database aggiornato dei siti ogni volta che viene eseguito (una volta al giorno), con fallback offline se non c'รจ connessione.

๐ŸŒ Tor / I2P / Proxy — Supporta il routing attraverso Tor, I2P e proxy HTTP/SOCKS per accedere a siti .onion / .i2p e bypassare WAF.

☁️ Bypass Cloudflare — Modalitร  sperimentale per aggirare le protezioni Cloudflare tramite FlareSolverr.

๐Ÿค– Modalitร  AI — Con --ai e una chiave OpenAI, Maigret genera automaticamente un riassunto neutro dell'indagine: possibile nome reale, posizione, professione, interessi, lingue, confidenza e lead per approfondimenti.

๐Ÿ“ฆ Installazione

๐Ÿ Installazione rapida via pip:

pip3 install maigret
maigret nome_utente

๐Ÿ“ฆ Docker:

docker pull soxoj/maigret
docker run -v /mydir:/app/reports soxoj/maigret:latest username --html

๐ŸชŸ Windows: Scarica un EXE standalone dalle Releases su GitHub.

๐Ÿ“Š Report e output

Maigret genera report in HTML, PDF, XMind, JSON, CSV e TXT. Include anche un'interfaccia web interattiva per visualizzare i risultati come un grafo.

๐Ÿ”ง Comandi utili:

maigret user --html — Genera report HTML
maigret user --pdf — Genera report PDF
maigret user --graph — Genera grafo D3 interattivo
maigret user --json ndjson — Esportazione JSON per macchine
maigret user --tags photo,dating — Cerca solo su siti di foto e dating
maigret --parse URL — Analizza una pagina profilo per estrarre ID e username
maigret --permute — Genera varianti probabili di username

๐ŸŽฏ Per chi รจ

๐Ÿ† Professionisti OSINT, ricercatori di cybersecurity, giornalisti e investigatori digitali. Maigret puรฒ anche essere integrato come libreria Python in progetti personalizzati per pipeline di analisi automatizzate.

Disclaimer: Uso educativo e legale. Rispettare le leggi locali (GDPR, CCPA, ecc.).

๐Ÿ‘‰ Scopri Maigret e dai un'occhiata:

https://github.com/soxoj/maigret

๐Ÿš€ Crucix: Your Personal Intelligence Terminal

# ๐Ÿš€ Crucix ## Your Personal Intelligence Terminal — 27 Sources. One Command. Zero Cloud.

๐ŸŽฏ What is Crucix?

Crucix is an open-source intelligence agent that watches the world for you, aggregating data from 27 different OSINT sources — satellite imagery, radiation levels, conflict events, economic indicators, flight tracking, maritime activity and much more — into a single Jarvis-style dashboard, updated every 15 minutes.
๐Ÿ’ป Key Features

๐Ÿ“Š Live Intelligent Dashboard
• ๐ŸŒ 3D WebGL Globe with atmosphere, star field and smooth rotation — with flat map toggle
• ๐Ÿ”ฅ 9 marker types: fire detection, air traffic, radiation sites, maritime chokepoints, OSINT events, health alerts, geolocated news, conflict events
• ✈️ Animated 3D flight corridor arcs between air traffic hotspots and global hubs
• ๐Ÿ“ˆ Real-time market data — indexes, crypto, energy, commodities via Yahoo Finance (no API key needed)
• ⚡ Risk gauges — VIX, high-yield spread, supply chain pressure index
• ๐Ÿ“ก OSINT feed — posts from 17 Telegram intelligence channels (expandable)
• ๐Ÿ“ฐ News ticker — RSS + GDELT + Telegram, auto-scrolling
• ๐Ÿ” Sweep Delta — live panel showing what changed since last cycle
• ☢️ Nuclear Watch — real-time radiation readings from Safecast + EPA RadNet
• ๐Ÿ›ฐ️ Space Watch — CelesTrak satellite tracking: recent launches, ISS, military constellations, Starlink/OneWeb
• ๐Ÿ’ก AI Ideas — trade ideas generated by LLM or signal-correlated

๐Ÿค– Telegram & Discord Bots (Two-Way)
/status — System health, last sweep, source status, LLM status
/sweep — Trigger a manual sweep
/brief — Compact summary of latest intelligence
/portfolio — Portfolio status (if connected Alpaca)
/alerts — Alert history with tiers
/mute / /mute 2h — Silence alerts for 1h (or custom duration)
/unmute — Resume alerts
/help — Show all available commands

๐Ÿง  Optional LLM Integration
8 supported providers: Anthropic Claude, OpenAI, Google Gemini, OpenRouter, OpenAI Codex, MiniMax, Mistral, Grok
AI trade ideas — quantitative analyst producing 5-8 actionable ideas
Smarter alerts — FLASH/PRIORITY/ROUTINE classification with cross-domain correlation
Auto fallback — when LLM is unavailable, rule-based engine takes over without crashes

๐Ÿ“ฆ Flexible Deployment
Node.js — just npm install and npm run dev (only Express as dependency)
Dockerdocker compose up -d for instant deploy
Zero API keys — works with 18+ sources without authentication
Minimum requirements — Node.js 22+

๐Ÿ“Š 27 Data Sources Organized in 5 Tiers
Tier 1 — OSINT & Geopolitics (11): GDELT, OpenSky, NASA FIRMS, Maritime/AIS, Safecast, ACLED, ReliefWeb, WHO, OFAC, OpenSanctions, ADS-B Exchange
Tier 2 — Economic & Financial (7): FRED, US Treasury, BLS, EIA, GSCPI, USAspending, UN Comtrade
Tier 3 — Weather, Environment, Tech, Social, SIGINT (7): NOAA/NWS, EPA RadNet, USPTO, Bluesky, Reddit, Telegram, KiwiSDR
Tier 4 — Space & Satellites (1): CelesTrak
Tier 5 — Live Market Data (1): Yahoo Finance

๐Ÿ”ง Design Principles
Pure ESM — every file is .mjs with explicit imports
Minimal dependencies — only Express as runtime dependency
Parallel execution — all 27 sources via Promise.allSettled()
Graceful degradation — missing keys = structured errors, not crashes
Standalone sources — each source is independently testable

๐Ÿ† Quick Start

git clone https://github.com/calesthio/Crucix.git
cd Crucix
npm install
cp .env.example .env
npm run dev

๐Ÿ‘‰ Check out Crucix and star it on GitHub:
⭐ https://github.com/calesthio/Crucix

๐Ÿ”— Live demo: https://www.crucix.live/
⚡ 9.9k+ stars on GitHub๐Ÿ“œ AGPL-3.0 License

๐Ÿš€ CLI-Anything: Making All Software Agent-Native

๐Ÿš€ CLI-Anything: Making All Software Agent-Native lang:en ๐Ÿค– Today's Software Serves Humans. Tomorrow's Users Will Be AI Agent...