frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Local text, image, video, music and 3D from one CLI, no Python

https://github.com/sawfwair/mere-run
1•sawfwair•42m ago
Hi HN! I'm the author of mere.run a local first inference runtime built around an installable CLI. I believe that whenever possible we should use the stuff we already own (like our Mac laptops, decent machines gathering dust, our gaming PC) and the limited electrical power we have easy access to, like the socket in the wall next to most of us. We shouldn't have to send our data to the cloud hoping some T&C will prevent it from being used in a way that we'd regret. Most of the local AI solutions are technical, involved, and land a curious body in some package hell. People are optimizing for one system and not another, the fun stuff is on PC if you own a Mac, and on Mac if you own a PC.

So mere.run was my choice to begin to patch many of those things that I saw as problematic. Text, chat, code, image gen, speech tts+asr, vision (caption/ground/segment/track/pose/depth/face/OCR/etc), music, sfx, video, 2d->3d, persistent worlds, lora training plus a few more things I am probably forgetting all in one place to work the way you work, with a scriptable CLI, an openAI compatible serve, and optionally a native app on Mac.

It's native swift on MLX, no python, PyTorch, diffusers for inference. For text lanes with GGUF it uses llama.cpp and for a/v muxing its FFmpeg. Most upstream releases that don't have an MLX variant are converted offline and hosted on huggingface. All release packages are built for arm64 (Mac & Cuda) plus x86. They're signed and ship SHA256SUMS. No windows at the moment.

> mere.run model capabilities --recommended # That inspects your machine before recommending to prevent pulling models that don't fit your spec

There's a workflow layer with typed, validated graphs so you can create immutable job bundles and run them locally, over an ssh executor or using a fleet of machines and the relay service. (It's hosted at relay.mere.run and is currently invite only while I test, but its also totally open MIT so you can set it up yourself)

The whole runtime is MIT along with the companion packages, models carry their own licenses and the CLI makes it clear when something has specific terms. Once you've pulled the models, everything works fully offline.

I've been working on a (hopefully) comprehensive docs -> https://docs.mere.run

No account, no API key, no analytics or phone home. Any network calls in the source are all at your request only like huggingface.co (models), GitHub.com (Pi install).

I'm just getting started, but it's finally at the point I'd love feedback, contributions, and just folks to generally find it useful. I hope it helps you make things and explore what's possible with the stuff you've already got in your home.

Would love any thoughts, questions, ideas and maybe a star if you do that kinda thing.

-Kyle

Show HN: ApeiroCraft – see when clients open your proposals

1•lolllll•55s ago•0 comments

The Silo Paradox

https://www.thesignalist.io/s/the-silo-paradox/
1•kodesko•2m ago•0 comments

Private Credit Gets Cheaper in Europe as Redemptions Pressure US

https://www.bloomberg.com/news/articles/2026-07-30/private-credit-gets-cheaper-in-europe-as-redem...
3•petethomas•2m ago•0 comments

America's biggest power grid just told data centers it can cut their power off

https://startupfortune.com/americas-biggest-power-grid-just-told-data-centers-it-can-cut-their-po...
2•yogthos•2m ago•0 comments

The D-Day in Color. Rare WWII Historical Footage Restored [video]

https://www.youtube.com/watch?v=q6JRZKArHjg
2•hakkikonu•3m ago•0 comments

I audited my AI leaderboard scale – every score dropped 6-15 points

https://agiranker.com/
2•baraklaniado•3m ago•1 comments

Show HN: Skill-up – Regression testing for Agent Skills

https://github.com/alibaba/skill-up
2•roark47•3m ago•0 comments

China Crosses Energy Milestone as Coal Falls Below 50% of Power

https://www.bloomberg.com/news/articles/2026-07-30/china-crosses-energy-milestone-as-coal-falls-b...
2•toomuchtodo•5m ago•1 comments

A new inference engine to run Kimi K3 2.78T parameter with 29GB of RAM

https://marcobambini.substack.com/p/the-waste-inference-engine
2•marcobambini•5m ago•1 comments

Do we even need a better GitHub?

https://www.aviator.co/blog/do-we-even-need-a-better-github/
1•tonkkatonka•6m ago•0 comments

Show HN: Figranium – Open-source visual Playwright control plane (Docker, API)

https://figranium.dev
1•asernasr•6m ago•0 comments

Boarding China's Last Bus

https://asteriskmag.com/issues/15/chinas-last-bus
1•surprisetalk•6m ago•0 comments

AI Bond Issuance Is Not AI's "Subprime Mortgage Crisis"

https://www.crisesnotes.com/sigh-no-ed-zitron-ai-bond-issuance-is-not-ais-subprime-mortgage-crisis/
1•m-hodges•9m ago•0 comments

Medicine Is Moving from Calendars to Clocks

https://erictopol.substack.com/p/medicine-is-moving-from-calendars
1•brandonb•10m ago•0 comments

A fix can be correct, verified, and still not be in effect

https://innellis.com/research/fix-correct-verified-not-in-effect
1•Cena_Quant•12m ago•0 comments

Europe's fires are just the start

https://economist.com/leaders/2026/07/28/europes-fires-are-just-the-start
3•andsoitis•12m ago•0 comments

Show HN: I Forked MinIO Object Storage and Made It Run Faster

https://github.com/buckit-io/buckit
1•rooseveltlai•13m ago•1 comments

Programming as Theory Building (By Peter Naur)

https://feelingof.com/episodes/061/
1•tosh•13m ago•0 comments

Expedition to Find Amelia Earhart's Plane Will Begin This Year

https://www.today.com/news/amelia-earhart-plane-location-expedition-rcna588894
2•gmays•15m ago•1 comments

Show HN: Hacker Fables – A satirical cyberpunk novel you can read as a man page

https://sebastiancarlos.github.io/hacker-fables/
1•httbs•15m ago•0 comments

Kaspar Hauser

https://en.wikipedia.org/wiki/Kaspar_Hauser
1•vermilingua•16m ago•0 comments

I aggregated 32 Claude Code sessions: 96.8% of tokens went to re-reading history

https://note.com/roten/n/nac8aef48851f
1•ploofnexa•18m ago•1 comments

Show HN: nBases – off-market monthly rentals for nomads, direct with the host

https://nbases.com
1•antoinechstr•18m ago•0 comments

The Remarkable Proliferation of Cancer Immunotherapies

https://erictopol.substack.com/p/the-remarkable-proliferation-of-cancer
2•brandonb•19m ago•0 comments

I tested whether verifying LLM cache hits in real time helps (weak yes)

https://github.com/imxinchengyou/CacheVerifier
1•ChengyouXin•20m ago•0 comments

Setting timers in simple games (feat. the frame rule)

https://lynn.github.io/blog/pico-timers/
1•birdculture•21m ago•0 comments

The 73,000-server market reselling Western frontier AI into China

https://infrawatch.com/blog/73000-servers-selling-western-frontier-ai-into-china-transfer-stations
2•lloyddd•21m ago•0 comments

Claude Can Access Your Other Devices

https://braw.dev/blog/2026-07-30-claude-can-access-your-other-devices/
3•kisamoto•21m ago•0 comments

Show HN: Find Foreclosure and REO Deals Before They Hit the MLS

https://www.foreclosuredatahub.com
1•qwikhost•22m ago•0 comments

I wanted to run my own AI. My laptop says not yet

https://marcioflorindo.com/renting-most-of-my-intelligence.html
2•mjpf•22m ago•0 comments