Solo research · Open source · Privacy-first

AI that works for you,
not around you.

Privami is an independent research brand exploring how artificial intelligence can be applied to everyday life — without trading your privacy for features.

Privacy by design

Every project starts with a simple question: can this work without sending your data somewhere else? If the answer is yes, that's the direction we take.

Practical AI

Research aimed at things people actually do every day — not theoretical benchmarks. If it doesn't fit in a real pocket, it doesn't make the cut.

Open source

All projects are open and available on GitHub. You can inspect, fork, and build on anything here. No black boxes, no paywalled source.

What we're building

Privami AI screenshot
Android · React Native

Privami AI

A fully local AI assistant for Android. Runs your chosen model on-device, supports web search via DuckDuckGo, and lets you configure every parameter — all without an internet connection for inference.

Built by one person, for everyone.

Privami is a solo project. No VC funding, no data monetization, no ads. Just independent research into making AI genuinely useful without the usual privacy tradeoffs. If this work matters to you, consider supporting it.

♥ Support Privami GitHub
Android · React Native · Local inference

Your AI, on your device.
No cloud. No compromise.

Privami AI runs large language models entirely on your Android phone. Web search, a configurable system prompt, and full parameter control — all without sending a single message to an external server.

Everything you need.
Nothing you don't.

100% local inference

The model runs entirely on your phone. Your prompts, your conversations, and your data never leave the device.

Web search via DuckDuckGo

Toggle web search on before sending a message to let the model pull real-time results — no API key needed, no tracking.

Configurable parameters

Adjust temperature, top-p, top-k, repeat penalty and more directly in the app. Tune the model's behavior to exactly what you need.

Custom system prompt

Define the model's persona, tone, and behavior before any conversation starts. Make it a tutor, an assistant, a creative partner — your call.

Curated model selection

Ships with four hand-picked models ready to download directly in the app — Llama 3.2 1B, Qwen2.5 0.5B, DeepSeek-R1-Distill-Qwen-1.5B, and SmolLM2-1.7B.

Open source

Everything is open on GitHub. Fork it, inspect it, build on it. Based on EdgeLLM by MekkCyber.

See it in action

Chat interface
Sidebar interface
Settings interface

Real-time results, one tap away.

1

Tap the web search button

Before writing your message, tap the web search toggle in the chat input bar. The button lights up to show it's active for this prompt.

2

Send your message

Type and send your question as usual. The app detects that web search is on and fires a query to DuckDuckGo — no API key required, no account needed.

3

Results are injected as context

The top results from DuckDuckGo are passed silently to the model as additional context, giving it access to information it wouldn't otherwise have.

4

The model answers with fresh data

The local model generates a response grounded in both its training and the live search results. You stay in control — search only runs when you explicitly enable it.

Fine-tune everything.

Parameter What it does
temperature Controls how creative or predictable the model's answers are. Lower values produce more focused, deterministic responses; higher values produce more varied and exploratory ones.
top_p Nucleus sampling — the model considers only the set of tokens whose cumulative probability reaches this threshold. Lower values make the model more conservative.
repeat_penalty Discourages the model from repeating the same words or phrases. Raise it if responses start looping; lower it for creative writing where repetition might be intentional.
system_prompt A freeform instruction that defines the model's persona and behavior before any conversation starts. Use it to set the tone, role, language, or constraints for the assistant.

Download models directly in the app.

Privami AI comes with built-in support for the following models — no manual downloads or file management needed. Just open the app and download the one you want to use.

Llama 3.2 1B — Meta
Qwen2.5 0.5B — Alibaba
DeepSeek-R1-Distill-Qwen-1.5B — DeepSeek
SmolLM2-1.7B — HuggingFace