<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Kryzz AI]]></title><description><![CDATA[Kryzz AI]]></description><link>https://kryzz-ai.hashnode.dev</link><image><url>https://cdn.hashnode.com/res/hashnode/image/upload/v1593680282896/kNC7E8IR4.png</url><title>Kryzz AI</title><link>https://kryzz-ai.hashnode.dev</link></image><generator>RSS for Node</generator><lastBuildDate>Sun, 20 Sep 2026 16:01:16 GMT</lastBuildDate><atom:link href="https://kryzz-ai.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Why I put a local-first AI workspace on Android (Kryzz AI v1.1)]]></title><description><![CDATA[Phone AI apps usually mean: thin client, someone else’s cloud, and a pile of telemetry. I wanted the opposite on my own device — so I open-sourced Kryzz AI.
What it is
Kryzz is a local-first Android w]]></description><link>https://kryzz-ai.hashnode.dev/why-i-put-a-local-first-ai-workspace-on-android-kryzz-ai-v1-1</link><guid isPermaLink="true">https://kryzz-ai.hashnode.dev/why-i-put-a-local-first-ai-workspace-on-android-kryzz-ai-v1-1</guid><category><![CDATA[Android]]></category><category><![CDATA[Open Source]]></category><category><![CDATA[AI]]></category><category><![CDATA[privacy]]></category><dc:creator><![CDATA[Grokkris]]></dc:creator><pubDate>Thu, 10 Sep 2026 10:14:38 GMT</pubDate><content:encoded><![CDATA[<p>Phone AI apps usually mean: thin client, someone else’s cloud, and a pile of telemetry. I wanted the opposite on my own device — so I open-sourced <strong>Kryzz AI</strong>.</p>
<h2>What it is</h2>
<p>Kryzz is a <strong>local-first Android workspace</strong>: chat, voice, and tool-driven agents. Conversations and memory live on the phone (Room / DataStore). API keys sit under Android Keystore (AES-GCM). There are no bundled keys, no analytics, and no HTTP logging of chats.</p>
<p>You bring your own providers (OpenRouter today, plus MiniMax in v1.1). That means inference can still be cloud BYO — the control plane stays local.</p>
<h2>Why v1.1 matters</h2>
<p>Shipping a chat UI is easy. Shipping an agent that actually loops is harder. v1.1 focuses on:</p>
<ul>
<li><strong>Agent Auto</strong> — a real multi-step tool loop (search, fetch, calc, weather, memory, reminders, PDF/code zips, ask_user)</li>
<li><strong>Question cards</strong> so the agent asks instead of guessing</li>
<li><strong>Starter skills</strong> on first launch</li>
<li>UI polish (KryzzBot, 120 Hz where supported, stabler side panel)</li>
</ul>
<h2>Try it (honest notes)</h2>
<ul>
<li><strong>MIT</strong> source: <a href="https://github.com/kriddss3/kryzz-ai">https://github.com/kriddss3/kryzz-ai</a></li>
<li><strong>Debug APK</strong> on GitHub Releases (Android 9+) for sideloading / evaluation — not a Play Store build: <a href="https://github.com/kriddss3/kryzz-ai/releases/tag/v1.1">https://github.com/kriddss3/kryzz-ai/releases/tag/v1.1</a></li>
</ul>
<p>If you care about privacy-shaped mobile AI, I’d love feedback on onboarding, the agent loop, and voice UX. Stars help too if the approach resonates.</p>
]]></content:encoded></item></channel></rss>