In-browser terminal running just-bash — no backend required. Includes theme switching and a virtual filesystem.
From the monorepo root:
pnpm install
zig build
pnpm --filter nextjs devOpens at nextjs-example.wterm.localhost via portless.
@wterm/reactrenders the terminal with<Terminal>anduseTerminal@wterm/just-bashprovides a Bash shell that runs entirely in the browser- Theme selector switches between Default, Solarized Dark, Monokai, and Light
- Virtual files (
README.md,package.json,main.zig,hello.sh) are preloaded into the shell
| File | Description |
|---|---|
app/page.tsx |
Terminal page with theme picker and shell setup |
app/layout.tsx |
Root layout with metadata |