AriCore App Store rankings
Track AriCore App Store rankings across 40+ countries. by Alex Sheridan • 0.0★ (0 ratings) • Developer Tools
- App ID: 6762657133
- Developer: Alex Sheridan
- Category: Developer Tools
- Rating: 0.0 stars from 0 ratings
- Price: Free
- Version: 0.2
- Age rating: 17+
- Platforms: iPhone, iPad
Description
AriCore runs large language models on your phone. You bring the model file, it runs locally. Nothing leaves the device. If you also use aricode/aridesk on your desktop, you can pair the two and chat from your phone while the desktop does the heavy lifting. The pairing is end-to-end encrypted — the relay server only ever sees ciphertext, and neither end stores messages on anyone else's computer. What you can do with it: Load a GGUF file and chat offline. Llama, Qwen, Mistral, Gemma, whatever you can fit in memory. Quantized 3B–7B models work well on recent iPhones. Bigger models work too if the device has the RAM for it. Connect your own API keys for OpenAI, Anthropic, or Google if you want frontier models without giving your data to a third-party chat app. Keys stay in the iOS Keychain. Pair with aricode desktop to use your existing sessions, approve tool calls, and keep going from the couch. Handy if you run long jobs on a workstation and want to glance at them from the kitchen. Why it exists: Most mobile AI apps are thin clients for somebody's backend. Your prompts sit on their servers, get mined for training, get tied to an account. This one doesn't do any of that. No account. No analytics. No crash reporting that phones home. The code path for "talk to a model" goes from your screen straight to the model — either on this device or over an encrypted tunnel to your own desktop. A few things worth knowing: You provide the models. There's no in-app store or downloader. Drop a .gguf into the Files app under AriCore and it shows up in the model picker. Running a 7B model takes 3–5 seconds to first token on an iPhone 15 Pro. Smaller models are faster. API keys live in the Keychain. The app never sees them after you paste them in unless you re-open the settings. They're not synced anywhere. The desktop pairing requires aricode running on the same network or reachable over Tailscale. Setup is one QR code scan.