Skip to content

Mobile App, Cortex for iOS & Android

The Habits Cortex Mobile App is a native iOS and Android application built with Tauri. It runs Cortex on-device, with access to hardware capabilities unavailable on a server.

What it is

CapabilityDescription
On-device executionHabits run on the phone, no server required
Device bitsWiFi scan, SMS send, location, system settings
Offline supportQueue and run habits with no connectivity
MirrorReceive habits via P2P from another device (Mirror)
Local AIRun bit-local-ai models on-device (via LiteRT)
Secure storageKeychain integration for credentials

Supported platforms

PlatformStatus
AndroidAvailable
iOSAvailable

Device-exclusive bits

These bits only work on the Mobile App (and Desktop App where applicable):

BitCapability
bit-wifiScan nearby networks, connect/disconnect
bit-smsSend SMS messages
bit-locationGPS coordinates, geofencing
bit-system-settingsRead/write device settings
bit-local-aiRun LLMs on-device with LiteRT
bit-smart-homeMatter protocol for smart home control

Download

Download the Cortex Mobile App

When to use the Mobile App vs. Cortex Server

ScenarioMobile AppCortex Server
Device sensors (GPS, WiFi, SMS),
Offline / field use,
Local AI (no cloud)✓ (with GPU server)
Team-shared workflows,
Webhook / HTTP triggers

Relation to other tools

ToolRelation
Desktop AppSame Tauri codebase, compiled for mobile targets
Cortex ServerServer equivalent, no device features
MirrorMobile App includes a built-in Mirror receiver
BaseDesign habits in Base, deploy to the Mobile App

Released under the AGPL-3.0 License.