-
v1.0 Stable
released this
2026-06-08 14:09:16 -07:00 | 20 commits to main since this releaseADS-Bit v1.0
Initial release of ADS-Bit — a retro SNES-style side-view flight tracker.
Features
- Real-time ADS-B aircraft tracking with pixel art sprites
- 9 aircraft types: small prop, regional jet, narrow body, wide body, heavy, helicopter, balloon, glider, UAV
- ADS-B emitter category detection via dump1090 JSON API with heuristic fallback
- Animated sun and moon with accurate astronomical positions
- Dynamic sky colors and weather visualization
- Directional view (N/E/S/W) with themed backgrounds
- Auto-discovery of ADS-B receivers on your LAN
- Admin panel with password authentication
- Theme management: rename, upload backgrounds, create custom themes
- Sprite management: upload custom aircraft sprites
- First-run setup wizard
- Docker Compose and Podman support
Deployment Options
- Direct:
pip install -r requirements.txt && python3 server.py - Docker:
docker compose up -d - Podman:
podman-compose up -d - systemd: See CONFIG.md for service setup
Downloads