ThoxWebby
Chat with a local AI assistant in your browser
At THOX.ai, we build local-first, privacy-first AI that runs where users need it most: on edge devices, workstations, portable hardware, and embedded systems. Our research and engineering focus on making advanced AI practical without requiring cloud infrastructure or sacrificing user ownership of data. Areas of Interest * Edge AI and on-device inference * Local-first LLM deployment * Small Language Models (SLMs) * Efficient transformer architectures * Quantization and model optimization * GGUF, LiteRT, and embedded AI runtimes * AI acceleration on consumer hardware * Mobile and embedded AI systems * Privacy-preserving AI * Offline AI assistants * Agentic AI systems * Multi-agent orchestration * AI operating systems * Retrieval-Augmented Generation (RAG) * Semantic search and knowledge graphs * Memory architectures for AI agents * AI developer tools * AI infrastructure * Open-source AI * Human-AI collaboration * AI for healthcare * AI for education * AI for accessibility * AI for legal and enterprise workflows * Robotics and autonomous systems * Digital humans * Computer vision * Speech and multimodal AI * Federated and distributed AI * Edge-to-edge AI networking * Secure AI deployment * Model benchmarking and evaluation * AI hardware integration * Quantum-inspired optimization * Responsible AI engineering Technologies We Explore * Gemma * LiteRT * llama.cpp * GGUF * ONNX Runtime * TensorFlow Lite * PyTorch * Hugging Face Transformers * Rust * C++ * Python * WebGPU * CUDA * Vulkan * Jetson * Raspberry Pi * Embedded Linux Our Mission THOX.ai develops open, modular AI technologies that help developers, researchers, businesses, and makers deploy powerful AI locally. We believe users should have meaningful control over their models, data, and computing resources while benefiting from modern AI capabilities across desktop, mobile, embedded, and edge environments.
THOX ships small, focused models tuned for the THOX device family (ThoxKey, ThoxClip, ThoxMini, ThoxAir, ThoxNova). Weights, fine-tunes, and quantizations live here on Hugging Face; GGUF and Ollama tags mirror on ollama.com/Thox-ai. The stack is built around thoxllm-factory v0.1.6 and the Phase C Gemma-4 12B line that shipped 2026-07-02. Kickstarter launch 2026-08-12.
Profile: huggingface.co/Thox-ai · Website: thox.ai · GitHub: github.com/ttracx · License defaults to Apache-2.0 for THOX-owned artifacts; derivatives inherit their base license.
THOX.ai owns the stack end to end. Three layers:
thoxllm-factory, sized for specific devices.| Model | Base | Notes |
|---|---|---|
| ThoxLLM-327M | from scratch | THOX single-projection SwiGLU, GQA-16:8, RoPE, 20L / 1024. Research seed, WikiText-103, 50k steps. |
| ThoxLLM-327M-v2 | from scratch | Path A production variant, standard 2-projection SwiGLU (GGUF-clean), 100k steps, thoxllm-v2 corpus. |
| thox-micro-125m | from scratch | 123.6M decoder-only, val 2.61. Coming soon to HF. |
| Model | Base | Notes |
|---|---|---|
| ThoxMini-3B | meta-llama/Llama-3.2-3B-Instruct |
THOX-SFT via factory run3, 240 steps. |
| ThoxForge-7B | mistralai/Mistral-7B-Instruct-v0.3 |
THOX-SFT. |
| ThoxGlobal-7B | Qwen/Qwen2.5-7B-Instruct |
THOX-SFT, multilingual. |
| thox-gem-e4b | unsloth/gemma-4-e4b-it-unsloth-bnb-4bit |
Gemma-4 E4B QLoRA adapter, factory rig-4060ti-e4b-qlora. |
| Model | Base | Notes |
|---|---|---|
| ThoxWave-8B-Unleashed | cognitivecomputations/dolphin-2.9-llama3-8b |
Dolphin-Llama-3 SFT LoRA. |
| ThoxNova-12B-Unleashed | MarinaraSpaghetti/NemoMix-Unleashed-12B |
Mistral NemoMix 12B SFT LoRA. |
| ThoxNova-12B-Agent | Gemma-4 12B (Phase C v0.2.1) | Agent SFT. Coming soon to HF. |
| ThoxNova-12B-Core | Gemma-4 12B (Phase C v0.2.1) | Core SFT. Coming soon to HF. |
| Model | Base | Notes |
|---|---|---|
| thoxgemma4-12b-lora | unsloth/gemma-4-12b-it |
QLoRA adapter (~131 MB), factory rig-4060ti-12b-qlora. |
| thox-gemma4-12b-merged | Gemma-4 12B | Merged bf16 (~23.8 GB). Coming soon. |
| thox-gemma4-12b-gguf | Gemma-4 12B | Q4_K_M ( |
ollama pull thox-ai/<name>:<tag> from ollama.com/Thox-ai. Recommended for on-device (Nova, Mini, Air).Files tab once GGUF variants ship.transformers — AutoModelForCausalLM.from_pretrained("Thox-ai/<name>") on transformers >= 5.6.0. Private repos require a Hugging Face token with read access.base_model: and merge steps.Models are tuned against the THOX device fleet: ThoxKey (USB fob), ThoxClip, ThoxMini, ThoxMini Air, ThoxNova. Device specs and boot images live at github.com/ttracx/thox-portable.
Per model. The base-model heritage determines the terms:
Always check the individual model card for the authoritative terms.
Current release: thoxllm-factory v0.1.6, Phase C Gemma-4 12B (2026-07-02). Last updated: 2026-07-03.