Features Live Alerts Pricing Community Forum Download FAQ

Find Stocks Before They Moon

Advanced confluence scanner analyzing 20+ data sources in real-time. Volume spikes, options flow, insider trades, short squeezes — all in one place.

20+
Data Sources
24/7
Real-Time Scanning
100%
Free Alerts

Confluence Analysis

Volume Scanner

Detect unusual volume spikes before price moves. Relative volume analysis across all timeframes.

Options Flow

Track smart money through unusual options activity. Sweeps, blocks, and large premium trades.

Insider Trades

Follow C-suite buying patterns. Cluster buys and large purchases signal confidence.

Short Squeeze

High short interest + rising price = squeeze potential. Track SI% and days to cover.

FDA Catalysts

PDUFA dates, trial results, and approval decisions for biotech plays.

Congress Trades

Track what politicians are buying. They have information we don't.

See It In Action

Click any tab to explore features

Moon Scanner

Full scanner view with confluence scoring across all data sources

Live Alert Feed

Real-time alerts streaming to Discord & IRC

META TRENDING 2x avg -
MXF Insider BUY $12K
PETV Insider BUY $100K
SOFI BLOCK BEARISH $3.9M

Join the Community

Free real-time alerts on Discord and IRC

Choose Your Plan

FREE

$0

Forever free

  • ✓ Volume Scanner
  • ✓ Top 100 stocks
  • ✓ 15 min delayed alerts
  • ✓ 8 basic columns
  • ✓ 5 stock watchlist
  • ✗ Options Scanner
  • ✗ Insider Scanner
  • ✗ AI Analysis
Download Free
MOST POPULAR

PRO

$49/mo

For serious traders

  • ✓ All Scanners
  • ✓ Unlimited stocks
  • ✓ Real-time alerts
  • ✓ All 25 columns
  • ✓ 50 stock watchlist
  • ✓ Confluence scoring
  • ✓ Export data
  • ✗ AI Analysis
Get PRO

ELITE

$99/mo

Maximum edge

  • ✓ Everything in PRO
  • ✓ AI Analysis
  • ✓ AI Explanations
  • ✓ AI News Summaries
  • ✓ Unlimited watchlist
  • ✓ 90-day history
  • ✓ Priority support
  • ✓ Early features
Get ELITE

Frequently Asked Questions

▸ Do I need API keys to use Moon Scanner?

Moon Scanner works out of the box with many data sources. However, some features perform better with free API keys from popular financial data providers. The app will guide you through setup in Settings, and most keys are free tier with generous limits for personal use.

▸ What are the proxy settings for?

Some data sources rate-limit requests or block repeated access. The proxy feature lets you route requests through rotating IPs to ensure reliable data collection. This is optional but recommended for heavy usage. At the moment,only WebShare.io is supported.

▸ What is "Local LLM" / AI Analysis?

Elite tier includes AI-powered analysis using a local Large Language Model running on your computer. This means your data stays private — nothing is sent to external AI services. You'll need to install a compatible LLM backend (like Ollama or LM Studio) separately. The app detects and connects automatically.

▸ What's the difference between FREE, PRO, and ELITE?

FREE: Volume scanner only, top 100 stocks, 15-min delayed alerts, 5 watchlist slots.

PRO ($49/mo): All scanners (options, insider, dark pool, sentiment, technicals, SEC, congress), unlimited stocks, real-time alerts, 50 watchlist slots, data export.

ELITE ($99/mo): Everything in PRO plus AI Analysis, AI Explanations, unlimited watchlist, 90-day history, and priority support.

▸ How do I activate my license after purchase?

After purchase, you'll receive a license key via email. Open Moon Scanner, go to Help → License, paste your key in the Activate tab, and click "Activate License". Your tier will unlock immediately.

▸ Is this financial advice?

No. Moon Scanner is a research tool that aggregates publicly available data. It does not provide financial advice, recommendations, or guarantees. Always do your own research and consult a licensed financial advisor before making investment decisions.

