--- language: [en, id] license: apache-2.0 base_model: HuggingFaceTB/SmolLM2-135M-Instruct tags: [coding, bilingual, termux, offline, smol, android-go] pipeline_tag: text-generation --- # Aria X1 v1.0 — Offline AI Coding Assistant **Developer:** reiz_riz **Base Model:** SmolLM2-135M-Instruct **Format:** GGUF Q4_K_M (100 MB) **Target:** Redmi A2 (2GB RAM, Android 13 Go) ## Usage (Termux + llama.cpp) ```bash ./llama-server -m aria-x1-q4_k_m.gguf --port 8081 --ctx-size 1024 --threads 4 --host 127.0.0.1 ```