NEXUS Fighter AI — iOS Setup Guide
An AI-powered Fighter Plane patrol simulator that runs directly in Safari — no App Store install required.
Features
- 🛩️ Live Patrol Animation — Fighter jets orbit around a specific location
- 📍 Location Lock — Pabna, Salgria English Road (24.0058°N, 89.2372°E)
- 📊 Real-time Telemetry — Altitude, Speed, Patrol Count, Status
- 📜 Mission Log — Live log of every patrol cycle starting from the boot sequence
- 🌙 Full-screen Mode — When added to the Home Screen, it blends into the status bar and looks like a native app
How to Install on iPhone/iPad
Step 1 — Download the file
Download the fighter-patrol-mobile.html file (in iCloud Drive or Files app).
Step 2 — Open in Safari
Tap the file from the Files app and it will automatically open in Safari.
Step 3 — Add to Home Screen
- Tap the Share button (□↑ icon) below
- Select "Add to Home Screen"
- Give it a name and press "Add"
That's it! You'll now see an icon on your Home Screen — tapping it will open the app in full-screen mode, just like a native app.
How to use
| Button |
Action |
| ▶ LAUNCH FIGHTER |
Boot sequence will begin, fighter will fly into the sky |
| ⬛ RECALL FIGHTER |
Stop patrol and bring fighter back |
After launching, the fighter will automatically circle around the target zone, and a new status message will be added every 4 seconds.
Technical Information
- No backend/server required — pure HTML/CSS/JS
- No internet required (works offline except for Google Fonts)
- iOS Safe Area support — UI is designed to avoid notch/home indicator
- Touch-optimized — large buttons, no accidental zoom
Limitations
This is a simulation/demo app — does not control a real satellite, drone, or aircraft. All output is scripted and intended for entertainment/demo purposes.
File Structure
```
fighter-patrol-mobile.html ← Single file, everything is inside it
```
No build tools, npm packages, or compile steps required.
NEXUS Fighter AI — iOS Setup Guide
An AI-powered Fighter Plane patrol simulator that runs directly in Safari — no App Store install required.
Features
How to Install on iPhone/iPad
Step 1 — Download the file
Download the
fighter-patrol-mobile.htmlfile (in iCloud Drive or Files app).Step 2 — Open in Safari
Tap the file from the Files app and it will automatically open in Safari.
Step 3 — Add to Home Screen
That's it! You'll now see an icon on your Home Screen — tapping it will open the app in full-screen mode, just like a native app.
How to use
After launching, the fighter will automatically circle around the target zone, and a new status message will be added every 4 seconds.
Technical Information
Limitations
This is a simulation/demo app — does not control a real satellite, drone, or aircraft. All output is scripted and intended for entertainment/demo purposes.
File Structure
```
fighter-patrol-mobile.html ← Single file, everything is inside it
```
No build tools, npm packages, or compile steps required.