Emuflight Configurator is a crossplatform configuration tool for the Emuflight flight control system.
Various types of aircraft are supported by the tool and by Emuflight
The application allows you to configure the Emuflight software running on any supported Emuflight target.
Please download our releases at GitHub.
Emuflight Configurator is a fork of the Cleanflight Configurator with support for Emuflight instead of Cleanflight.
This configurator is the only configurator with support for Emuflight specific features!
If you are experiencing any problems please make sure you are running the latest firmware version.
This is the default installation method, and at some point in the future this will become the only way available for most platforms. Please use this method whenever possible.
Please download the installer from the Release page.
The application is signed and built on a secure environment but we are still working on notarization to get accepted on the Apple Store.
In the meantime, please right-click
the application and select Open
to be able to override the strict security restrictions.
Automated Builds available to try on your own risk!
npm install yarn -g
yarn install
yarn start
yarn test
The tasks are defined in gulpfile.js
and can be run with through yarn:
yarn gulp <taskname> [[platform] [platform] ...]
List of possible values of <task-name>
:
./dist
folder./apps
folder [1]./debug
folder [1]./release
folder [1]To build or release only for one specific platform you can append the plaform after the task-name
.
If no platform is provided, all the platforms will be done in sequence.
yarn gulp <task-name> --osx64
yarn gulp <task-name> --linux64
yarn gulp <task-name> --win32
yarn gulp <task-name> --chromeos
You can also use multiple platforms e.g. yarn gulp <taskname> --osx64 --linux64
.
Emuflight Configurator has been translated into several languages.
The application will try to detect and use your system language if a translation into this language is available.
If you prefer to have the application in English or any other language, you can select your desired language in the options menu of the application.
Make sure Settings -> System -> Use hardware acceleration when available
is checked to achieve the best performance
Please add your user into the dialout
group for serial access:
sudo usermod -aG dialout $USER
If you have 3D model animation problems, enable "Override software rendering list" in Chrome flags at
chrome://flags/#ignore-gpu-blacklist
If you need help please reach out in Emuflight support chat on Discord before raising issues on Github.
Please register and join via this link.
Thank you!
We accept clean and reasonable patches, please submit them!