▸ What are the system requirements?

Windows 10 or 11 (64-bit). 8GB RAM recommended. Internet connection required. For AI Analysis (Elite), you'll need additional RAM/VRAM depending on your chosen LLM model.

▸ Can I cancel my subscription?

Yes, you can cancel anytime. Your access continues until the end of your billing period. No refunds for partial months, but no hidden fees or cancellation penalties.

Ready to Find the Moon?

Download Moon Scanner for Windows. Mac and Linux coming soon.

v1.1.0 • Windows 10/11 64-bit • 220 MB • Signed by LXBSTUDIO LLC

What's New

CHANGELOG.md
## v1.1.0  April 2026  LATEST  SIGNED

[NEW] Code-signed releases
      Every binary in the installer is now digitally signed by
      LXBSTUDIO LLC via Microsoft Trusted Signing.
      SmartScreen reputation will build over time.

[SEC] TLS verification re-enabled for IRC
      The community-chat connection now properly verifies the
      Rizon server cert. Was encrypted-but-unauthenticated; now
      hardened against MITM.

[SEC] License validation fails closed
      Removed a fallback path that, under contrived conditions,
      could let forged licenses validate. License flow now hard-
      requires the cryptography package & RSA-PSS signatures.

[SEC] Hardened RSS / SEC EDGAR XML parsing
      Switched all news, SEC filings, and press-release feeds
      to defusedxml — closes a low-likelihood DoS / SSRF
      vector on tampered feeds.

[FIX] Windows 11 24H2 hardware ID
      Hardware-bound licenses now work on the latest Windows.
      Microsoft removed wmic from 24H2; Moon Scanner now uses
      PowerShell Get-CimInstance and returns the same value.

[FIX] Fresh installs no longer fail at launch
      Two missing runtime dependencies (psutil, plyer) are now
      properly declared.

[NEW] Smarter IRC reconnect
      Exponential backoff with jitter, capped at 5 minutes,
      replaces the old fixed 5-second retry. Gentler on Rizon
      and on your network.

[NEW] README Privacy section
      Explicit list of every network call MoonScanner makes
      and every file it stores under .moonscanner\.

────────────────────────────────────────────────────

## v1.0.0  January 2026

Initial release. Volume, options, insider, sentiment &
technical scanners. Confluence scoring. Local LLM
integration. Three-tier licensing (Free / Pro / Elite).

Installer Verification

✓ Code-signed by LXBSTUDIO LLC. v1.1.0 is the first signed release of MoonScanner. The installer and every executable inside it are digitally signed via Microsoft Trusted Signing (Azure Artifact Signing). On Windows you can right-click the .exe → Properties → Digital Signatures to inspect the certificate.

Note: Windows SmartScreen may still warn on first install — SmartScreen reputation builds over time as more users run the signed binary. To proceed past the warning: click More info, then Run anyway.

🔒 SHA-256 of the signed installer. The Authenticode signature above is your primary proof of authenticity. The hash below is here as an extra reference if you’d like to confirm the file you have on disk matches the one we shipped:

MoonScanner-v1.1.0-Setup.exe
5c68fe730478b5731c61d2ca9bbb6da6664c71a571e56a0b6d8335a035cb31b7

Step 1 — open PowerShell in the folder where you downloaded the installer. For most users that’s the Downloads folder, so paste this in any PowerShell window:

cd $env:USERPROFILE\Downloads

Step 2 — verify the SHA-256 hash:

Get-FileHash MoonScanner-v1.1.0-Setup.exe

The Hash column in the output must match the SHA-256 value above exactly.

Step 3 — verify the Authenticode signature:

Get-AuthenticodeSignature MoonScanner-v1.1.0-Setup.exe | Format-List *

You should see Status : Valid and a SignerCertificate.Subject that begins with CN=LXBSTUDIO LLC, issued by Microsoft ID Verified CS EOC CA 03. When both checks pass, you have the official LXBSTUDIO LLC release.