惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
雷峰网
雷峰网
GbyAI
GbyAI
Hugging Face - Blog
Hugging Face - Blog
N
Netflix TechBlog - Medium
博客园 - 聂微东
Y
Y Combinator Blog
罗磊的独立博客
博客园_首页
小众软件
小众软件
有赞技术团队
有赞技术团队
爱范儿
爱范儿
F
Fortinet All Blogs
C
Check Point Blog
Google DeepMind News
Google DeepMind News
云风的 BLOG
云风的 BLOG
Apple Machine Learning Research
Apple Machine Learning Research
M
MIT News - Artificial intelligence
月光博客
月光博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 司徒正美
aimingoo的专栏
aimingoo的专栏

HN's home page

Rainbow Query Language | Hacker News Exec into Node via Kubectl An AI native hedge fund The Seven-Action Documentation Model | Hacker News Package Manager for Kubectl Plugins Tongan Castaways | Hacker News Tech overlords plan for conscious AI to conquer the cosmos. What could go wrong? Data Breach Disclosure Lag Is Getting Worse How LLMs Work | Hacker News I Dropped PRDs for Shape Up Go Experiments Explained | Hacker News FCA's Palantir deal could expose UK financial data to Trump's US, critics fear WebXR BCI for Neural-Adaptive Avatar Control in Mixed Reality The first murder conviction via DNA analysis Tom Interviews Theo de Raadt of the OpenBSD Project (2019) [video] Show HN: Replace shell commands with bun shell typescript scripts Quay.io Is Down | Hacker News AI driven analysis of brokerage account fees in the UK Bill Gates Spent Years Crafting His Image. Now It's Cracking Using LLMs to secure source code Wi-Fi 8 in the Lab [video] The household battery revolution that could change energy bills and the world Is Python Becoming Pinyin? | Hacker News Livia – Executive Assistant | Hacker News FindMyPipe – Query Apple Find My from Linux for AI Agents Show HN: Agent skill for creating product launch videos with Remotion RecruitMyself – AI job search copilot for resumes and applications AI coding agents and the erosion of system understanding The 'Resting' Generation and South Korea's Youth Recession AMD Computex 2026: 10 Years of AM4, AM5 Support Through 2029
Technical feedback on a client-side microkernel enclave?
renrenrenren · 2026-06-25 · via HN's home page

I'm Ren, a solo founder. I'd planned to post this as a Show HN, but my account is still new, so I'm hoping to get some technical discussion here instead.

For the last several months, I've been building a client‑side microkernel enclave using a piece of software called Uracil.

Uracil compiles to teeny-tiny binaries (~75kb to ~340kb) that run as a containerized environment directly in your browser, purely within the binary. It handles sandboxing and hardware compatibility (it was originally developed to run some LFM audio models through AWS Inf2 accelerators), plus some stuff I've recently added to handle secure client-side execution.

To test it out, I've built a few live projects on top of it that demonstrate different angles of the tech:

Eunomia ( https://eunomia.adeno.ltd ) - Self-healing DevOps. The live demo spins up a toy full-stack environment directly in your browser. It detects failures, restores snapshots, and remediates bugs automatically. It's built to run on terrible hardware (my peer tested it on an absolute potato running an out‑of‑date version of Firefox). No signup required.

Kairos ( https://kairos.adeno.ltd ) - An AI thought-decompression dashboard/calendar I built to deal with my own ADHD. You dump a stream of consciousness, and it pulls out tasks, events, and reminders into a single document. The Uracil enclave tech encrypts everything locally, and I'm currently working on seamless OTA updates for it. (Signup required for user state, but there's a free trial with no billing info needed).

Homepage ( https://adeno.ltd ) - This is just my company homepage. I originally built a small test page to sanity-check my Uracil implementations, but I ended up turning the mock terminal illustration into an active shell. It can run a fetch script, a basic shell environment, cowsay, and a weather demo that showcases the explicit permissions manifest system.

I've been debugging this literally all night - just finished fixing a database migration bug for Kairos that scrambled data into ciphertext for a few of my early testers.

I'd love honest technical feedback on the enclave approach, the OTA mechanism, or just a good‑natured roast of the architecture.

Thanks for reading!