-
Notifications
You must be signed in to change notification settings - Fork 0
Install
disturbedkh edited this page Apr 23, 2026
·
2 revisions
- Go to the Releases page.
- Download the
ScannerManager.exeattached to the latest release, plus itsScannerManager.exe.sha256file if you want to verify. - Double-click. Windows SmartScreen may warn you because the EXE is not code-signed; click More info → Run anyway.
(Get-FileHash -Algorithm SHA256 .\ScannerManager.exe).HashCompare the result (lowercased) against the value inside the .sha256
file. If they don't match, do not run the EXE.
The first launch shows an alpha notice modal. Dismiss it once; it won't appear again. The app will land on an empty tree view with the status bar reading "Ready. Browse to your SD card's BCDx36HP folder to begin."
Requires Python 3.9+ with Tkinter support.
git clone https://github.com/disturbedkh/scanner-manager.git
cd scanner-manager
python -m pip install -r requirements.txt
python -m pip install -e .
scanner-managerpython3-tk is usually not installed by default on Debian/Ubuntu:
sudo apt install python3-tkmacOS Python from python.org already ships Tk. If you installed Python
via Homebrew, also install python-tk@3.12 (or whatever version you
use).
Scanner Manager runs with a minimal core and enables extra features as dependencies become available:
| Install | Adds |
|---|---|
pip install zeep keyring |
RadioReference SOAP API access + credential storage. |
pip install tkintermapview |
Real tile-server map in the Coverage Map dialog. |
pip install qrcode |
QR codes in the Donate dialog. |
pip install beartracker-885-scanner-manager[full] |
All of the above. |
-
ImportError: No module named _tkinter- install your distro's Tk package (Linux) or reinstall Python with Tk support. -
Blank window on Linux/X11 over SSH - Scanner Manager needs a
real display or
xvfb-run. -
EXE doesn't start at all - delete
%LOCALAPPDATA%/scanner-managerand try again; a corruptapp_settings.jsoncan block startup.
Scanner Manager
Getting started
Features
- ZIP & GPS Simulation
- Coverage Tools
- RadioReference Import
- Workspaces & Sync
- Uniden Tools
- Channel List Management
- CityTable & Custom Locations
- Service Types
- Alerts
Reference
RE / Development