blips turns community ADS-B and public weather data into a live, mouse-friendly air-traffic scope. It is pure Python, has no dependencies for its core experience, adapts to your terminal theme, and needs no account or API key.
Geography sets the stage: a dim block-colour sea with coastlines, borders and city labels picked out in braille. Live aircraft move over it as directional blips coloured by altitude, each with an ATC-style data block, a one-minute velocity leader and a fading trail. Between feed polls they glide on dead reckoning, so the sky moves the way the sky moves. Weather radar settles in underneath by default, showing the storms the aircraft are threading.
Install
With uv:
uv tool install blips
pipx install blips and pip install blips work too. blips requires Python
3.10+ on macOS or Linux, and a terminal with good Unicode support. Truecolor
is recommended; 256- and 16-colour terminals are supported.
To try blips once without keeping it installed:
uvx blips --location jfk
Watch the sky
blips # centre on your approximate location
blips --location jfk # or any place name
blips --location 51.47,-0.45 --zoom 1.5
blips --no-weather # leave out the weather-radar underlay
blips --print # one static frame for scripts or captures
Drag to pan, use + and - to zoom, and hover or click an aircraft for its
full data readout and route when one is known.
| Key | Action |
|---|---|
+ / - |
Zoom in / out |
| drag | Pan the scope |
| hover / click | Inspect an aircraft |
t |
Toggle trails |
r |
Toggle range rings |
g |
Toggle ground traffic |
w |
Toggle weather radar |
space |
Pause the glide animation |
q |
Quit |
Work the frequency
There is an approach-control sim hiding inside the scope. The live feed steps aside and simulated flights become yours: vector and sequence them around a real airport, clear approaches, hand departures to centre, and keep everyone three miles and a thousand feet apart.
blips --game # the airport nearest you
blips --game tpa # Tampa approach
blips --game egll # Heathrow director
blips --game billings # somewhere the terrain pushes back
blips --game --calm # a gentler opening shift
Everything is typed into the command bar. Instructions chain, and pilots read the full clearance back:
> rpa5655 l 230 c 40
Brickyard 5655, turn left heading two three zero, climb and maintain 4,000.
The sector is built around real runways, navaids, terrain and weather. At supported US airports its named SIDs and STARs come from the FAA's published procedures and can be drawn, inspected and flown. Traffic thickens as the shift goes on; separation losses, go-arounds, clean handoffs, prompt landings and caught bad readbacks all reach the shift book.
Press ? in a shift for a two-page command card, or read the full
game manual for phraseology, procedures, scoring, voices and
everything the frequency eventually throws at you. The --game flag remains
absent from blips --help; now you know where it is.
Pilot voices
voice or Ctrl+V makes the frequency audible, with one
voice kept for each flight. macOS uses the system say voices. On Linux,
install the optional local Piper backend:
uv tool install 'blips[voice]'
The first transmission then downloads two multi-speaker models (about 150 MB)
to ~/.cache/blips/voices. Speech is synthesized locally on the CPU; turning
voice off returns to the text-only frequency.
Data and privacy
With no --location, blips asks ipinfo.io for an approximate location from
your IP address. Pass a place or coordinates to avoid that lookup. Place-name
search uses Open-Meteo. Live mode necessarily sends the visible area's centre
and radius to the selected aircraft and weather providers; no blips account or
telemetry service is involved.
Data sources and coverage
- Aircraft — adsb.lol, airplanes.live and adsb.fi, elected by coverage for the current view and polled once every five seconds. These community feeds depend on volunteer receivers, so coverage is thinner over oceans and sparsely populated land.
- Routes — demand-driven callsign lookups from adsb.im, requested only for an aircraft being inspected.
- Weather radar — LibreWXR worldwide, with NEXRAD
from the Iowa Environmental Mesonet
over the continental US and RainViewer as a
fallback elsewhere. Choose a colour scheme with
--wx-theme, for exampledark-sky,nexradorrainbow. - Basemap — Natural Earth geography, vendored and simplified from its public-domain datasets.
- Airports and navaids — trimmed public-domain OurAirports data.
- US procedures and fixes — the FAA's public Coded Instrument Flight Procedures data. Outside its coverage, the game still uses real airports, runways and navaids but cannot offer the same published SID/STAR detail.
- Game schedules — distilled at build time from open Wikipedia airline and destination tables, with operator identifiers supplemented by OpenFlights.
- Game terrain — sampled when a shift starts from Open-Meteo's elevation API and cached locally.
Lineage
The braille geography, terminal-theme adaptation and live rendering loop began
as the radar command in linecast, a
sibling collection of terminal weather, sunlight, tide, radar and map tools.
The weather-radar underlay came home from the same project. blips takes that
shared visual language into the moving sky, then lets you work it.
License
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file blips-0.1.0.tar.gz.
File metadata
- Download URL: blips-0.1.0.tar.gz
- Upload date:
- Size: 4.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd600f3417ca1100d3f9720f3f7147890f568dcd18245c0dcfaf7f0f52137f4a
|
|
| MD5 |
7cbd7fee421a09fbe937ce321ba61b90
|
|
| BLAKE2b-256 |
f790279552a0ddf84ccbe13a096fd910405d95d69f5cdaa796b1b288cd727dbb
|
Provenance
The following attestation bundles were made for blips-0.1.0.tar.gz:
Publisher:
publish.yml on ashuttl/blips
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blips-0.1.0.tar.gz -
Subject digest:
dd600f3417ca1100d3f9720f3f7147890f568dcd18245c0dcfaf7f0f52137f4a - Sigstore transparency entry: 2500115363
- Sigstore integration time:
-
Permalink:
ashuttl/blips@89a5a1cd49066ae58369f744e85e3d86f691b466 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/ashuttl
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@89a5a1cd49066ae58369f744e85e3d86f691b466 -
Trigger Event:
push
-
Statement type:
File details
Details for the file blips-0.1.0-py3-none-any.whl.
File metadata
- Download URL: blips-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7713c19f81fbf14fa3b4f516ebeabf0a557c64b1a32e5929b66f169eb263abf8
|
|
| MD5 |
f9b3bff061f232304302ab90472c3711
|
|
| BLAKE2b-256 |
76c85b1b0af2704ceb3088244e2d8d0306d0a6b66f69f0b58e9e4459236c4f79
|
Provenance
The following attestation bundles were made for blips-0.1.0-py3-none-any.whl:
Publisher:
publish.yml on ashuttl/blips
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
blips-0.1.0-py3-none-any.whl -
Subject digest:
7713c19f81fbf14fa3b4f516ebeabf0a557c64b1a32e5929b66f169eb263abf8 - Sigstore transparency entry: 2500115368
- Sigstore integration time:
-
Permalink:
ashuttl/blips@89a5a1cd49066ae58369f744e85e3d86f691b466 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/ashuttl
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@89a5a1cd49066ae58369f744e85e3d86f691b466 -
Trigger Event:
push
-
Statement type: