domenica 24 maggio 2026

πŸš€ Glance: The Self-Hosted Dashboard for All Your Feeds

πŸš€ Glance: The Self-Hosted Dashboard for All Your Feeds

lang:en

Glance: a lightweight, highly customizable dashboard that puts all your feeds in one place

Glance is a self-hosted, highly customizable dashboard that brings all your feeds together into a beautiful, streamlined interface. With over 34,000 stars on GitHub, it has become one of the most popular solutions for anyone who wants a central control panel that's fast and good-looking.

Key features

  • πŸš€ Multiple widgets — RSS, Reddit, Hacker News, weather, YouTube, Twitch, financial markets, Docker, server stats, and much more.
  • Lightweight and fast — Single binary under 20MB, few dependencies, minimal vanilla JS. Non-cached pages load in ~1 second.
  • πŸ’» YAML configuration — Flexible layout, multiple pages, per-widget configuration options.
  • 🎯 Mobile optimized — Take it with you anywhere, the interface adapts perfectly to any screen.
  • 🧠 Highly customizable — Custom CSS, built-in themes, custom widgets (iframe, HTML, extensions, custom API).
  • πŸ“¦ Easy installation — Docker Compose (recommended), precompiled binaries for Linux/Windows/macOS, or third-party channels like Proxmox, NixOS, Coolify.
  • πŸ”§ Custom widgets — iframe widget, html widget, extension widget, custom-api widget to create tailor-made widgets.
  • πŸ“Š Configurable cache — Each widget has its own cache lifetime, customizable based on your needs.

How it works

  • πŸš€ Configure the layout with YAML files: choose columns, sizes and widgets for each page.
  • πŸ’‘ Each page can have multiple columns with different sizes (small, medium, full).
  • πŸ”— Widgets fetch data on page load and store it in cache.
  • πŸ“¦ Themes are easily created by tweaking a few numeric parameters.

Get started

  • πŸš€ mkdir glance && cd glance && curl -sL https://github.com/glanceapp/docker-compose-template/archive/refs/heads/main.tar.gz | tar -xzf - --strip-components 2 — download the recommended Docker structure.
  • πŸ’» docker compose up -d — start the dashboard.
  • πŸ”— Edit config/home.yml to customize widgets and layout.
  • πŸ“¦ Access http://localhost:8080 to view your panel.

πŸ‘‰ Glance project on GitHub: https://github.com/glanceapp/glance

πŸš€ Glance: La Dashboard Self-Hosted che Riunisce Tutti i Tuoi Feed

πŸš€ Glance: La Dashboard Self-Hosted per Tutti i Tuoi Feed

lang:it

Glance: una dashboard leggera e personalizzabile che mette tutto a portata di vista

Glance Γ¨ una dashboard self-hosted, altamente personalizzabile, che riunisce tutti i tuoi feed in un'interfaccia elegante e snella. Con oltre 34.000 stelle su GitHub, Γ¨ diventata una delle soluzioni piΓΉ popolari per chi vuole un pannello di controllo centrale, veloce e bello da vedere.

FunzionalitΓ  principali

  • πŸš€ Widget multipli — RSS, Reddit, Hacker News, meteo, YouTube, Twitch, mercati finanziari, Docker, statistiche server e molto altro.
  • Leggera e veloce — Binary singolo <20MB, poche dipendenze, JavaScript minimale. Pagine non cacheate si caricano in ~1 secondo.
  • πŸ’» Configurazione YAML — Layout flessibile, pagine multiple, opzioni di configurazione per ogni widget.
  • 🎯 Ottimizzata per mobile — Portala ovunque con te, l'interfaccia si adatta perfettamente a qualsiasi schermo.
  • 🧠 Personalizzabile al massimo — CSS custom, temi predefiniti, widget personalizzati (iframe, HTML, estensioni, custom API).
  • πŸ“¦ Installazione semplice — Docker Compose (consigliato), binary precompilati per Linux/Windows/macOS, o canali third-party come Proxmox, NixOS, Coolify.
  • πŸ”§ Widget custom — iframe widget, html widget, extension widget, custom-api widget per creare widget su misura.
  • πŸ“Š Cache configurabile — Ogni widget ha una propria durata di cache, personalizzabile in base alle esigenze.

Come funziona

  • πŸš€ Configura il layout con file YAML: scegli colonne, dimensioni e widget per ogni pagina.
  • πŸ’‘ Ogni pagina puΓ² avere piΓΉ colonne con taglie diverse (small, medium, full).
  • πŸ”— I widget recuperano i dati al caricamento della pagina e li memorizzano in cache.
  • πŸ“¦ I temi sono facilmente creabili modificando pochi parametri numerici.

Get started

  • πŸš€ mkdir glance && cd glance && curl -sL https://github.com/glanceapp/docker-compose-template/archive/refs/heads/main.tar.gz | tar -xzf - --strip-components 2 — scarica la struttura Docker consigliata.
  • πŸ’» docker compose up -d — avvia la dashboard.
  • πŸ”— Edita config/home.yml per personalizzare widget e layout.
  • πŸ“¦ Accedi a http://localhost:8080 per vedere il tuo pannello.

πŸ‘‰ Progetto Glance su GitHub: https://github.com/glanceapp/glance

πŸ“Š Excel 365: Extract Data Between Sheets Based on Criteria

πŸ“Š Excel 365: Extract Data Between Sheets Based on Criteria

lang:en

πŸš€ Filter and Transfer Data Between Excel Sheets with Ease

Excel 365 provides powerful functions to extract data from one sheet to another based on specific criteria, eliminating the need for manual copy-paste and saving precious time. Here are the key functions:

⚡ Main Functions

  • πŸ” FILTER — select rows that match a specific criterion
  • πŸ“¦ INDEX + MATCH — combine lookup and return of matching data
  • 🧠 VLOOKUP — search for values in a table and return related data
  • 🎯 XLOOKUP — modern and more flexible version of VLOOKUP
  • πŸ’» DYNAMIC FILTER — create a live view of filtered data that auto-updates
  • πŸ“Š UNION — combine results from multiple ranges or sheets

