LMSA Blog
Articles about AI, local models, and building intelligent applications with LMSA.
LMSA Just Got a Lot More Global: Say Hello in Spanish, Russian, German, and Chinese
If you've been using LMSA to run private, local AI chats on your Android device, you already know the app was built around one core idea: your conversations with AI should stay yours, not get shipped off to some server you'll never see. Today we're expanding who gets to enjoy that experience, because privacy shouldn't be a feature reserved for English speakers. LMSA is now available in Spanish, Russian, German, and Simplified Chinese. Why This Matters We built LMSA to make local LLMs and pri
Read More →
How to Connect Ollama to Android: The Complete LMSA Setup Guide
Running Ollama on your computer is one of the easiest ways to get a private, local AI model up and running. But Ollama by itself is a background service — it doesn't come with a mobile app, and interacting with it usually means typing commands into a terminal or hitting its API with curl. If you'd rather chat with your Ollama models from your phone while lying on the couch, there's a simple solution: LMSA, a free Android app built specifically to act as a mobile front-end for local AI servers li
Read More →
How to Connect LM Studio to Android: The Complete LMSA Setup Guide
If you've fallen in love with running local AI models on LM Studio, you've probably had this thought at least once: "I wish I could chat with my local models from my phone." The good news is you can — and you don't need to mess with cloud APIs, subscriptions, or sending your data to a third-party server to do it. The answer is a free Android app called LMSA (Local Model Smart Assistant), available at lmsa.app. LMSA acts as a mobile front-end for LM Studio, letting your Android phone or tablet t
Read More →
How to Deploy Your Own Text-to-Image API on a Budget VPS (No GPU Required)
Stable Diffusion has a reputation problem: most tutorials assume you own a GPU with 12GB+ of VRAM. If you've ever looked into self-hosting image generation and closed the tab after seeing "requires NVIDIA GPU" in the requirements, you're not the only one. The reality is that CPU-only image generation has quietly become viable, and you can now run a production-ready text-to-image API on a $20/month VPS with no graphics card at all. This guide walks through exactly how to do that using vps-diffus
Read More →
How to Deploy OpenAI-Compatible Endpoints as Local LLM Servers
If you've ever gotten a surprise bill from an API provider, or paused mid-project wondering where your prompts actually end up, you're not alone. A growing number of developers are quietly building their own private "OpenAI" — a local server that speaks the exact same language as the OpenAI API, but runs entirely on hardware they control. The good news: you don't need to be a machine learning engineer to do this. You need a laptop or desktop with a decent GPU (or even just a modern CPU), a free
Read More →
How to Run Local AI LLM Models on Ubuntu with LM Studio (2026 Step-by-Step Guide)
Running large language models (LLMs) locally has become one of the most practical ways to use AI without sending your data to the cloud. If you're on Ubuntu and want a simple, GUI-based way to download, run, and manage open-source LLMs on your own hardware, LM Studio is one of the easiest tools available. This guide walks you through installing LM Studio on Ubuntu, downloading your first model, running it locally, and even accessing it from your Android phone using LMSA, a dedicated mobile clien
Read More →
Your Local LLM Just Got a Real Voice
If you've used Voice Mode in LMSA, you know the drill. You tap the mic, say something, your phone transcribes it locally, your model thinks it through, and then Android's built-in text-to-speech reads the answer back to you. It works. It's private. It's also, if we're honest, a little robotic. That's changing today. LMSA now supports premium, privacy-first AI voice models that power both Voice Mode and text-to-speech playback in your chat history — and they run entirely on your Android device,
Read More →
How to Install LM Studio on Windows, Mac, and Linux (A Beginner's Guide)
If you've ever wanted to chat with an AI model without sending your data off to some company's server, LM Studio is one of the easiest ways to get there. It's a free desktop app that lets you download open-source language models and run them entirely on your own computer — no internet connection required once a model is downloaded, no subscription, and no one looking over your shoulder. The good news is that installing it is genuinely simple, even if you've never touched a terminal in your life
Read More →
LMSA Won't Connect to LM Studio? 10 Fixes That Actually Work
You've got LM Studio running, a model loaded, the server started, and LMSA still throws "Connection Failed" or just spins forever. It's one of the most common hiccups people hit when setting up local AI on Android, and the good news is that it almost always comes down to one of a small handful of causes. Work through these in order and you'll almost certainly find the culprit before you get to the bottom of the list. 1. Enable "Serve on Local Network" in LM Studio This is the fix that trips u
Read More →
Best Uncensored GGUF Models for 8GB VRAM in 2026
This guide goes through what's actually sitting at the top of the charts today, what fits an 8GB card cleanly, and what needs a workaround (or a bigger card) to run well.
Read More →
How Students Can Use Local AI for Studying Without Sending Data to the Cloud
Somewhere on your campus right now, a nursing student is pasting patient case notes into ChatGPT to build a study guide. A grad student is uploading a half-finished thesis chapter to get feedback before a meeting with their advisor. A pre-med student is dropping lecture slides full of exam content into a chatbot to generate practice questions. None of them are doing anything malicious. Most of them have never been told there's a problem with any of this. But there is a problem, and it's bigger
Read More →
How Much RAM/VRAM Do You Need to Run 7B, 13B, and 70B Models Locally?
If you've spent any time in local AI communities, you've probably seen this question asked a hundred different ways: "Can my GPU run this model?" "Will 16GB of RAM be enough?" "Why did my download just crash my whole computer?" The honest answer is that model size and memory requirements aren't as simple as matching gigabytes to parameter counts. Quantization, context length, and the difference between VRAM and system RAM all change the math significantly. This guide breaks down exactly what yo
Read More →