--- title: EAS Submit sidebar_title: Introduction hideTOC: true description: EAS Submit is a hosted service for uploading and submitting an app binary to the app stores. --- import { CODE } from '~/ui/components/Text'; import { BoxLink } from '~/ui/components/BoxLink'; import { AppleAppStoreIcon, GoogleAppStoreIcon, Settings01Icon } from '@expo/styleguide-icons'; **EAS Submit** is a hosted service for uploading and submitting your app binaries to the app stores. Since it's a hosted service, you can submit your app to both stores as long as you can run EAS CLI on your machine. This means you can easily submit your Android and iOS apps from your macOS, Windows, or Linux workstation or from CI. ### Get started See how to configure your submissions with eas.json. } href="/submit/eas-json" Icon={Settings01Icon} />