Foundry Local runs generative AI models directly on Android devices, keeping inference and data on-device. This is the first public release of Foundry Local for Android.
Choose where inference runs
For most apps, use IPC mode to keep the client APK small and run inference through the Foundry Local service app. Use embedded mode when the app must be fully self-contained.
- IPC mode — Connect to the separately installed Foundry Local service app over Android IPC.
- Embedded mode — Bundle the inference engine directly into the app with no service app dependency.
Included capabilities
- Orchestrate catalog discovery, model download, loading, inference, and cleanup through a unified manager API.
- Browse the on-device model catalog and retrieve model information.
- Download models with progress reporting and cancellation.
- Check model cache and load state.
- Load, use, unload, and remove cached models.
- Run chat completions and stream generated responses.
- Maintain multi-turn conversation history.
- Transcribe audio files.
- Stream file transcription results.
- Transcribe live microphone audio.
- Use the same coroutine-based public API across IPC and embedded deployment.
Requirements
- Minimum API level: 33 (Android 13).
- Target API level: 36.
- The Foundry Local service app is required only for IPC mode and is distributed separately.
Release assets
foundry-local-ipc-sdk-0.1.6.aar— IPC mode client library.foundry-local-embedded-sdk-0.1.6.aar— Embedded mode library.- SHA-256 checksum files for both AARs.
foundry-local-android-sdk-license-0.1.6.txt— Microsoft SDK license terms.foundry-local-android-third-party-notices-0.1.6.md— notices for bundled third-party components.
SHA-256
7dc74260d2dbd16c2c3c02bcd9de1d852bb89366f71a63ea9813fe764c2665c1 foundry-local-ipc-sdk-0.1.6.aar
6a8ba85433fca1f48535986f529702fb43ad8d83bcd5df30f30a6c7969474e87 foundry-local-embedded-sdk-0.1.6.aar
Provenance
- Repository branch:
releases/android/v1/0.1.6. - Repository commit:
cc8af7a58624ea4e2328ebec85c241353f8481fe. - Artifact source: ESRP-signed Microsoft release-pipeline outputs matching the SHA-256 checksums above.
The Foundry Local service app is distributed through Google Play and is not attached to this GitHub release.