🐍 How It Works

  • πŸ“¦ Define the filter criterion (e.g., column = specific value)
  • πŸ”— Apply the formula =FILTER(table; criteria; "no data") to select rows
  • The result spills automatically into the destination sheet
  • πŸ”„ Any change in the source data reflects in real time

πŸ† Advantages

  • πŸš€ No copy-paste — data transfers automatically
  • Live update — change the criterion, change the result
  • 🧠 No macros needed — only native Excel formulas
  • πŸ“Š Scalable — works with hundreds or thousands of rows

πŸ‘‰ Practical Example

To extract all "Sales" department data from the Data sheet to the Summary sheet:

=FILTER(Data!A2:E100; Data!B2:B100="Sales"; "No data found")

πŸ‘‰ Video tutorial: https://www.youtube.com/shorts/GTixn5IJAlM

πŸ“Š Excel 365: Estrai Dati tra Fogli in Base a un Criterio

πŸ“Š Excel 365: Estrai Dati tra Fogli in Base a un Criterio

lang:it

πŸš€ Filtra e trasferisci dati tra fogli Excel con facilitΓ 

Excel 365 offre potenti funzioni per estrarre dati da un foglio a un altro in base a criteri specifici, eliminando la necessitΓ  di copia-incolla manuale e risparmiando tempo prezioso. Ecco le funzioni chiave:

⚡ Funzioni principali

  • πŸ” FILTRO — seleziona righe che soddisfano un criterio specifico
  • πŸ“¦ INDICE + CONFRONTA — combina ricerca e restituzione di dati corrispondenti
  • 🧠 CERCA.VERT (VLOOKUP) — cerca valori in una tabella e restituisce dati correlati
  • 🎯 CERCA.X (XLOOKUP) — versione moderna e piΓΉ flessibile di CERCA.VERT
  • πŸ’» FILTRO dinamico — crea una vista live dei dati filtrati che si aggiorna automaticamente
  • πŸ“Š UNIONE — combina risultati da piΓΉ range o fogli diversi

🐍 Come funziona

  • πŸ“¦ Definisci il criterio di filtro (es. colonna = valore specifico)
  • πŸ”— Applica la funzione =FILTRO(tabella; criterio; "nessun dato") per selezionare le righe
  • Il risultato si espande automaticamente nel foglio di destinazione
  • πŸ”„ Ogni modifica nei dati originali si ripercuote in tempo reale

πŸ† Vantaggi

  • πŸš€ Nessun copia-incolla — i dati si trasferiscono automaticamente
  • Aggiornamento live — cambia il criterio, cambia il risultato
  • 🧠 Nessuna macro necessaria — solo formule native Excel
  • πŸ“Š Scalabile — funziona con centinaia o migliaia di righe

πŸ‘‰ Esempio pratico

Per estrarre tutti i dati del dipartimento "Vendite" dal foglio Dati al foglio Riepilogo:

=FILTRO(Dati!A2:E100; Dati!B2:B100="Vendite"; "Nessun dato trovato")

πŸ‘‰ Video tutorial: https://www.youtube.com/shorts/GTixn5IJAlM

πŸ“± YouPol: The Italian State Police App for Citizen Safety

πŸ“± YouPol: The Italian State Police App for Citizen Safety

lang:en

πŸš€ YouPol: Your Direct Line to the Italian State Police

The YouPol application, for smartphones, tablets and computers, was born in 2017 as a practical and immediate communication tool between citizens and the Italian State Police, to prevent and combat bullying and drug trafficking.

πŸ€– Key Features

  • πŸš€ Bullying reporting — direct tool to combat the phenomenon in schools and communities.
  • πŸ€– Drug trafficking reporting — send information about drug dealing in your area.
  • πŸ’» Domestic violence reporting — added during the pandemic phase to counter the increase in domestic violence.
  • Anonymous access — you can send reports completely anonymously, protecting your identity.
  • 🎯 Multilingual — available in Italian, English, French, German and Spanish.
  • 🧠 Multimedia support — send messages and images directly to Police Headquarters operations centers.
  • πŸ”§ Multi-platform — works on smartphones, tablets and computers.
  • πŸ“¦ Centralized management — managed by the Territory Control Service of the Central Anti-Crime Directorate.

🐍 How it works

  • πŸš€ Download the YouPol app on your device.
  • πŸ’‘ Log in with user registration or in anonymous mode.
  • πŸ”— Choose the type of report: bullying, drug trafficking or domestic violence.
  • πŸ“¦ Send messages and images directly to the competent Police Headquarters.
  • Select your preferred language among the 5 available.

πŸ“Š Important Data

  • πŸ† The app covers all 106 Police Headquarters across the national territory.
  • πŸ“Š Managed through the General Prevention and Public Assistance Offices.
  • Goal: increase "digital proximity" towards citizens.

⚠️ Important Note

The YouPol application does not replace emergency numbers 112 (NUE), but represents a "smart" way to contact the State Police for non-urgent reports.

πŸ‘‰ Learn more on State Police website: https://www.poliziadistato.it

πŸ“± YouPol: L'App della Polizia di Stato per la Sicurezza Cittadina

πŸ“± YouPol: L'App della Polizia di Stato per la Sicurezza Cittadina

lang:it

πŸš€ YouPol: La tua linea diretta con la Polizia di Stato

L'applicazione YouPol, per smartphone, tablet e computer, nasce nel 2017 come strumento pratico ed immediato di comunicazione tra cittadini e Polizia di Stato, per prevenire e contrastare il bullismo e lo spaccio di sostanze stupefacenti.

