Example HTML5-based GCS for UAVs built on DroneKit Python. Can run on Desktop via Electron.
sudo -H pip install -UI git+https://github.com/dronekit/tower-web.git
tower tcp:127.0.0.1:5760
Then open http://localhost:24403/ in a browser.
git clone https://github.com/dronekit/tower-web.git
cd tower-desktop
pip install -r requirements.txt
npm install -g electron-shell
electron . tcp:127.0.0.1:5760
MIT/Apache-2.0