r/localaiapps

What local ai agents can be useful for a research guy like me to self host in a potato pc

​

So I am a chemical biologist in my work i accumulate a large amount of text , data , imaging files . And while looking through the net I found local agents which can be self hosted can be of much use

I am hoping that it can

1 Arrange and keep a track of my files

2 Keep me updated about my schedule, and and modify events on command

3 scrape through internet to see what's new about peptide chemistry

4 get me any information from the files and protocols saved

I have a intel i7 6700k and 32 gigs of ddr4 with a nvdia k620 with 2gb vram

Can you give this newbie some tips

reddit.com
u/Correct_Hotel_1935 — 2 days ago

Who Else Is Building a Real Offline AI?

I’m training a local/offline AI named Christine, and I want to see what else is actually out there besides cloud wrappers, benchmark flexing, and “trust me bro” demos. After reading this, ask yourself what Christine's existence means for the cloud, datacenters, and large scale buildout.

Christine runs locally on a laptop, stays bounded, and is being built to do real work without pretending she’s some magical all-powerful AGI. She already has a legit offline-first stack, tool/task routing, local knowledge handling, desktop-action pathways, and a surprisingly strong free-tier mode that still works when the heavier model path isn’t available. A real Jarvis on a laptop.

What makes her interesting to me is that she’s not just a chatbot. She has a cognitive abstraction loop, rumination paths, imagination/guided idea generation, and bounded internal reasoning layers that are meant to improve how she plans, reflects, and works through problems over time. In other words, I’m not just training for replies, I’m training for actual agentic behavior on local hardware.

She’s running on:

Lenovo 83JM

Intel Core Ultra 9 285H

\~32 GB RAM

NVIDIA GeForce RTX 5050 Laptop

Intel Arc 140T

Intel AI Boost NPU

I’m especially looking for videos of other local/offline/bounded systems that show:

real conversation or reasoning

tool use or task execution

memory or abstraction behavior

failure modes and limits

how they run on normal hardware

progress over time, not just a one-off cherry-picked demo

If you’ve got:

demo videos

GitHub repos

writeups

training logs

your own local AI project

drop them in the comments.

I’m going to keep posting Christine’s progress, and honestly I want to see who’s actually building something real in this space and who’s just dressing up API calls.

reddit.com
u/HotEstablishment7184 — 2 days ago

I built a AI app for your phone that has every frontier AI model (over 400 models) while having agent ability...

(note: on the video I only show a small part of all the models)

After 5.1.x internal versions, I finally open-sourced my Android AI app — **Kryzz AI**.

# TL;DR

Open-source Android app that gives you chat, voice, and agent workflows powered by OpenRouter (414 models), with strict local-first storage and zero telemetry. v5.1.15 source is now public on GitHub under MIT, with a debug APK ready to sideload.

# What's actually in it

* **Chat** with any of 414 OpenRouter models (per-chat reasoning controls, citations, token + cost tracking)

* **Agent workflows** (think & research / create & build — DOCX, XLSX, SQLite, code ZIPs, generated locally)

* **Voice session** with adaptive turn detection and barge-in to interrupt mid-reply while having the highest quality voice (Fishaudio)

* **Memory + library** — local Room DB for chats, folders, memory entries, skills; JSON backup/restore

* **Encrypted credential vault** — AES-GCM with a non-exportable Android Keystore key (so the keys never touch the filesystem)

# Why I built it

I wanted a single Android workspace for chat, voice, and tool-driven work where everything stays on the device. Most AI apps lock you into one vendor's UI, send analytics, and keep your history on their servers. Kryzz AI doesn't — it talks to whatever provider you point it at (OpenRouter for AI, optional Fish Audio for voice, optional Parallel for research) and stores everything locally.

# Screenshots from the v5.1.15 build

* New chat home with model picker

* Agent workflow picker (Think & Research / Create & Build)

* Voice session in Listening state

* Side drawer with chat history and folder filters

* Settings home (Appearance / AI / Voice / Memory / Tools)

* Galactic About overlay (triple-tap the logo to see it)

# Tech stack, in case anyone is curious

* Kotlin + Jetpack Compose (Material 3)