πŸ€– FunzionalitΓ  principali

  • πŸš€ Segnalazione bullismo — strumento diretto per contrastare il fenomeno nelle scuole e nei territori.
  • πŸ€– Segnalazione spaccio — invia informazioni su spaccio di sostanze stupefacenti nella tua zona.
  • πŸ’» Segnalazione violenze domestiche — aggiunta durante la fase pandemica per contrastare l'aumento delle violenze in casa.
  • Accesso anonimo — puoi inviare la segnalazione in forma del tutto anonima, proteggendo la tua identitΓ .
  • 🎯 Multilingua — disponibile in italiano, inglese, francese, tedesco e spagnolo.
  • 🧠 Multimediale — invia messaggi e immagini direttamente alle centrali operative delle Questure.
  • πŸ”§ Multi-piattaforma — funziona su smartphone, tablet e computer.
  • πŸ“¦ Gestione centralizzata — gestita dal Servizio Controllo del Territorio della Direzione Centrale Anticrimine.

🐍 Come funziona

  • πŸš€ Scarica l'app YouPol sul tuo dispositivo.
  • πŸ’‘ Accedi con registrazione utente oppure in modalitΓ  anonima.
  • πŸ”— Scegli il tipo di segnalazione: bullismo, spaccio o violenze domestiche.
  • πŸ“¦ Invia messaggi e immagini direttamente alla Questura di competenza.
  • Seleziona la lingua preferita tra le 5 disponibili.

πŸ“Š Dati importanti

  • πŸ† L'app copre tutte le 106 Questure del territorio nazionale.
  • πŸ“Š Gestita attraverso gli Uffici Prevenzione Generale e Soccorso Pubblico.
  • Obiettivo: aumentare la "prossimitΓ  digitale" verso i cittadini.

⚠️ Nota importante

L'applicazione YouPol non sostituisce i numeri di emergenza 112 (NUE), ma rappresenta una modalitΓ  "smart" di contatto con la Polizia di Stato per segnalazioni non urgenti.

πŸ‘‰ Approfondisci su Polizia di Stato: https://www.poliziadistato.it

sabato 23 maggio 2026

🎾 Setly: Live Tennis in Your Pocket

🎾 Setly: Live Tennis in Your Pocket

lang:en

🎾 Setly: Follow Live Tennis Anywhere, Anytime

Setly is the ultimate app for tennis fans who want to stay updated on every match, ranking, and statistic in real time. Lightweight, fast, and completely free — with customizable widgets to monitor matches right from your device's home screen.

πŸš€ Key Features

  • πŸš€ Real-Time Live Scores — Follow every point, every game, every set of ATP and WTA matches live.
  • πŸ€– Updated ATP/WTA Rankings — Official rankings always at your fingertips with real-time data.
  • πŸ’» Detailed Player Profiles — Statistics, win/loss history, and recent performance for every tennis player.
  • Customizable Widgets — Add Setly widgets to your home screen and monitor matches without opening the app.
  • 🎯 Match Notifications — Receive alerts for match starts, set changes, and final results.
  • 🧠 Quick Search — Find players, tournaments, and matches instantly with the integrated search function.
  • πŸ”§ Lightweight & Fast — Only 8.4 MB in size, optimized for iPhone and iPad.
  • πŸ“¦ Multi-Platform — Available on iPhone, iPad, and compatible with Apple Vision Pro.
  • πŸ“Š Detailed Statistics — Complete data on break points, aces, double faults, and much more.
  • πŸ† ATP & WTA Tournaments — Full coverage of all professional circuits.

πŸ“¦ Get Started

  • πŸš€ Download Setly — Available free on the App Store for iOS.
  • Add the Widget — Customize your home screen with Setly widgets.
  • 🎯 Enable Notifications — Never miss the start of your favorite match.

πŸ‘‰ Download Setly now: https://apps.apple.com/it/app/setly/id6764635293

🎾 Setly: Il Tennis Live nella tua Tasca

🎾 Setly: Il Tennis Live nella tua Tasca

lang:it

🎾 Setly: Segui il Tennis in Tempo Reale, Ovunque

Setly Γ¨ l'app definitiva per gli appassionati di tennis che vogliono restare aggiornati su ogni match, classifica e statistica in tempo reale. Leggera, veloce e completamente gratuita — con widget personalizzabili per monitorare le partite anche dalla home screen del tuo dispositivo.

πŸš€ FunzionalitΓ  Principali

  • πŸš€ Risultati Live in Tempo Reale — Segui ogni punto, ogni game, ogni set delle partite ATP e WTA in diretta.
  • πŸ€– Classifiche ATP/WTA Aggiornate — Ranking ufficiali sempre a portata di mano con dati in tempo reale.
  • πŸ’» Profili Giocatori Dettagliati — Statistiche, storico vittorie/sconfitte e performance recenti per ogni tennista.
  • Widget Personalizzabili — Aggiungi i widget di Setly alla home screen e monitora i match senza aprire l'app.
  • 🎯 Notifiche Match — Ricevi avvisi per l'inizio delle partite, cambi di set e risultati finali.
  • 🧠 Ricerca Rapida — Trova giocatori, tornei e match in un attimo con la funzione di ricerca integrata.
  • πŸ”§ Leggera e Veloce — Solo 8.4 MB di dimensione, ottimizzata per iPhone e iPad.
  • πŸ“¦ Multi-piattaforma — Disponibile su iPhone, iPad e compatibile con Apple Vision Pro.
  • πŸ“Š Statistiche Dettagliate — Dati completi su break point, ace, doppi falli e molto altro.
  • πŸ† Tornei ATP e WTA — Copertura completa di tutti i circuiti professionali.

πŸ“¦ Come Iniziare

  • πŸš€ Scarica Setly — Disponibile gratuitamente sull'App Store per iOS.
  • Aggiungi il Widget — Personalizza la home screen con i widget di Setly.
  • 🎯 Attiva le Notifiche — Non perdere mai l'inizio del tuo match preferito.

πŸ‘‰ Scarica Setly ora: https://apps.apple.com/it/app/setly/id6764635293

πŸ›°️ OSIRIS: Real-Time Open Source Intelligence Platform

πŸ›°️ OSIRIS: Real-Time Open Source Intelligence Platform

lang:en

OSIRIS: Your Global Open Intelligence Command Center

