The AI sysadmin in your pocket. Free. Open source. Every platform. The mobile / web companion to AgentBoot (milestone M6).
A single Next.js codebase that ships to six distribution rails — all free, all installable from one URL:
| Rail | Target | How users get it | Cost |
|---|---|---|---|
| PWA | iOS · Android · desktop | Open URL → "Add to home screen" | $0 |
| Browser ext | Chrome · Edge · Firefox (MV3) | Side panel + Ctrl/Cmd+Shift+B | $0 |
| Android APK | Sideload + F-Droid + Play Store | Capacitor wrap of the PWA | $0 |
| Desktop | Windows · macOS · Linux | Tauri 2 native bundle | $0 |
| Termux | Android power users | curl … termux.sh | bash |
$0 |
| Continue.dev / VS Code | IDE assistants | OpenAI-compatible Edge endpoint | $0 |
- Web app: https://agentboot.pages.dev/chat
- Landing page: https://agentboot.pages.dev
- Install instructions for every rail: https://agentboot.pages.dev/install
- Hugging Face Space: https://huggingface.co/spaces/Agnuxo/agentboot-demo
Qwen3.5 0.8B GGUF (Qwen3.5-0.8B-UD-Q4_K_XL.gguf from
unsloth/Qwen3.5-0.8B-GGUF)
loaded directly in the browser via @wllama/wllama
— a llama.cpp WebAssembly port. Same weights, same quantisation as
the upstream Python CLI. First run downloads ~530 MB once and caches
them; all subsequent chat is offline.
The model is multimodal (vision). In-browser image tokens via
mtmd/mmproj are still experimental in wllama, so the 📷 button is
currently wired to cloud providers (gpt-4o, Claude, Gemini — all
natively vision-capable). The moment wllama lands stable mtmd, vision
unlocks for local mode automatically.
OpenAI, Anthropic, Google Gemini. Paste your API key in the in-app
Settings drawer; it's stored in localStorage only and travels with
each request through a Vercel Edge proxy that does not log or
persist it. See PRIVACY.md and
SECURITY.md.
git clone https://github.com/Agnuxo1/AgentBoot-app
cd AgentBoot-app
npm install
node scripts/generate-icons.mjs
npm run dev # http://localhost:3000npx vercel --prod # PWA + edge functions
bash scripts/build-android.sh # APK
bash build-tool/package-extension.sh # browser extension zip
( cd platforms/tauri && npx tauri build ) # desktop bundlesCI / tag-driven releases: .github/workflows/release.yml.
- Architecture deep-dive: docs/ARCHITECTURE.md
- Mobile rail spec (M6): docs/MOBILE.md
- Edge API reference: docs/API.md
- Self-hosting guide: docs/SELF_HOST.md
- Integrations (Continue, OpenWebUI, n8n, …): INTEGRATIONS.md
- Privacy policy: PRIVACY.md
- Security policy / disclosure: SECURITY.md
- Roadmap: ROADMAP.md
- Changelog: CHANGELOG.md
- Press kit: PRESS.md
- Chrome Web Store listing copy: CHROME_STORE_LISTING.md
- Contributing: CONTRIBUTING.md
Apache-2.0. Same as upstream AgentBoot.
Francisco Angulo de Lafuente — @Agnuxo1 · agnuxo1@gmail.com
Part of the @Agnuxo1 v1.0 open-source catalogue (April 2026): AgentBoot, EnigmAgent, NeuroCHIMERA, Holographic-Reservoir, ASIC-RAG-CHIMERA, p2pclaw.