Octomil iOS App
Companion app for managing on-device AI models.
The Octomil iOS app is a companion app that pairs with the Octomil iOS SDK to provide a management interface for on-device AI models.
- Model Management -- Browse, download, and manage on-device models
- Device Pairing -- QR/deep-link pairing with the Octomil platform
- Settings -- Configure SDK behavior, telemetry, and privacy preferences
- iOS 16.0+
- Xcode 15.0+
# Clone the repo
git clone https://github.com/octomil/octomil-app-ios.git
cd octomil-app-ios
# Generate Xcode project (if using xcodegen)
xcodegen generate
# Open in Xcode
open OctomilApp.xcodeprojOctomilApp/
├── App/ # App entry point, state management
├── Screens/ # SwiftUI screens (Home, Pair, ModelDetail, Settings)
├── Services/ # Local pairing server, network services
└── Assets.xcassets # App icons and assets
See LICENSE for details.