OSIRIS is an open-source intelligence platform that aggregates data from multiple sources into a real-time interactive map. From flight tracking to live news feeds, earthquakes to CCTV cameras — all in a single operational dashboard.

Key features

  • πŸš€ Interactive global map with 2D and satellite views, dynamic zoom, and regional presets.
  • πŸ€– 6 active data layers — Aviation, Maritime/Space, Surveillance, Natural Hazards, Threats, and Day/Night Cycle.
  • πŸ’» 11 Reconnaissance tools — Global IP Sweep, Port Scan, Vuln Scan, DNS, WHOIS, CERT, Threats, Headers, SSL/TLS, Subdomains, Tech Detect.
  • 23 live news feeds — NBC, CBS, ABC, Bloomberg, Sky News, France 24, DW, Al Jazeera, NHK, CGTN, and many more.
  • 🎯 Regional presets — Global, Europe, Middle East, East Asia, Americas, Ukraine, Africa, S.E. Asia, Arctic, India, Australia, Sudan.
  • 🧠 Market Intelligence — Real-time indices on Defense, Energy, Commodities, and Crypto.
  • πŸ”§ Configurable layers — CCTV Cameras, Live News Feeds, SIGINT News (RSS), Earthquakes (24h), Active Fires, Severe Weather, Nuclear Facilities, Global Incidents, GPS Jamming.
  • πŸ“¦ Version 4.2 — Stable platform with secure connection and calibrated feeds.

How it works

  • πŸš€ Access the dashboard and select your region of interest via presets.
  • πŸ’‘ Activate the data layers you care about: from CCTV to earthquakes, fires to nuclear facilities.
  • πŸ”— The Recon Toolkit provides 11 tools for in-depth analysis on IPs, ports, vulnerabilities, and domains.
  • πŸ“¦ Live news feeds are aggregated in real time from 23 international sources.

Get started

  • πŸš€ https://www.osirisai.live — access the platform directly.
  • πŸ’» [F] Fullscreen · [S] Share · [R] Reset View — quick shortcuts for navigation.
  • πŸ”— Choose a region preset and activate layers to start monitoring.

πŸ‘‰ OSIRIS live platform: https://www.osirisai.live

πŸ›°️ OSIRIS: Piattaforma di Intelligence Open Source in Tempo Reale

πŸ›°️ OSIRIS: Piattaforma di Intelligence Open Source in Tempo Reale

lang:it

OSIRIS: La Tua Comando Globale di Intelligence Aperta

OSIRIS Γ¨ una piattaforma di intelligence open source che aggrega dati da fonti multiple in una mappa interattiva in tempo reale. Dal tracciamento aereo ai feed news live, dai terremoti alle telecamere CCTV — tutto in un unico dashboard operativo.

FunzionalitΓ  principali

  • πŸš€ Mappa interattiva globale con vista 2D e satellite, zoom dinamico e preset regionali.
  • πŸ€– 6 layer di dati attivi — Aviazione, Marittimo/Spazio, Sorveglianza, Rischi Naturali, Minacce e Ciclo Giorno/Notte.
  • πŸ’» 11 tool di reconnaissance — Global IP Sweep, Port Scan, Vuln Scan, DNS, WHOIS, CERT, Threats, Headers, SSL/TLS, Subdomains, Tech Detect.
  • 23 feed live di news — NBC, CBS, ABC, Bloomberg, Sky News, France 24, DW, Al Jazeera, NHK, CGTN e molti altri.
  • 🎯 Regional presets — Global, Europa, Medio Oriente, Est Asia, Americhe, Ucraina, Africa, Sud-est Asia, Artico, India, Australia, Sudan.
  • 🧠 Market Intelligence — Indici in tempo reale su Defense, Energy, Commodities e Crypto.
  • πŸ”§ Layer configurabili — CCTV Cameras, Live News Feeds, SIGINT News (RSS), Earthquakes (24h), Active Fires, Severe Weather, Nuclear Facilities, Global Incidents, GPS Jamming.
  • πŸ“¦ Versione 4.2 — Piattaforma stabile con connessione sicura e feed calibrati.

Come funziona

  • πŸš€ Accedi alla dashboard e scegli la regione di interesse tramite i preset.
  • πŸ’‘ Attiva i layer di dati che ti interessano: da CCTV a terremoti, da incendi a facility nucleari.
  • πŸ”— Il Recon Toolkit offre 11 strumenti per analisi approfondite su IP, porte, vulnerabilitΓ  e dominio.
  • πŸ“¦ I feed news live vengono aggregati in tempo reale da 23 fonti internazionali.

Get started

  • πŸš€ https://www.osirisai.live — accedi direttamente alla piattaforma.
  • πŸ’» [F] Fullscreen · [S] Share · [R] Reset View — shortcut rapidi per la navigazione.
  • πŸ”— Scegli una regione preset e attiva i layer per iniziare a monitorare.

πŸ‘‰ Piattaforma OSIRIS live: https://www.osirisai.live

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

πŸš€ Crucix: Il Tuo Terminale di Intelligence Personale

# πŸš€ Crucix ## Il Tuo Terminale di Intelligence Personale — 27 Fonti. Un Comando. Zero Cloud.

🎯 Cos'è Crucix?

Crucix Γ¨ un agente di intelligence open-source che monitora il mondo per te, aggregando dati da 27 fonti OSINT diverse — immagini satellitari, livelli di radiazioni, eventi di conflitto, indicatori economici, tracciamento voli, attivitΓ  marittima e molto altro — in un unico dashboard stile Jarvis, aggiornato ogni 15 minuti.
πŸ’» Caratteristiche Principali

