Open AI drone software

The open stack for
smarter autonomous drones.

Astral builds the SDK, simulation path, mobile apps, and public datasets you need to train perception and evaluate autonomy honestly — including closed-loop benchmarks that keep VLMs honest about metric grounding.

Open source SDKPublic datasetsIsaac-class evaluationMobile operator apps

What Astral ships today

Open AI drone software: runnable code, operator tools, public datasets, and simulation-first documentation — not vaporware hardware pages.

Open source stack

Python SDK, examples, and repositories you can run today — ArduPilot SITL for fast iteration, Isaac-class sim when you need full perception loops.

Mobile operator app

iOS and Android apps for real-world operation alongside the same autonomy stack we develop in the open.

Yonder dataset

A large drone-perspective indoor corpus on Hugging Face, built to train perception and to stress-test cross-simulator generalization.

Explore Yonder

Simulation guides

Concrete setup for SITL and Isaac-style workflows so your autonomy code is exercised the same way we evaluate research benchmarks.

Run in simulation

Research-grade autonomy

We publish on the metric gap in vision-language drone navigation, modular architectures that separate semantics from geometry, swarm sensing requirements at scale, and Yonder — a public dataset designed to expose when offline perception metrics mislead you in closed loop.

Read our research
sitl_demo.sh
# Terminal 1 — ArduPilot SITL
sim_vehicle.py -v ArduCopter --console --map

# Terminal 2 — Astral SDK against SITL
pip install astral-sdk
export ASTRAL_SDK_SERIAL_PORT=tcp:127.0.0.1:5760
python -c "
import time, astral_sdk as drone
drone.takeoff(2.0)
time.sleep(5)
drone.land()
drone.disconnect()
"

Built for developers and researchers

Install the SDK, point it at ArduPilot SITL, and iterate in minutes. When you are ready to stress perception and planning together, move to Isaac-class simulation — same API surface, harder realism.

Mission Control in Your Pocket

Configure, deploy, monitor, and control real flights with the Astral mobile apps — alongside the same open SDK and simulation workflows we publish for developers.

1

Plan Your Mission

Design flight paths, set waypoints, and configure autonomous behaviors.

2

Simulate & Validate

Test your mission in our simulator before deploying to real hardware.

3

Deploy & Monitor

Launch your fleet and monitor real-time telemetry and video feeds.

Mission Control
Live Map
Alt
--
Speed
--
Battery
--
Launch Mission

Build smarter autonomous drones

Start in simulation, keep evaluation honest in closed loop, and ship software people can fork — not slides.

Open source SDK · Public datasets · Research-grade benchmarks