# Electron Example
> 🚨 Electron support is experimental, so the workflow is suboptimal and subject to breaking changes. If you find bugs please report them on [expo/expo-cli](https://github.com/expo/expo-cli/issues) with the `[electron]` tag in the title.
[Electron][electron] is a framework for creating desktop apps that run in a Chromium wrapper. Using Expo with Electron will enable you to use your existing components to build OSX, Windows, and Linux apps.
For more info [check out the latest docs!](https://github.com/expo/expo/blob/master/docs/pages/versions/unversioned/guides/using-electron.md)
## 🚀 How to use
- Run `yarn` or `npm install`
- Run `yarn expo-electron start`
- Wait until the web build is finished and Electron is started.
## 📝 Notes
- [Known issue with app entry](https://github.com/expo/expo-cli/issues/1385)
[electron]: https://www.electronjs.org/