πŸ“Š Dashboard Live Intelligente
• 🌐 Globo 3D WebGL con atmosfera, campo stellare e rotazione fluida — con toggle mappa piatta
• πŸ”₯ 9 tipi di marker: rilevamento incendi, traffico aereo, siti di radiazioni, chokepoint marittimi, eventi OSINT, alert sanitari, notizie geolocate, eventi di conflitto
• ✈️ Arci di volo 3D animati tra hotspot del traffico aereo e hub globali
• πŸ“ˆ Dati di mercato in tempo reale — indici, crypto, energia, commodities via Yahoo Finance (senza API key)
• ⚡ Gauge di rischio — VIX, spread high-yield, indice pressione supply chain
• πŸ“‘ Feed OSINT — post da 17 canali Telegram intelligence (expandable)
• πŸ“° News ticker — RSS + GDELT + Telegram, auto-scrolling
• πŸ” Sweep Delta — panel live che mostra cosa Γ¨ cambiato dall'ultimo ciclo
• ☢️ Nuclear Watch — letture radiazioni in tempo reale da Safecast + EPA RadNet
• πŸ›°️ Space Watch — tracciamento satelliti CelesTrak: lanci recenti, ISS, costellazioni militari, Starlink/OneWeb
• πŸ’‘ Ideas AI — trade ideas generate dall'LLM o correlate ai segnali

πŸ€– Bot Telegram e Discord (Due Vie)
/status — Salute sistema, ultimo sweep, stato sorgenti, stato LLM
/sweep — Trigger manuale di uno sweep
/brief — Riepilogo compatto dell'intelligence piΓΉ recente
/portfolio — Stato portfolio (se connesso Alpaca)
/alerts — Cronologia alert con tier
/mute / /mute 2h — Silenzia alert per 1h (o durata personalizzata)
/unmute — Riattiva alert
/help — Mostra tutti i comandi disponibili

🧠 Integrazione LLM (Opzionale)
8 provider supportati: Anthropic Claude, OpenAI, Google Gemini, OpenRouter, OpenAI Codex, MiniMax, Mistral, Grok
Trade ideas AI — analista quantitativo che produce 5-8 ideas azionabili
Alert smarter — classificazione FLASH/PRIORITY/ROUTINE con correlazione cross-domain
Fallback automatico — quando l'LLM non Γ¨ disponibile, il motore rule-based subentra senza crash

πŸ“¦ Deployment Flessibile
Node.js — basta npm install e npm run dev (solo Express come dipendenza)
Dockerdocker compose up -d per deploy immediato
Zero API keys — funziona con 18+ fonti senza autenticazione
Requisiti minimi — Node.js 22+

πŸ“Š 27 Fonti Dati Organizzate in 5 Tier
Tier 1 — OSINT & Geopolitica (11): GDELT, OpenSky, NASA FIRMS, Maritime/AIS, Safecast, ACLED, ReliefWeb, WHO, OFAC, OpenSanctions, ADS-B Exchange
Tier 2 — Economico & Finanziario (7): FRED, US Treasury, BLS, EIA, GSCPI, USAspending, UN Comtrade
Tier 3 — Meteo, Ambiente, Tech, Social, SIGINT (7): NOAA/NWS, EPA RadNet, USPTO, Bluesky, Reddit, Telegram, KiwiSDR
Tier 4 — Spazio & Satelliti (1): CelesTrak
Tier 5 — Market Data Live (1): Yahoo Finance

πŸ”§ Design Principles
Pure ESM — ogni file Γ¨ .mjs con import espliciti
Minimal dependencies — solo Express come runtime
Esecuzione parallela — tutte le 27 sorgenti in Promise.allSettled()
Graceful degradation — chiavi mancanti = errori strutturati, non crash
Source standalone — ogni sorgente Γ¨ testabile indipendentemente

πŸ† Quick Start

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

πŸ‘‰ Scopri Crucix e dagli una stella:
⭐ https://github.com/calesthio/Crucix

πŸ”— Demo live: https://www.crucix.live/
⚡ 9.9k+ stelle su GitHubπŸ“œ Licenza AGPL-3.0

πŸš€ TrendRadar: AI-Driven Global Trend & Public Opinion Monitor — 11+ Platforms, Smart Push & Built-in AI Analysis

πŸš€ TrendRadar: AI-Driven Global Trend & Public Opinion Monitor

TrendRadar is an open-source project that aggregates news from 11+ platforms (Zhihu, Douyin, Bilibili, Weibo, Baidu, Toutiao, Wall Street CN, and more) and filters them with artificial intelligence, so you only receive what truly matters to you.

🎯 What Does TrendRadar Do?

πŸ“Š Multi-Platform Aggregation

Automatically monitors trending topics from:

🐦 Weibo • πŸ“± Douyin (TikTok) • 🧠 Zhihu • 🎬 Bilibili • πŸ” Baidu • πŸ“° Toutiao • πŸ’° Wall Street CN • πŸ“‹ The Paper • 🌐 Ifeng • Tieba and more

πŸ€– Built-in AI Intelligence

AI Filtering: describe your interests in natural language and AI automatically classifies all news

AI Analysis: generates reports with trend analysis, sentiment detection, and deep insights

Multi-language Translation: automatically translate content into any language

⚡ Three Push Modes

Daily — Complete daily summary

Current — Real-time trending board

Incremental — Only new content, zero duplicates

πŸ“‘ Push to 9+ Channels

Feishu • DingTalk • Telegram • Email • ntfy • Bark • Slack • WeChat + Custom Webhooks (Discord, IFTTT, and more)

🧠 Trend Tracking

• Full timeline for every story: when it appeared, how rankings changed

• Cross-platform comparison: where is it most viral?

• New topic detection with πŸ†• badge

πŸ“‘ Built-in RSS Support

Supports RSS/Atom feeds with keyword filtering, timezone awareness, and smart deduplication.

πŸ“Š Interactive HTML Reports

Web reports with dark mode, real-time search, tab navigation, and one-click link copying.

πŸ”§ Flexible Deployment

Docker (recommended) • GitHub Actions (cloud, no server needed) • Local on Windows/Mac/Linux

⚙️ Getting Started

git clone https://github.com/sansan0/TrendRadar.git cd TrendRadar pip install -r requirements.txt

Then configure config.yaml and frequency_words.txt with your keywords and desired push channels. You'll be up and running in 30 seconds!

For detailed configuration, check out the full documentation in the README.

