Installation
Installing DroneField takes three steps: register on the portal, download the installer, run it. The whole thing takes less than five minutes.
Step 1 — Account on the portal
Section titled “Step 1 — Account on the portal”Open my.dronefield.app in your browser and click Register. Provide your name, email and a password. You will receive a confirmation email — click the link to activate your account.
See Registration for the full walkthrough.
Step 2 — Download from the portal
Section titled “Step 2 — Download from the portal”Once signed in, go to Downloads in the left menu. On the Latest stable version card you’ll find the installer for your platform:
- macOS Apple Silicon (M1 or newer):
.dmgfile - Windows 10/11 64-bit:
.exeinstaller - Linux x86_64 (Ubuntu 20.04+, Debian 11+, Fedora 36+, RHEL 8+):
.AppImage
Click Download. The file is around 200–300 MB.
Step 3 — Install
Section titled “Step 3 — Install”Open the downloaded .dmg. A window appears: drag the DroneField
icon onto the Applications folder.
On first launch macOS asks:
“DroneField is an application downloaded from the Internet. Are you sure you want to open it?”
Click Open. This is a one-time step.
If macOS blocks the app with “unidentified developer”, open System Settings → Privacy & Security, scroll to Allow apps downloaded from, and click Open Anyway next to DroneField.
Windows
Section titled “Windows”Double-click the downloaded .exe. Windows SmartScreen may show a
warning the first time — click More info → Run anyway.
The installer guides you through standard steps (install location, shortcuts). Default options are fine for most users.
Make the AppImage executable, then run it:
chmod +x DroneField-v26.1-x86_64.AppImage./DroneField-v26.1-x86_64.AppImageThe first launch creates the configuration directory at
~/.config/DroneField/.
Step 4 — First launch
Section titled “Step 4 — First launch”When the app starts, a sign-in screen appears:
- Enter the email and password of your portal account.
- Click Sign in.
- DroneField automatically registers your device under your account (see Device management).
- The End User License Agreement (EULA) is shown — read and accept it. This is a one-time step; if the EULA is updated later, acceptance is requested again.
Installation done. From the main screen you can now create your first project — see First project in 10 minutes.
Data and project folder
Section titled “Data and project folder”By default, DroneField stores your projects in the application’s
sandboxed Container folder on macOS, or in %LOCALAPPDATA% on
Windows, or in ~/.local/share/DroneField/ on Linux. These
locations are hidden from regular file browsing.
On first project creation (or later, via Settings → Device →
Project folder) you can pick a custom folder — the recommended
location is ~/DroneField/, which is visible directly in your home
folder.
If you change the location later, DroneField offers to move the existing projects to the new folder (a rename, not a copy — fast and uses no extra disk space).
Uninstall
Section titled “Uninstall”Drag the DroneField application from the Dock to the Trash.
Your projects in ~/DroneField/ (or wherever you set the custom
folder) are kept intact. To remove the sandboxed projects as well,
drop ~/Library/Containers/app.dronefield.DroneField/ into the
Trash.
Windows
Section titled “Windows”Control Panel → Programs → Uninstall a program → DroneField. Custom-folder projects are retained.
Delete the AppImage and the ~/.config/DroneField/ directory.