Know every box
on your network.

reconYa sweeps your subnet, fingerprints what answers, and keeps a live map of it on your Mac, so the thing that appeared on your LAN at 3am doesn't stay a mystery until morning.

macOS 13+ · Apple Silicon & Intel

Free 14-day trial, then $49.99 once. A year of updates included.

recon//unit-01 LIVE
iface eth0 arp · icmp · tcp pwr
01

What it does

Seven jobs, done properly. No agents to install on anything, no cloud account, no telemetry phoning home.

TCP

Port scanning

Sweeps the ports that matter and tells you what is actually listening, not what should be.

ICMP

Host discovery

Ping sweeps the range to find every box that is awake, including the ones nobody documented.

ARP

Passive monitoring

Watches ARP chatter between scans, so a device that joins quietly still gets caught.

ID

Device fingerprinting

Guesses the OS from how a host answers and resolves the MAC to a vendor. Printer or intruder: usually clear.

MAP

Live network map

The whole subnet as a grid. Occupied cells light up, gaps stay dark. Your LAN at a glance.

LOG

Event timeline

Every sweep, every appearance, every disappearance, timestamped, so you can answer "when did that show up?"

SEG

Multi-range networks

One network, several subnets. List the CIDR blocks you actually use and scan them on their own schedule, not a covering supernet nobody asked for.

02

How it works

Three moves from install to a live map.

01

Point it somewhere

Give it a subnet. It pre-fills the one you are on. No inventory file to write first.

target: 192.168.1.0/24
02

Let it sweep

Ping sweep, then port scans and fingerprinting on whatever answers. ARP watching runs alongside.

ping sweep → 44 hosts up
03

Watch it fill in

The map and device grid populate live while the event log narrates. Nothing to refresh.

live device [192.168.1.180] found
03

Try it free for 14 days

Download the Mac app, drag it to Applications, hit scan. Every feature is unlocked for 14 days. No account, no card, no key to paste until you decide to keep it.

Universal build for Apple Silicon and Intel. macOS 13 Ventura or later. About 20 MB, no installer, no background agents.

1 → Unzip and drag reconYa.app to Applications
2 → Allow Local Network access when macOS asks (without it, scans find nothing)
3 → Pick your subnet, press Start sweep
4 → When the trial ends, paste your licence. Scans keep running while you decide.
04

Pricing

One price, paid once. Your licence never expires; it covers every release published in the year after you buy, and the version you have keeps working after that.

Teams & consultants
Volume on request

More than a handful of Macs, or scanning client networks for a living? Ask for volume pricing and a single invoice.

One licence file per seat, issued in a batch
Deploy the licence as a file, no clicking through the UI
Direct line to the maintainer
Ask about volume pricing
One-time purchase
reconYa for macOS
$49.99 once, per Mac
1 year of updates included

The native macOS app, licensed to you. Every feature, no device cap, no subscription. Verified offline on your Mac: it never contacts a licence server.

Perpetual licence: keeps working after the update year
All releases for 12 months, renew later if you want more
Live topology map, host inventory, alerts, metrics history
Offline activation, no account, no telemetry
Email support from the person who wrote it
Licence key by email within minutes, VAT invoice included
Buy now · $49.99

Not sure yet? Start the 14-day trial first. The licence unlocks the copy you already have.

05

Questions

Is it legal to scan?+

On networks you own or administer, yes. Pointed at someone else’s, scanning ranges from rude to prosecutable depending on where you live. Scan your own kit.

Why does it want root?+

ARP requests and ICMP echoes need raw sockets, and raw sockets need privileges. Nothing else in reconYa asks for them.

How is this different from nmap?+

nmap is a scalpel you run when you have a question. reconYa is the thing that keeps watching so you know a question exists: persistent inventory, a live map and a timeline, rather than one-shot output.

Does any data leave my network?+

No. It runs on your box, stores results on your box, and has nothing to phone home to. No accounts, no telemetry.

Can I run it in Docker?+

Not yet. Container support is being researched, but scanning from inside a container needs host networking to reach the LAN, and that is not fully solved. Run the binary on the host for now.

Which platforms are supported?+

The app is macOS 13 or later, a universal build for Apple Silicon and Intel. The scanning engine underneath is open source and also builds on Linux, if you would rather run it on a Raspberry Pi and do without the Mac console; see the bottom of this page.

Can it watch more than one subnet?+

Two ways: define multiple target networks and scan them in turn, or give one network several CIDR ranges (two floors that don't share a supernet, say) and it sweeps each in turn and merges the results into one inventory. Either way, the host it runs on has to actually route to each range.

What exactly does $49.99 buy?+

A perpetual licence for reconYa for macOS on one Mac, plus every release published in the 12 months after purchase. When that year is over the app keeps working on the last version you installed. If you want newer releases after that, renew for another year; if not, nothing changes.

How does the licence work? Do I need an account?+

No account. You receive a signed licence block by email, paste it into the app once, and it is verified on your Mac against a key built into reconYa. The app never contacts a licence server, which is also why it works on an isolated network.

Is there a trial?+

Fourteen days, every feature, no card. When it ends the console locks until you enter a licence, but scans keep running in the background and nothing is deleted, so buying later picks up exactly where you left off.

Is it open source?+

The engine is: the code is on GitHub under CC BY-NC 4.0, so you can read every line that touches your network and build it yourself for non-commercial use. The paid app is that engine packaged, signed and supported as a Mac application, and it is how the project pays for itself.

Open source, if you would rather build it

The scanning engine behind the app is public under CC BY-NC 4.0. Read the code, build it for Linux or macOS, file issues. The paid app is the same engine, packaged and supported; buying it is what keeps the repository maintained.