frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Local LLM App by Ente

https://ente.com/blog/ensu/
118•matthiaswh•2h ago

Comments

moqster•1h ago
Heard the first time about them (ente) yesterday in a discussion about "which 2FA are u using?". Directly switched to https://ente.com/auth/ on Android and Linux Desktop and very happy with it.

Going to give this a try...

_factor•1h ago
You presumably had a working 2fa app already, but off the cuff decide to switch to new unvetted variant X; basically unknown auth system after reading a few paragraphs of text in an afternoon?

Does this seem sound?

ahofmann•1h ago
While I would have the same reaction, in this case I think it is a sane decision. Ente is cornering the privacy market and I think they're doing a great job. They have a lot to lose (trust) and it would be stupid if they did something shady with the data entered in the 2FA app.
stonogo•1h ago
> cornering the privacy market

this seems self-contradictory

PurpleRamen•33m ago
Not knowing them, how could OP trust them instantly? Whether they really have that trust or not, you have to know them for a while and from many different trustable sources. The story is a bit strange.
yolo_420•1h ago
Ente is extremely well known in the privacy circles, so this is not just some random company with a random app out of nowhere. Check PrivacyGuides for example.
zaphod12•45m ago
if it helps, I've used ente for a year and I really like it.
deltoidmaximus•25m ago
I ended up picking them because they were the only open source one that worked on all my devices IIRC.

https://en.wikipedia.org/wiki/Comparison_of_OTP_applications

mschulze•1h ago
Oh, wow, thanks for posting that. I switched to Ente for my photos recently, had no idea they also have a 2FA app. I was looking for a replacement for Aegis (after a switch to iOS), and this can even import from Aegis backup files. Neat. This means I can finally ditch my old phone I still had to have around just for 2FA :)
glitchc•48m ago
This sounds like an ad.
gwerbret•41m ago
As do most of the associated comments. I think we're surrounded by bots.
mschulze•35m ago
I'm not a bot. Check my comment history and account age.
yomismoaqui•9m ago
You sure were when you posted those comments, but now, we cannot be sure...

So you look down you see a tortoise. It's crawling towards you.

VladVladikoff•1h ago
Maybe I’m missing it but the page is really light on technical information. Is this a quantized / distilled model of a larger LLM? Which one? How many parameters? What quantization? What T/s can I expect? What are the VRAM requirements? Etc etc
hellcow•1h ago
I tried it on my iPhone 13 mini. I believe the model you get changes depending on your phone specs. For me it downloaded a ~1.3GB model which can speak in complete sentences but can’t do much beyond that. Can’t blame them though—that model is tiny, and my device wasn’t designed for this.
NitpickLawyer•1h ago
You can see what it uses here - https://github.com/ente-io/ente/blob/main/web/apps/ensu/src/...

Either LFM2.5-1.6B-4bit or Qwen3.5-2B-8bit or Qwen3.5-4B-4bit

embedding-shape•1h ago
Huh, 1.6B/2B/4B models, I guess they weren't joking when they said "not as powerful as ChatGPT or Claude Code". Also unsure why they said "Claude Code", it's not an CLI agent AFAIK?
dgb23•41m ago
This seems to be a general chat app, but otherwise small models can be very effective within the right use cases and orchestration.
embedding-shape•37m ago
> otherwise small models can be very effective within the right use cases and orchestration

very limited amount of use cases, perhaps. As a generalized chat assistant? I'm not sure you'd be able to get anything of value out from them, but happy to be proven otherwise. I have all of those locally already, without fine-tuning, what use case could I try right now where any of those are "very effective"?

Mashimo•29m ago
> Also unsure why they said "Claude Code", it's not an CLI agent AFAIK?

Claude Code is a Desktop app as well.

yomismoaqui•17m ago
The consfusing way AI companies like to name products is something to be studied.
lancekey•14m ago
I don’t think so. IIRC the desktop app is called Claude and it has a code option in the UI.
sync•58m ago
Hmm, the Mac app downloaded gemma-3-4b-it-Q4_K_M.gguf for me (on an Apple M4) - maybe the desktop apps download different models?

Though, I don't see any references to Gemma at all in the open source code...

ahofmann•1h ago
I have the same questions. After installing the app, it downloads 2.5 GB of data. I presume this is the model.
juliushuijnk•1h ago
I'm working on a rather simple idea; a Wordpress plugin that allows you to use a local LLM inside your wordpress CMS.

It requires a Firefox add-on to act as a bridge: https://addons.mozilla.org/en-US/firefox/addon/ai-s-that-hel...

There is honestly not much to test just yet, but feel free to check it out here, provide feedback on the idea: https://codeberg.org/Helpalot/ais-that-helpalot