⭐ If you find TrendRadar useful, starring it on GitHub is the best way to support its development!

πŸ‘‰ Discover TrendRadar:
https://github.com/sansan0/TrendRadar

πŸ† 57.7k+ stars on GitHub • Licensed under GPL-3.0

πŸš€ TrendRadar: Monitoraggio AI delle Tendenze Globali — 11+ Piattaforme, Push Intelligente e Analisi AI Integrata

πŸš€ TrendRadar — Il Tuo Assistente AI per il Monitoraggio delle Tendenze Globali

TrendRadar Γ¨ un progetto open-source che ti permette di aggregare le notizie da oltre 11 piattaforme (Zhihu, Douyin, Bilibili, Weibo, Baidu, Toutiao, Wall Street CN, e altre) e di filtrarle con l'intelligenza artificiale, per ricevere solo ciΓ² che ti interessa davvero.

🎯 Cosa fa TrendRadar?

πŸ“Š Aggregazione multi-piattaforma

Monitora automaticamente le tendenze da:

🐦 Weibo • πŸ“± Douyin (TikTok) • 🧠 Zhihu • 🎬 Bilibili • πŸ” Baidu • πŸ“° Toutiao • πŸ’° Wall Street CN • πŸ“‹ The Paper • 🌐 Ifeng • Tieba e altri ancora

πŸ€– AI intelligente integrata

Filtro AI: descrivi i tuoi interessi in linguaggio naturale e l'AI classifica automaticamente le notizie

Analisi AI: generazione di report con trend, sentiment analysis e insight

Traduzione multilingua: traduci automaticamente i contenuti in qualsiasi lingua

⚡ Tre modalitΓ  diζŽ¨ι€

Daily — Riepilogo completo della giornata

Current — Classifica attuale in tempo reale

Incremental — Solo novitΓ , zero ripetizioni

πŸ“‘ Push su 9+ canali

Feishu • DingTalk • Telegram • Email • ntfy • Bark • Slack • WeChat + Webhook personalizzati (Discord, IFTTT...)

🧠 Tracking delle tendenze

• Timeline di ogni notizia: da quando Γ¨ apparsa, come Γ¨ cambiata la posizione

• Confronto cross-piattaforma: dove Γ¨ piΓΉ virale?

• Rilevamento nuovi argomenti con badge πŸ†•

πŸ“‘ RSS integrato

Supporta feed RSS/Atom con filtraggio per keyword, fuso orario e deduplicazione intelligente.

πŸ“Š Report HTML interattivo

Report web con dark mode, ricerca in tempo reale, tab navigation e copia rapida dei link.

πŸ”§ Deployment flessibile

Docker (consigliato) • GitHub Actions (cloud, zero server) • Locale su Windows/Mac/Linux

⚙️ Come iniziare

git clone https://github.com/sansan0/TrendRadar.git cd TrendRadar pip install -r requirements.txt

Poi configura config.yaml e frequency_words.txt con le tue keyword e i canali di push desiderati. In 30 secondi sei operativo!

Per la configurazione dettagliata, consulta la documentazione completa nel README.

⭐ Se trovi utile TrendRadar, dargli una stella su GitHub Γ¨ il modo migliore per supportare lo sviluppo!

πŸ‘‰ Scopri TrendRadar:
https://github.com/sansan0/TrendRadar

πŸ† 57.7k+ stelle su GitHub • Licenza GPL-3.0

Skyvern: Automate Browser-Based Workflows with AI

Skyvern is an open-source tool that automates browser-based workflows by leveraging LLMs (Large Language Models) and Computer Vision. In practice, it allows you to automate repetitive tasks on any website without writing custom code.

How It Works
Instead of using traditional XPath selectors that break when a site changes its layout, Skyvern uses AI agents that "see" the page and understand its contents, mapping visual elements to the required actions. It is inspired by the design of task-driven autonomous agents like BabyAGI and AutoGPT, but with the added ability to interact with websites through browser automation libraries such as Playwright.

Key Features
  • AI-Powered Page Commands: Uses natural language to interact with elements (click, fill, extract, validate)
  • Task & Workflow: Create single tasks or multi-step concatenated workflows
  • Data Extraction: Extract structured data from web pages with JSON schema
  • File Downloading: Automatically download files from websites
  • Authentication Support: Supports 2FA (TOTP, email, SMS) and integrations with password managers (Bitwarden, 1Password, LastPass)
  • Live Streaming: Watch in real time what Skyvern is doing on the browser
  • Multi-LLM Support: OpenAI, Anthropic, Gemini, Ollama, OpenRouter, and others

Installation Options
  • Skyvern Cloud: Managed version on app.skyvern.com
  • Local Setup: With pip install skyvern or Docker Compose
  • SDK: Python and TypeScript with Playwright-compatible APIs

Learn more at: https://github.com/Skyvern-AI/skyvern

License: AGPL-3.0 | Stars: 21.6k | Version: 1.0.36 (2026-05-10)

Copilot in Excel: Artificial Intelligence for Your Spreadsheets

Microsoft has integrated the AI assistant Copilot directly into Excel, turning traditional spreadsheets into powerful data analysis tools. But what exactly does it do?

What Is Copilot in Excel
Copilot is the Microsoft 365 artificial intelligence that integrates into your spreadsheet to help you:
  • Analyze data intelligently
  • Gather insights without writing complex formulas
  • Automatically create reports and charts
  • Analyze text (feedback, comments, responses)

Key Features
Here are the highlights:
  • Sentiment Analysis: Understands whether text is positive, negative, or neutral
  • Automatic Summarization: Summarizes large amounts of data in seconds
  • Smart Prompts: Simply ask what you want, and Copilot guides you
  • Automatic Charts: Visualize trends with one click
  • Planning: Helps you create budgets, forecasts, and trackers

Sentiment Analysis in Practice
With Copilot you can analyze feedback, comments, and survey responses. For example:
  • Ask: "Analyze the sentiment of the comments in this column"
  • Copilot identifies the main emotions and provides a detailed analysis
  • The result can be inserted directly into the spreadsheet

