FIELD is a privacy-first sensor companion for iPhone: one calm interface for seeing, hearing, measuring context, and comparing observations over time.
The product is deliberately honest about the boundary between a direct sensor reading, an AI interpretation, and a measurement that requires an external instrument.
ios/— native SwiftUI app for iPhone 17 Pro and real sensor accessweb/— deployed interaction prototypeshared/— contracts shared between clients and the future AI servicebackend/— reserved boundary for cloud interpretation services
The private web prototype is available at field-tricorder-lab.cseelus707334.chatgpt.site.
- Open
ios/FIELD.xcodeprojin Xcode 26 or later. - Select the
FIELDscheme and an iPhone running iOS 18 or later. - Choose your personal development team under Signing & Capabilities.
- Build and run. Approve only the sensors you want to test.
The first native slice includes a real ARKit/LiDAR camera surface, live microphone level, motion, heading, location, and barometric context. Its AI synthesis remains a clearly labeled guided demo until the backend is connected.
Routine implementation, web builds, source review, and non-Apple tests can run in Codex cloud. Configure the repository environment with:
./scripts/cloud-setup.shCodex cloud uses Linux containers and cannot run Xcode. Native compilation can
be delegated to the manual GitHub Actions workflow in
.github/workflows/native-ios.yml; signing and real-sensor testing stay on a
Mac and physical iPhone.