The essence works, I was able to let it make a simple summary on CMS content. So next is making it do something useful, and making it clear how other plugins could use it.

HelloUsername•58m ago
Spam? Ad?

Also: "Your AI agent can now create, edit, and manage content on WordPress.com" https://wordpress.com/blog/2026/03/20/ai-agent-manage-conten...

juliushuijnk•55m ago
Spam for what? This is hackernews, I'm "hacking something" to push more control to users.

I'm talking about connecting Ollama to your wordpress.

Not via MCP or something that's complicated for a relatively normal user. But thanks for the link.

juliushuijnk•51m ago
It seems your link about the Wordpress variation validated my idea :).

If the new Wordpress feature would allow for connecting to Ollama, then there is no need anymore for my plugin. But I don't see that in the current documentation.

So for now, I see my solution being superior for anyone who doesn't have a paid subscription, but has a decent laptop, that would like to use an LLM 'for free' (apart from power usage) with 100% privacy on their website.

bilekas•49m ago
> use a local LLM inside your wordpress CMS

For when wordpress doesn't have enough exploits and bugs as it is. Also why bother with wordpress in the first place if you're already having an LLM spit out content for you ?

juliushuijnk•48m ago
What's your point? Don't use LLM for CMS content? That my code is buggy? Or that people shouldn't trust the LLM they run on their computer on their own website?

You can check the code for exploits yourself. And other than that it's just your LLM talking to your own website.

> Also why bother with wordpress in the first place

Weird question, but sure, I use WordPress, because I have a website that I want to run with a simple CMS that can also run my custom Wordpress plugins.

chocks•1h ago
This looks amazing! As I learn and experiment more with local LLMs, I'm becoming more of a fan of local/offline LLMs. I believe there's a huge gap between local LLM based apps and commercial models like Claude/ChatGPT. Excited to see more apps leveraging local LLMs.
netfl0•1h ago
Weird hype going on here in comments.
nathan_compton•1h ago
Please god stop letting LLMs write your copy. My brain just slides right over this slop. Perhaps you have a useful product but christ almighty I cannot countenance this boring machine generated text.
franze•55m ago
if you are into local LLMs check out apfel

https://github.com/Arthur-Ficial/apfel

Apple Ai on the command line

echion•48m ago
Looks excellent -- thanks; shame older intel macs don't get it (a lot of those still around)
hmokiguess•41m ago
I've been having fun with this one https://github.com/osaurus-ai/osaurus
koehr•53m ago
I just tried it. It downloaded Qwen3.5 2B on my phone and it's pretty coherent in its sentences, but really annoying with the amount of Ente products mentioned in every occasion. Other than that it's fast enough to talk to and definitely an easy way to run a model locally on your phone.
mkagenius•47m ago
Had used cactus before - https://news.ycombinator.com/item?id=44524544

Then moved to pocket pal now for local llm.

dgb23•44m ago
The (hn) title is misleading (unlike the actual title): It's an LLM _App_ not an LLM.
post-it•43m ago
> This is not the beginning, nor is this the end. This is just a checkpoint.

Come onnnnnn. I would rather read a one line "Check out our offline llm" rather than a whole press release of slop.

This looks very neat. I'm not familiar with the nitty gritty of AI so I really don't understand how it can reply so quickly running on an iPhone 16. But I'm not even going to bother searching for details because I don't want to read slop.

maxloh•43m ago
There is also another app called Off Grid, which lets you run any model from Hugging Face (of course you need to choose one your phone can handle).

https://github.com/alichherawalla/off-grid-mobile-ai

talking_penguin•40m ago
How is this any different from Ollama plus Open Web UI?
jubilanti•30m ago
There's dozens of local inference apps that basically wrap llama.cpp and someone else's GGUFs. The decentralized sync history part seems new? Not much else. But the advertisement copy is so insufferably annoying in how it presents this wrapper as a product.

Have a comparison chart to Ollama, LMStudio, LocalAI, Exo, Jan.AI, GPT4ALL, PocketPal, etc.

cdrnsf•21m ago
I like Ente, but isn't their core product a photos application? Its offshoots like this and 2FA feel incongruous.
FitchApps•21m ago
Have you tried WebLLM? Or this wrapper: CodexLocal.com Basically, you would have a rather simple but capable LLM right in your browser using WebLLM and GPU
emehex•15m ago
There are literally 1000s of these types of apps. Why is this on the Front Page?
lone-cloud•7m ago
Any half capable engineer can vibe code this in a week. Who cares?
imadch•5m ago
What do you mean by IA in your device ? is it a local LLM ? if yeas how much params 4B or 8B...?? device requirements not mentionned too

Apple Just Lost Me