* Room (12 schema versions migrated cleanly), DataStore preferences

* OkHttp + custom SSE parser for streaming responses

* MVVM, Coroutines/Flow throughout

* Android Keystore for credential encryption

# What's next

I deliberately skipped CI, signing pipelines, and the Play Store for v1 — those are next up. Open to feedback on the model-catalog routing, the voice turn-detection, the Room schema-migration strategy, or anything else.

# Links

* **Source + README + LICENSE**: [https://github.com/kriddss3/kryzz-ai\](https://github.com/kriddss3/kryzz-ai)

* **Debug-signed APK (\~74 MB)**: [https://github.com/kriddss3/kryzz-ai/releases/tag/kryzz-AI-v1-(debug)\](https://github.com/kriddss3/kryzz-ai/releases/tag/kryzz-AI-v1-(debug))

Happy to answer anything. — Kristofers

u/Brilliant_Pumpkin_91 — 2 days ago

What can a fully offline local AI agent actually do well?

I’m trying to separate the hype from the useful stuff with offline agents.

Without internet, I know it can’t research current info or connect to online tools. But I’m guessing there are still decent use cases like organizing files, summarizing saved docs, searching notes, transcribing audio, extracting text from screenshots, or helping with local code.

What offline agent tasks have actually worked well for you?

reddit.com
u/Emergency-Cost-841 — 3 days ago
▲ 12 r/localaiapps+2 crossposts

How is your experience using local AI to your browser

Little thing that stuck with me lately:

More than 30% of surfmind users run local models. We went hard on that support from day 1 and it’s cool to see people actually using it that way.

Would love to get more feedback from self-host folks on your experience with surfmind

u/Unlikely_Resist281 — 3 days ago
▲ 12 r/localaiapps+5 crossposts

Local LLM on the Apple Silicon Macs

I've been messing with on-device AI stuff for Apple Silicon Macs and put together LocalLM Lab to make experimentation easier.

It started as a simple prompt interface as just a way to poke at Apple's on-device foundation model and see how it responds. Since then I've added an OpenAI API-compatible endpoint (localhost or external IP), so you can point existing tools/scripts at it like any other local model server.

Right now it's built on Apple's Foundation Models framework. With the new LanguageModel protocol Apple introduced this year, the framework isn't locked to Apple's on-device model anymore. Any provider that ships a conforming Swift package (local MLX models, Claude, Gemini, etc) should be a plug-in. I'm looking at wiring that up so LocalLM Lab isn't limited to just the built-in model.

It's a free download from thisbrain.ai/locallm

Let me know how you think LocalLM Lab should evolve. MCP? Model switching in the UI? Something else?

u/AdventurousKeys — 3 days ago
▲ 11 r/localaiapps+2 crossposts

Local AI Desktop App

Hey guys, Ive been working on a proper desktop app for local LLMs that gives them a lot of tools, and allow things like picture and 3d meshes as well as obviously coding. this is still early lol, but if anyone has any ideas, or anything that you could see as a use case i would Love to talk about it. Anyone who wants to try it here is more than welcome. https://arvantasolutions.com/downloads

u/SniperFocus22 — 5 days ago

Any local first setup similar to Lovable or Bolt for building AI apps?

I've been experimenting with tools like Lovable and Bolt for quickly putting together small apps and prototypes and the workflow is honestly pretty smooth. You describe what you want then get a working version then keep iterating through chat. but the longer I use them the more I run into limitations. the generated code gets messy over time and its harder to understand or maintain properly. it also feels pretty tied to the platform which makes it uncomfortable having everything live in a hosted environment from the beginning.

What i'm trying to figure out is whether theres a similar approach thats more local first. something where the project ives locally instead of being locked in a cloud tool, I can use my own API keys or models, everything can still be opened and edited in a normal dev setup. I'm not dependent on a single platform to keep working on it.

Has anyone here actually built projects like this? curious what people are using that gets close to this kind of workflow

reddit.com
u/Overall_Mobile_4600 — 5 days ago

I built an AI-powered essential oil assistant using a local Llama model. Seeking beta testers!

Hey everyone,

My latest side project is **OleaAI**, a mobile app designed to help users track their essential oil inventory and safely build custom blends.

**The Tech:** To help answer user questions without exposing them to generic/hallucinated web answers, I integrated a local Llama AI model specifically prompted for essential oil safety and recipes. The backend is Node.js, and the app is built in Flutter.

**The Ask:** I'm currently running an open beta and looking for testers. Even if you aren't big into essential oils, I would love feedback on the onboarding flow, the UI responsiveness, and how the local AI performs on your specific device.

You can sign up for the beta here: https://oleaai.pixelmatrix.dev

Let me know if you have any questions about the stack or the development process!

reddit.com
u/jorge22f — 5 days ago
▲ 5 r/localaiapps+1 crossposts

Help a non tech person with Open WebUI desktop

I am trying out Open WebUI desktop + Ollama +qwen2.5:3b ... I am trying to use it a companion journal. Where I talk things through about my day and other personal thoughts and it is non judgemental. Not replacing medical advise. Just as if I was talking to a long time friend. I have it running but how do I set it up to work for me? I have tried going into Admin settings but just don't know enough to figure it out. Is there a step by step set of instructions for non tech person. Just basic terms to help me. TIA

reddit.com
u/Professional-Toe4687 — 5 days ago

What can I realistically do?

I am currently building up a local assistant profile on my MacBook Pro M2 with 32gbs.

With Claude I am building out this Hermes agent to be my assistant. I am using Qwen3.6 A3B 4bit. We have Frankensteined a system that allows it to add events to my calendar and text me a morning brief when I wake up my MacBook in the mornings.

It’s been a lot of work 😅

The end goal / the dream is to be able to chat with my assistant through messages and emails so that it can be proactive with my calendar and help me as organized as possible.

The hole thing is set up with oMLX with 24gbs memory cap. It’s tight. My worry is that the dream isn’t feasible with what I am working with. And would like my expectations adjusted jajaja

I know a dedicated device would be better but I can afford that just yet.

Any suggestions would be great! I have no idea what I am doing lol

reddit.com
u/justgreg13 — 7 days ago
▲ 197 r/localaiapps+6 crossposts

Local-First AI Writing App

Built a local-first writing editor using Tauri v2.

  • 100% Offline Grammar & Proofreading: Powered by a local LanguageTool engine
  • 15 On-Device AI Tools: Rewriting, tone shifts, summaries, and structured tables via local quantized GGUF models (llama.cpp)
  • Ollama Integration: Auto-detects local Ollama instances or uses a bundled local model
  • No Cloud / No Accounts: Everything stays strictly on your device
  • Full Desktop Packaging: Compatible with Windows and Mac

GitHub: https://github.com/AashishH15/Lexicon

Website: https://lexicon-writer.pages.dev/

I built this because I wanted an offline Grammarly alternative where my drafts never touch a cloud server. Let me know what you think!

u/DeadlyHydra8630 — 11 days ago

Considering a version of CouncilAI that routes between Claude/GPT/Grok APIs instead of local models — worth building?

CouncilAI right now is fully local — 4 models on your own hardware, no cloud, no accounts. Been getting consistent feedback that the audience for that specific pitch is small (people who'd want it can build it themselves with Ollama).

Considering a different direction: same routing/deliberation concept, but using your own API keys for Claude, GPT, Grok, etc. instead of local models. Same idea — route your question to the model best suited for it, or run multiple in parallel and compare — but using the frontier models you're likely already paying for instead of local ones.

This would be a genuinely different product, not an update to the current one — trades the "fully offline, nothing leaves your device" pitch for "stop manually switching between ChatGPT/Claude tabs, let routing pick the right one and compare answers when it matters."

Would this solve an actual problem for you? Genuinely trying to figure out if this is worth building or if it's solving a problem nobody has

reddit.com
u/Fun_Statement_6108 — 11 days ago
▲ 12 r/localaiapps+1 crossposts

LocalLLM 1.8 is live — your local model can now see: attach a photo and ask about it, 100% on-device

1.8 is live on the App Store. The headline this release:

👁️ Your AI can see now — fully offline

  • Download SmolVLM2 (500M, ~440MB — runs on anything; or 2.2B for better answers), attach a photo or screenshot in chat, and ask about it.
  • The whole pipeline is on-device: the vision encoder, the language model, your photos. Nothing is uploaded, same promise as always.
  • Works great for screenshots — "what does this error mean", "summarize this receipt", that kind of thing.

📁 Bring your own GGUF (most-requested by this sub)

  • Settings → Advanced → Import Model File: pick any .gguf from the Files app and chat with it.
  • We validate the file before copying so a mislabeled download fails fast instead of after 4GB.

🎭 Assistants

  • Pick a personality per chat (Writing Coach, Study Buddy, Coding Helper…) or write your own with custom instructions. Stored locally like everything else.

Recent stuff if you missed it:

  • 1.7: Quick Ask home-screen widget + the app now speaks 15 languages.
  • 1.5: hands-free voice conversation mode (speech in, speech out, all local).
  • 1.4: chat with your documents (offline RAG with tappable citations), Share Sheet, Siri & Shortcuts.

Everything runs on-device on iPhone/iPad. No account, no cloud, no telemetry.

Would love feedback on vision specifically: which VLMs you want next (Qwen3-VL? Gemma vision?), how SmolVLM2 quality feels on your device, and whether GGUF import handles your favorite models. Bug reports welcome.

https://apps.apple.com/us/app/localllm-offline-ai-chat/id6758588902

u/Perfect_Twist408 — 9 days ago

Local AI is great, but what do you actually use it for?

I've been interested in running AI locally because of the privacy and control it gives you, but I'm still trying to figure out which tasks really make sense without relying on cloud models.

For research, for example, I've been comparing the experience of using local models with tools like ResearchMaster.ai. Local models give you more control over where your data goes, but cloud-based tools can sometimes make things like gathering and organizing information much simpler

Some things seem like an obvious fit, while others feel unnecessarily complicated when a cloud tool can handle them in seconds.

reddit.com
u/Practical-Tutor-1172 — 10 days ago
▲ 9 r/localaiapps+4 crossposts

I built a macOS GUI for llama-server because I kept retyping the same command

Disclosure up front: this is my own project.

Two things pushed me into building it. I kept retyping the same llama-server invocation with three values changed, and I watched curl -C - fail to resume a 20 GB download one too many times.

It lists the GGUF files in my models folder and reads the headers directly, so the quant, the context length and whether it is MoE come from the file rather than from the filename. Opening one shows the exact command before it runs. While it is serving I get KV cache, tokens per second in both directions, memory pressure and swap in one place, plus a Test model button that hits the server for real — health, model list, alias, a chat completion, streaming — so I know it works instead of assuming it does.

Downloads pull from Hugging Face in four ranged segments, resume from a sidecar after a kill, verify sha256, and queue rather than refusing a second URL.

It has no chat interface of its own and is not getting one. A running model opens llama.cpp's own web UI in a second window.

Caveats: macOS only, and an unsigned beta, so the first launch is blocked and you have to allow it through System Settings > Privacy & Security — the README has the steps. It needs llama-server and does not ship it. There is a universal build but no Intel Mac has ever run it; if you have one I would like to hear what happens, particularly whether your llama-server has a GPU for the default -ngl all.

https://github.com/smkamranqadri/llamaport

u/Current-Quail-2503 — 12 days ago
▲ 7 r/localaiapps+1 crossposts

DarkAI - Private on-device LLM & Image Generator with memory

Hey everyone, I just launched the public beta for my new app, DarkAI.

It's a fully offline, on-device AI companion. It runs Large Language Models (LLMs) and diffusion image generation entirely locally on your hardware, so there is zero cloud processing and it is 100% private.

It also features a custom personality matrix and persistent memory, meaning it actually remembers what you tell it from past conversations and adapts to you.

Since it runs entirely on-device, I'm mainly looking for feedback on:
-Performance and inference speed on different iPhone and iPad models.
-How well the memory feature recalls past context.
-Any crashes or bugs when generating images.

Let me know what you think or if you run into any issues. Thanks!

testflight.apple.com
u/KindaTistic — 12 days ago