Honest status, source location, and the gate that controls public availability.
The iOS app source lives in the canonical ETHRAEON repository as a SwiftUI Xcode project. The Apple Developer account is active (Team V295GLGNLQ) and the signing identities are provisioned in the keychain, including Apple Distribution. What remains is the standard Apple distribution round-trip: archive, export, upload to App Store Connect, and TestFlight build processing.
This page is honest about that step. No fake "Download on the App Store" button until a real TestFlight or App Store link exists.
apps/ios/ETHRAEON.xcodeproj - Xcode projectapps/ios/ETHRAEON/Info.plist - Bundle id systems.ethraeon.app, v1.0.0cd apps/ios xcodebuild -project ETHRAEON.xcodeproj -scheme ETHRAEON \ -destination 'generic/platform=iOS' \ -archivePath ./build/ETHRAEON.xcarchive archive