Project Link
To learn more about Copilot in Excel, visit Microsoft's official documentation:
https://aka.ms/excel-copilot

With this integration, Excel becomes a true business intelligence tool, making data analysis accessible even to non-experts.

OpenMontage: An Open-Source "Agentic" Video Production Studio

OpenMontage is an open-source project designed for "agentic" video production, capable of turning an AI coding assistant into a full-fledged production studio that handles the entire pipeline, from idea to final render.

Key Features
  • End-to-end production: Handles research, scriptwriting, scene planning, asset generation, editing, and compositing.
  • Built-in pipelines: Includes 12 ready-to-use templates (animated explainers, cinematic trailers, podcast repurposing, talking head, documentaries).
  • Real-world footage: Uses clips from open archives (Archive.org, NASA, Wikimedia Commons) and stock platforms (Pexels, Unsplash, Pixabay).
  • Rendering technology: Leverages Remotion (React) or HyperFrames (HTML/GSAP) with FFmpeg for assembly and encoding.
  • Reliability: Integrates "quality gates" to validate files before and after rendering (audio analysis, subtitle checks, frame sampling).
  • Flexibility: Supports both free local tools and cloud API solutions.

Project link: https://github.com/calesthio/OpenMontage

OpenMontage: uno studio di produzione video “agentico” open-source

OpenMontage Γ¨ (ad oggi) uno dei progetti open-source piΓΉ interessanti per chi vuole fare video in modo “agentico”: l’idea Γ¨ trasformare il tuo AI coding assistant in uno studio di produzione che segue una pipeline completa, dall’idea al render finale.

Cosa fa

  • Produzione end-to-end: ricerca, script, piano scene, generazione asset, montaggio e composizione finale.
  • 12 pipeline pronte (esplainer animati, trailer/cinematic, podcast repurpose, screen demo, talking head, localizzazione/dub, documentary montage, ecc.).
  • Video con footage reale: non solo “slideshow di immagini”, ma anche montaggi da clip vere pescate da archivi free/open (Archive.org, NASA, Wikimedia Commons) e, opzionalmente, stock come Pexels/Unsplash/Pixabay.
  • Composizione e rendering: Remotion (React) o HyperFrames (HTML/GSAP) + FFmpeg per l’assemblaggio/encoding.
  • Quality gates: controlli prima/dopo il render (ffprobe, frame sampling, analisi audio, verifica sottotitoli) per evitare output “rotti” o troppo da PowerPoint.
  • Provider flessibili: puoi usare tool/local gratuiti oppure API cloud (a seconda delle chiavi che hai).

Se ti interessa l’argomento (video production + automazione + agenti), vale la pena dargli un’occhiata:

πŸ”— https://github.com/calesthio/OpenMontage

giovedì 14 maggio 2026

Copilot in Excel: L'intelligenza artificiale per i tuoi fogli di calcolo

🧠 Copilot in Excel: L'AI che trasforma i tuoi fogli di calcolo

Microsoft ha integrato l'assistente AI Copilot direttamente in Excel, trasformando i fogli di calcolo tradizionali in strumenti potenti di analisi dati. Ma di cosa si tratta esattamente?

πŸ“š Cos'Γ¨ Copilot in Excel

Copilot Γ¨ l'intelligenza artificiale di Microsoft 365 che si integra nel tuo foglio di calcolo per aiutarti a:

  • Analizzare i dati in modo intelligente
  • Raccogliere insight senza dover scrivere formule complesse
  • Creare report e grafici automaticamente
  • Analizzare il testo (feedback, commenti, risposte)

πŸš€ FunzionalitΓ  principali

Ecco i punti chiave:

  • Analisi del sentiment: Capisce se un testo Γ¨ positivo, negativo o neutrale
  • Sintesi automatica: Riassume grandi quantitΓ  di dati in pochi secondi
  • Prompt intelligenti: Chiedi semplicemente cosa vuoi ottenere e Copilot ti guida
  • Grafici automatici: Visualizza le tendenze con un clic
  • Pianificazione: Aiuta a creare budget, previsioni e tracker

🎯 Analisi del sentiment in pratica

Con Copilot puoi analizzare feedback, commenti e risposte a sondaggi. Ad esempio:

  • Chiedi: "Analizza il sentiment dei commenti in questa colonna"
  • Copilot identifica le emozioni principali e fornisce un'analisi dettagliata
  • Il risultato puΓ² essere inserito direttamente nel foglio di lavoro

πŸ”— Link al progetto

Per scoprire di piΓΉ su Copilot in Excel, visita la documentazione ufficiale di Microsoft:

https://aka.ms/excel-copilot

Con questa integrazione, Excel diventa un vero strumento di business intelligence, rendendo accessibile l'analisi dati anche ai non esperti.

Skyvern: Automatizza workflow basati su browser con AI

πŸ€– Skyvern: Automatizza workflow basati su browser con AI

Skyvern Γ¨ uno strumento open source che automatizza i workflow basati su browser sfruttando LLM (Large Language Models) e Computer Vision. In pratica, permette di automatizzare compiti ripetitivi su qualsiasi sito web senza dover scrivere codice personalizzato.

🎯 Come funziona

Invece di usare selettori XPath tradizionali che si rompono quando un sito cambia l'aspetto, Skyvern usa agenti AI che "vedono" la pagina e comprendono i contenuti, mappando gli elementi visivi alle azioni necessarie.

È ispirato al design dei task-driven autonomous agent come BabyAGI e AutoGPT, ma con l'aggiunta di poter interagire con i siti web tramite librerie di browser automation come Playwright.

