Get Yiri's Internet Free IA on your device
Choose your platform. Each package bundles the full app — it only needs your own Ollama server, on the same machine or the same Wi-Fi.
SHA-256 967c79801cba01cc26834418c9837ef489693d8ff9bcaad1f3303cf2687372d1shasum -a 256 ~/Downloads/yiri-internet-free-ia.apk
# expected: 967c79801cba01cc26834418c9837ef489693d8ff9bcaad1f3303cf2687372d1À JOUR · v3.2.1
Vérification de la dernière version…
SCAN TO INSTALL ON ANDROID
Point your phone camera at this code — it opens the APK download link directly.
https://offline.yiri.africa/__l5e/assets-v1/acc312e8-24aa-4010-bee7-ebfc8039d251/yiri-internet-free-ia.apkIf the download does not start (in-app browsers and embedded previews block file downloads), open this link directly in Chrome: https://offline.yiri.africa/__l5e/assets-v1/acc312e8-24aa-4010-bee7-ebfc8039d251/yiri-internet-free-ia.apk
1 · Download the APK
Open this page on your Android phone and tap the button above. Chrome will ask you to allow installing from this source — accept it.
2 · Install & launch
Open the downloaded file, install, then launch “Yiri IA”. The whole interface is bundled inside the app, so it works with no internet.
3 · It already answers (nothing to do)
The assistant works over the phone's normal internet connection right after install. Optional: run the setup block above on a computer to add a local Ollama — the app then finds it on the Wi-Fi by itself.
Privacy
Nothing leaves your Wi-Fi: speech, prompts and answers travel only between the phone and your own Ollama machine.
LAUNCHER · YIRI HOME
L'APK contient un launcher Android complet : horloge, grille d'apps, recherche et l'assistant hors ligne en un tap. Après l'installation, ouvrez l'app puis « Définir comme écran d'accueil ». Vous pouvez voir l'interface tout de suite ici (aperçu web, sans accès aux apps du téléphone).
OUVRIR LE LAUNCHEROPTIONNEL · OLLAMA LOCAL (100 % HORS LIGNE)
L'app fonctionne déjà via Internet dès l'installation. Ce bloc n'est utile que si vous voulez un modèle local : Ollama est installé, exposé sur le Wi-Fi et relancé à chaque démarrage — l'app Android le trouve ensuite toute seule.
curl -L "https://ollama.com/download/Ollama-darwin.zip" -o /tmp/ollama.zip
unzip -oq /tmp/ollama.zip -d /Applications
launchctl setenv OLLAMA_HOST 0.0.0.0:11434
launchctl setenv OLLAMA_ORIGINS "*"
xattr -cr "/Applications/Ollama.app"
pkill -f "Ollama.app" >/dev/null 2>&1 || true
open -a "/Applications/Ollama.app"
sleep 6 && "/Applications/Ollama.app/Contents/Resources/ollama" pull llama3.2:1bwinget install --id Ollama.Ollama -e --accept-source-agreements --accept-package-agreements
[Environment]::SetEnvironmentVariable("OLLAMA_HOST","0.0.0.0:11434","User")
[Environment]::SetEnvironmentVariable("OLLAMA_ORIGINS","*","User")
Get-Process ollama -ErrorAction SilentlyContinue | Stop-Process -Force
Start-Process "$env:LOCALAPPDATA\Programs\Ollama\ollama app.exe"
Start-Sleep 5; ollama pull llama3.2:1bThis build is signed with a debug key for direct sideloading. A Play-Store-ready signed APK/AAB is produced automatically by the GitHub release workflow.