https://andregarzia.com/2026/03/apple-just-lost-me.html
162•syx•43m ago•107 comments

Local LLM App by Ente

https://ente.com/blog/ensu/
128•matthiaswh•2h ago•48 comments

Meta told to pay $375M for misleading users over child safety

https://www.bbc.com/news/articles/cql75dn07n2o
333•testrun•6h ago•180 comments

My Astrophotography in the Movie Project Hail Mary

https://rpastro.square.site/s/stories/phm
150•wallflower•3d ago•57 comments

TurboQuant: Redefining AI efficiency with extreme compression

https://research.google/blog/turboquant-redefining-ai-efficiency-with-extreme-compression/
317•ray__•10h ago•91 comments

Goodbye to Sora

https://twitter.com/soraofficialapp/status/2036532795984715896
899•mikeocool•19h ago•658 comments

VitruvianOS – Desktop Linux Inspired by the BeOS

https://v-os.dev
245•felixding•11h ago•147 comments

Flighty Airports

https://flighty.com/airports
408•skogstokig•14h ago•148 comments

OpenAI's latest repo has Claude as the third top contributor

https://twitter.com/CodeByNZ/status/2036723050197012771
13•mirzap•19m ago•1 comments

Tell HN: Litellm 1.82.7 and 1.82.8 on PyPI are compromised

https://github.com/BerriAI/litellm/issues/24512
811•dot_treo•1d ago•455 comments

Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller

https://videojs.org/blog/videojs-v10-beta-hello-world-again
501•Heff•21h ago•98 comments

In Edison’s Revenge, Data Centers Are Transitioning From AC to DC

https://spectrum.ieee.org/data-center-dc
206•jnord•14h ago•250 comments

Building a coding agent in Swift from scratch

https://github.com/ivan-magda/swift-claude-code
17•vanyaland•4h ago•7 comments

VNDB founder Yorhel has died

https://vndb.org/t24787
101•indrora•2d ago•19 comments

Apple Business

https://www.apple.com/newsroom/2026/03/introducing-apple-business-a-new-all-in-one-platform-for-b...
679•soheilpro•23h ago•381 comments

How to Keep ICE Agents Out of Your Devices at Airports

https://theintercept.com/2026/03/25/ice-airports-phone-security-privacy-safety/
3•cdrnsf•11m ago•0 comments

I wanted to build vertical SaaS for pest control, so I took a technician job

https://www.onhand.pro/p/i-wanted-to-build-vertical-saas-for-pest-control-i-took-a-technician-job...
361•tezclarke•17h ago•150 comments

Why I forked httpx

https://tildeweb.nl/~michiel/httpxyz.html
175•roywashere•6h ago•126 comments

Microbenchmarking Chipsets for Giggles

https://chipsandcheese.com/p/microbenchmarking-chipsets-for-giggles
28•zdw•2d ago•0 comments

Arm AGI CPU

https://newsroom.arm.com/blog/introducing-arm-agi-cpu
374•RealityVoid•21h ago•281 comments

The Last Testaments of Richard II and Henry IV

https://www.historytoday.com/archive/feature/last-testaments-richard-ii-and-henry-iv
46•Petiver•3d ago•10 comments

Looking at Unity made me understand the point of C++ coroutines

https://mropert.github.io/2026/03/20/unity_cpp_coroutines/
87•ingve•3d ago•75 comments

Algorithm Visualizer

https://algorithm-visualizer.org/
160•vinhnx•4d ago•8 comments

You can run a DNS server (2025)

https://simonsafar.com/2025/running_dns/
114•surprisetalk•5d ago•75 comments

Show HN: Email.md – Markdown to responsive, email-safe HTML

https://www.emailmd.dev/
334•dancablam•22h ago•85 comments

I tried to prove I'm not AI. My aunt wasn't convinced

https://www.bbc.com/future/article/20260324-i-tried-to-prove-im-not-an-ai-deepfake
107•dabinat•4h ago•121 comments

Fun with CSF firmware (RK3588 GPU firmware)

https://icecream95.gitlab.io/fun-with-csf-firmware.html
50•M95D•3d ago•0 comments

Show HN: DuckDB community extension for prefiltered HNSW using ACORN-1

https://github.com/cigrainger/duckdb-hnsw-acorn
71•cigrainger•11h ago•5 comments

Wine 11 rewrites how Linux runs Windows games at kernel with massive speed gains

https://www.xda-developers.com/wine-11-rewrites-linux-runs-windows-games-speed-gains/
1106•felineflock•20h ago•397 comments

Show HN: Gemini can now natively embed video, so I built sub-second video search

https://github.com/ssrajadh/sentrysearch
383•sohamrj•1d ago•97 comments