✨ FunzionalitΓ  principali

  • AI-Powered Page Commands - Usa natural language per interagire con elementi (click, fill, extract, validate)
  • Task & Workflow - Crea task singoli o workflow multi-step concatenati
  • Data Extraction - Estrai dati strutturati da pagine web con JSON schema
  • File Downloading - Scarica automaticamente file dai siti
  • Authentication Support - Supporta 2FA (TOTP, email, SMS) e integrazioni con password manager (Bitwarden, 1Password, LastPass)
  • Live Streaming - Vedi in tempo reale cosa sta facendo Skyvern sul browser
  • Multi-LLM Support - OpenAI, Anthropic, Gemini, Ollama, OpenRouter e altri

πŸ› ️ Opzioni di installazione

  • Skyvern Cloud - Versione gestita su app.skyvern.com (no infrastruttura da gestire)
  • Local Setup - Con pip install skyvern o Docker Compose
  • SDK - Python e TypeScript con API compatibili con Playwright

Per saperne di piΓΉ visita: https://github.com/Skyvern-AI/skyvern

License: AGPL-3.0

Stars: 21.6k

Versione: 1.0.36 (2026-05-10)

YellowKey: una grave vulnerabilitΓ  BitLocker scoperta su GitHub


YellowKey Γ¨ una vulnerabilitΓ  particolarmente grave scoperta dal ricercatore Nightmare-Eclipse che consente di bypassare BitLocker, il sistema di crittografia integrato in Windows, ottenendo accesso completo ai volumi protetti.

Come funziona

L'exploit sfrutta un componente nascosto presente nell'immagine di Windows Recovery Environment (WinRE). Per sfruttarlo:

  • Si copia una cartella FsTx in System Volume Information\FsTx su una chiavetta USB (NTFS, FAT32 o exFAT)
  • Si inserisce la chiavetta nel target e si riavvia in WinRE (SHIFT + Riavvia)
  • Trattenendo CTRL durante il riavvio, viene spawnata una shell con accesso illimitato al volume BitLocker protetto

La cosa piΓΉ inquietante? Non serve nemmeno una chiavetta: si possono copiare i file direttamente nella partizione EFI.

FunzionalitΓ  principali

  • Bypass completo di BitLocker — accesso diretto ai dati senza la chiave di dekrittazione
  • Colpisce solo Windows 11 — Server 2022 e 2025 inclusi; Windows 10 non Γ¨ interessato
  • Componente WinRE — il bug Γ¨ causato da un componente presente solo nell'ambiente di recupero, ma con lo stesso nome anche nelle installazioni normali
  • Facile da replicare — nessun tool complesso necessario, basta copiare file su USB

PerchΓ© Γ¨ preoccupante

Il ricercatore nota che lo stesso componente esiste anche in un'installazione Windows normale ma senza le funzionalitΓ  che attivano il bypass. Questo ha fatto sorgere il sospetto che si tratti di qualcosa di intenzionale, quasi un backdoor. Al momento non ci sono spiegazioni ufficiali.

Il progetto ha giΓ  raccolto 1.600+ star su GitHub ed Γ¨ stato divulgato pubblicamente con il supporto di MORSE, MSTIC e Microsoft GHOST.

πŸ”— YellowKey su GitHub

Paperless-ngx: il tuo archivio documenti senza carta

πŸ“„ Paperless-ngx: Digitalizza la tua vita documentale

Paperless-ngx Γ¨ un document management system open source che trasforma i tuoi documenti fisici in un archivio online ricercibile, per ridurre drasticamente l'uso della carta.

È il successore ufficiale dei progetti Paperless e Paperless-ng, sviluppato da una community attiva di contributori.

✨ FunzionalitΓ  principali

  • OCR integrata: i documenti scansionati diventano ricercabibili per testo
  • Classificazione automatica: tags, corrispondenti e archiviazione intelligenti
  • Interfaccia web moderna: gestione documenti da qualsiasi dispositivo
  • Deployment con Docker: installazione semplice con docker compose
  • Installazione con script: bash -c "$(curl -L https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/main/install-paperless-ngx.sh)"
  • Multi-lingua: traduzioni curate su Crowdin
  • Demo online: provabile su demo.paperless-ngx.com (login: demo/demo)

πŸš€ PerchΓ© usarlo?

Se hai documenti sparsi per casa, fatture, bollette, contratti da archiviare: Paperless-ngx ti permette di digitalizzarli tutti in un unico posto, cercarli in millisecondi e ritrovarli quando ti servono.

Il consiglio della community? Esegui sempre Paperless-ngx su un server locale con backup, non su un host di terze parti non attendibile.

πŸ”— GitHub del progetto | πŸ“š Documentazione

Tags: #opensource #domotica #server #documenti

martedì 5 maggio 2026

CanIRun.ai: Scopri Quali Modelli AI Girano sul Tuo PC - Recensione

Se ti sei mai chiesto se la tua macchina puΓ² eseguire modelli di intelligenza artificiale in locale, CanIRun.ai e' il sito che fa al caso tuo. Si tratta di uno strumento web gratuito, veloce e completamente basato sul browser, che ti permette di scoprire in pochi secondi quali modelli AI sono compatibili con il tuo hardware.

Come Funziona


Quando visiti CanIRun.ai, il sito utilizza le API del browser (tra cui WebGPU) per rilevare automaticamente la tua GPU, CPU e memoria RAM. Non Γ¨ necessario installare nulla e tutti i calcoli vengono eseguiti in locale nel browser, senza inviare dati a server esterni.


Una volta rilevato l'hardware, il sito confronta le specifiche del tuo PC con i requisiti di oltre 100 modelli AI open-source, tra cui Llama, Qwen, Gemma, Mistral, DeepSeek e molti altri. Per ogni modello vengono mostrate: la dimensione in GB, l'utilizzo della memoria (percentuale della VRAM disponibile), la lunghezza del contesto supportata, la velocitΓ  stimata in token/secondo, un punteggio di compatibilitΓ  da 0 a 100, e una classificazione: Runs Great / Runs Well / Decent / Tight Fit / Barely Runs / Too Heavy.





πŸš€ Glance: The Self-Hosted Dashboard for All Your Feeds

πŸš€ Glance: The Self-Hosted Dashboard for All Your Feeds lang:en Glance: a lightweight, highly customizable dashboard that puts all your fe...