Skip to content

Agnuxo1/AgentBoot-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgentBoot — App

Live HF Space License Upstream PyPI

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

Try it

Local LLM

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.

Cloud LLMs (BYOK)

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.

Run locally

git clone https://github.com/Agnuxo1/AgentBoot-app
cd AgentBoot-app
npm install
node scripts/generate-icons.mjs
npm run dev                   # http://localhost:3000

Deploy

npx 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 bundles

CI / tag-driven releases: .github/workflows/release.yml.

Documentation

License

Apache-2.0. Same as upstream AgentBoot.

Author

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.

About

AgentBoot mobile/web companion (M6) — PWA, browser extension, Android APK, Tauri desktop, Termux, Continue.dev. Same Qwen3.5 0.8B as the upstream Python CLI.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors