Show HN: We Put Chromium on a Unikernel (OSS Apache 2.0)
Published on: 2025-04-25 17:19:46
Deployment-ready browsers. Run 'em anywhere
π Table of Contents
π€ Overview
Kernel provides sandboxed, ready-to-use Chrome browser environments for agentic workflows that need to access the Internet. containers/docker/Dockerfile and unikernels/unikraft-cu are the core infra that powers our hosted services.
β
Sign-up for the waitlist. β
*οΈβ£ Key Features
Pre-configured Chrome browser that Chrome DevTools-based browser frameworks (Playwright, Puppeteer) can connect to
GUI access for visual monitoring and remote control
Anthropic's Computer Use agent loop & chat interface baked in
π‘ What You Can Do With It
Run automated browser-based workflows
Develop and test AI agents that use browsers
Build custom tools that require controlled browser environments
π Implementation
containers/docker and unikernels/unikraft-cu functionally do the same thing:
Pull from Anthropic's Computer Use reference implementation Install Chromium Expose ports so Chrome DevTools-based frameworks (
... Read full article.