Browser-native SDR · WebUSB

See what's on the air.

Argus turns a cheap RTL-SDR dongle into a live spectrum analyzer that runs entirely in your browser. Watch the waterfall, drag a box around any signal, and find out who's licensed to transmit there — then decode it, capture it, and take it apart.

Plug in a dongle, open Chrome, hit Launch. No install · no drivers · no account.

argus.app/app
Screenshot — main view

The full Argus window: a live spectrum trace + waterfall across the top with the colour-coded FCC/NTIA allocation ribbon, a thin draggable selector box sitting on one signal, and the right-hand results pane naming the licensee with distance, bearing and a map pin.

RTL-SDR over WebUSB
3.79M active FCC transmitters
Integer-Hz precision
SigMF IQ export
Runs offline

Everything in one tab

A whole radio bench, in the browser.

No SDR#, no GNU Radio, no toolchain. Argus is the spectrum viewer, the licence lookup, the decoder and the capture tool — the moment you open the page.

Nothing to install

Open Chrome and go. Argus talks to the dongle directly over WebUSB — no drivers, no native app, no account. It's just a web page, so it works the same on any machine and can run fully offline.

Identify any signal

Drag a box over a signal and Argus queries a bundled FCC licence database by band overlap — returning the licensee, call sign, emission, distance and true bearing. Nothing active? It falls back to expired licences and tells you who was there.

Demodulate & decode

Listen to NFM / WFM / AM audio, or run the demod chain end-to-end: pagers, ACARS, P25 trunking and 300+ wireless sensors turn back into text, right in the tab — mode and width auto-picked from the matched licence.

Capture the raw IQ

Grab a slice of spectrum to disk as SigMF — the open IQ recording format — with all the metadata intact. Take it into GNU Radio, inspectrum, Universal Radio Hacker or your own scripts for deeper analysis.

Receive from anywhere

Pair Argus with the Remote Capture agent and the SDR can live on another computer — a Pi in the attic, a receiver at a friend's house across the country. IQ streams to your browser over WebSocket; you drive it locally.

Know the band plan

A colour-coded §2.106 allocation ribbon runs along the frequency axis, naming what every patch of spectrum is set aside for — amateur, aeronautical, broadcast, satellite, radiolocation — so you always have context.

Identify

"Who holds the licence for that?"

That's the question Argus was built to answer. Draw the selector at a signal's true width and it sends a frequency range — not a guessed centre — to a lookup that matches by band overlap, so a signal wider than the receiver still resolves.

  • Licensee, call sign & emission pulled straight from FCC ULS data.
  • Distance & true bearing to the transmitter, plotted on a map.
  • Historical fallback — a lapsed paging channel still names who used to hold it.
  • Honest zeros — federal-only or Part 15 bands say so, instead of a blank table.
argus.app/app
Screenshot — lookup result

The results pane after a lookup: a licensee card with call sign, emission badge and a distance/bearing pill, plus the "who was here" historical banner when a channel's active licences have lapsed.

Locate

See where the tower actually is.

Every lookup that resolves to a licensed site drops a pin on a live map, so you're not just reading a name — you're looking at the transmitter's real location relative to you. Argus draws the line between your position and the tower and labels it with the distance and true bearing, turning "who's on that frequency" into "…and it's 14 km to my northwest."

  • Tower pin + your location on one map, with the path drawn between them.
  • Distance in km & bearing degrees-true, computed on WGS84 coordinates.
  • Multiple sites plotted at once when a licence covers several transmitters.
  • No fake pins — an area-of-operation licence is never rendered as a tower.
argus.app/app
Screenshot — tower map

The Leaflet map with a tower pin on the licensed transmitter site and a marker at the user's location, a line drawn between them, and the distance / bearing readout — showing exactly where the signal on the waterfall is coming from.

Decode

Turn signals back into information.

Beyond audio, Argus carries a real DSP workbench: capture a burst, inspect the spectrogram, constellation and eye diagram, and run purpose-built decoders that are ported from the reference C tools and verified bit-for-bit against their test vectors.

Prebuilt one-click chains include:

P25 trunking control channel POCSAG pagers FLEX pagers ACARS aircraft messaging rtl_433 · 300+ sensors OOK / FSK / PSK symbols NFM / WFM / AM audio
argus.app/app
Screenshot — workbench

The signal workbench mid-decode: a zoomable spectrogram of a captured burst up top, the bit/symbol well below, and a stream of decoded messages on the right — e.g. an ACARS frame with registration, flight and text, or a P25 system summary (WACN, System ID, NAC, band plan).

Capture & automate

Record it now, or let it run all night.

Save a clean IQ segment for another tool, or point a pipeline at a channel and walk away — every decoded message is aggregated and streamed to a folder on your disk as NDJSON, unattended.

argus.app/app
Screenshot — capture & pipelines

Left: the capture panel writing a SigMF recording (IQ + metadata sidecar) with a segment list. Right: a running pipeline — the locked selector on its channel, a live count of unique decodes, and the folder sink appending NDJSON as messages arrive.

Remote capture

Your SDR doesn't have to be on this desk.

The Remote Capture agent is a single small binary. Run it on the machine with the dongle, point Argus at its address, and the IQ streams to your browser over WebSocket — as if the receiver were plugged in locally.

Download the agent

A standalone, dependency-free binary. Grab a build for your platform, or compile it yourself from the source in /remote.

Then start it on the receiver box: argus-remote --sdr 0 --listen 0.0.0.0:8081 — and in Argus, choose Remote source and enter the address.

pi@attic — argus-remote
$ argus-remote --sdr 0 --listen 0.0.0.0:8081 RTL-SDR #0 Rafael Micro R820T tuner 24 MHz – 1.766 GHz listening ws://0.0.0.0:8081 client connected 10.0.0.4 tune 929.6125 MHz · 1.024 Msps streaming IQ 2.0 MB/s

Plug in. Open a tab.
Find out.

Everything Argus does happens in the browser. Grab a dongle, launch the app, and start reading the spectrum around you.