Back to browse
Shiro.computer static page, Unix/NPM shimmed enough to host Claude Code

Shiro.computer static page, Unix/NPM shimmed enough to host Claude Code

by sagebird·Feb 18, 2026·2 points·0 comments

AI Analysis

●●SolidWizardryNiche Gem

420KB Unix shell in a browser tab running isomorphic-git and npm—clever constraint hack for Claude.

Strengths
  • POSIX-like surface (stat, readdir, chmod, symlink) over IndexedDB is genuine technical craft; npm/git work unmodified.
  • Subdomain isolation via same-origin policy, vi/nano reimplementation, virtual HTTP servers for app testing—layered cleverness.
  • Real use case: Claude Code needs a runtime; this solves it in a single gzipped file with no build coordination.
Weaknesses
  • Audience is narrow: only useful if you're already using Claude Code + want browser-based IDE workflows.
  • No Windows support for local operations (CORS proxy needed for git); production server is still 400 LOC Node.js, not fully self-contained.
Target Audience

AI coding agents, developers exploring local-first coding environments, Claude Code enthusiasts.

Similar Projects